This commit is contained in:
2025-01-27 13:55:48 +01:00
parent ec7e2511ad
commit 8d02f518b7
101 changed files with 98 additions and 21 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -621,7 +621,20 @@
},
"ps_faviconnotificationbo": {},
"ps_featuredproducts": {},
"psgdpr": {},
"psgdpr": {
"views": {
"templates": {
"hook": {
"displayGDPRConsent.tpl": {
"type": "-",
"size": 4075,
"lmtime": 1737912422958,
"modified": false
}
}
}
}
},
"ps_imageslider": {},
"ps_languageselector": {},
"ps_linklist": {},
@@ -1745,20 +1758,20 @@
},
"custom.css": {
"type": "-",
"size": 65139,
"lmtime": 1737408715665,
"size": 67798,
"lmtime": 1737912615701,
"modified": false
},
"custom.css.map": {
"type": "-",
"size": 97932,
"lmtime": 1737408715665,
"size": 102014,
"lmtime": 1737912615701,
"modified": false
},
"custom.scss": {
"type": "-",
"size": 72208,
"lmtime": 1737408715161,
"size": 75281,
"lmtime": 1737912615212,
"modified": false
},
"dce0916af972e3040aa191f74b17dd46.woff2": {
@@ -1805,21 +1818,21 @@
},
"theme.css": {
"type": "-",
"size": 229937,
"size": 192568,
"lmtime": 1737287962009,
"modified": false
"modified": true
},
"theme.css.map": {
"type": "-",
"size": 616212,
"size": 545141,
"lmtime": 1737287962009,
"modified": false
"modified": true
},
"theme.scss": {
"type": "-",
"size": 249411,
"size": 255435,
"lmtime": 0,
"modified": false
"modified": true
}
}
},
@@ -1857,6 +1870,22 @@
},
"_partials": {}
}
},
"modules": {
"contactform": {
"views": {
"templates": {
"widget": {
"contactform.tpl": {
"type": "-",
"size": 5235,
"lmtime": 1737912511860,
"modified": false
}
}
}
}
}
}
}
},

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
app/.DS_Store vendored

Binary file not shown.

Binary file not shown.

BIN
classes/.DS_Store vendored

Binary file not shown.

BIN
config/.DS_Store vendored

Binary file not shown.

Binary file not shown.

BIN
controllers/.DS_Store vendored

Binary file not shown.

BIN
docs/.DS_Store vendored

Binary file not shown.

BIN
js/.DS_Store vendored

Binary file not shown.

BIN
js/jquery/.DS_Store vendored

Binary file not shown.

BIN
js/tiny_mce/.DS_Store vendored

Binary file not shown.

BIN
mails/.DS_Store vendored

Binary file not shown.

BIN
mails/themes/.DS_Store vendored

Binary file not shown.

BIN
modules/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
override/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/.DS_Store vendored

Binary file not shown.

BIN
src/Adapter/.DS_Store vendored

Binary file not shown.

BIN
src/Core/.DS_Store vendored

Binary file not shown.

Binary file not shown.

BIN
themes/.DS_Store vendored

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -224,6 +224,10 @@ a {
border-radius: 1px;
column-gap: 8px;
&:hover {
background: #E79332;
}
i {
font-size: 15px;
margin-bottom: 2px;
@@ -649,6 +653,44 @@ body#product {
transition-delay: 400ms;
}
.color_select {
display: flex;
gap: 10px;
li {
margin: 0;
padding: 0;
input {
display: none;
&:checked+span {
border: 0 !important;
&::before {
content: '';
display: block;
position: absolute;
top: -2px;
left: -2px;
height: 30px;
width: 30px;
border: 1px solid #000;
border-radius: 50%;
}
}
}
span {
margin: 0;
padding: 0;
height: 26px;
width: 26px;
border-radius: 50%;
}
}
}
&.active {
&::before {
opacity: 1;
@@ -901,6 +943,10 @@ body#product {
font-family: $fInter;
text-transform: initial;
&:hover {
background: #110E0C;
}
.material-icons {
line-height: 1;
font-size: 14px;
@@ -1007,6 +1053,10 @@ body#product {
flex-wrap: wrap;
gap: 10px;
padding-top: 20px;
img {
height: 35px;
}
}
}
}
@@ -2322,11 +2372,8 @@ body#category {
}
.home-slider {
@media (min-width: 1500px) {
margin-left: 50%;
transform: translateX(-50%);
min-width: 1440px;
}
padding-right: 10px;
padding-left: 10px;
.carousel-item {
.caption {
@@ -3169,6 +3216,7 @@ body#authentication {
&:hover {
color: #E79332;
text-decoration: underline;
span {
color: #E79332;

View File

@@ -78,7 +78,7 @@
</div>
</div>
{elseif $group.group_type == 'color'}
<ul id="group_{$id_attribute_group}">
<ul id="group_{$id_attribute_group}" class="color_select">
{foreach from=$group.attributes key=id_attribute item=group_attribute}
<li class="float-xs-left input-container">
<label aria-label="{$group_attribute.name}">

BIN
translations/.DS_Store vendored

Binary file not shown.

BIN
var/.DS_Store vendored

Binary file not shown.

BIN
vendor/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More