This commit is contained in:
Roman Pyrih
2025-02-26 16:02:08 +01:00
parent 86781c8ae0
commit 34c603cf95
5 changed files with 79 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -840,6 +840,21 @@ body#product {
// }
// }
// }
.fabric-colors {
display: flex;
flex-direction: row;
align-items: center;
gap: 9px;
a {
color: #462d26;
font-size: 14px;
font-weight: 400;
font-family: $fInter;
text-decoration: underline;
}
}
}
}
@@ -1085,6 +1100,52 @@ body#product {
}
}
}
.product-customization {
> .card {
padding: 24px;
background: #ece9e2;
p {
color: #462d26;
font-size: 14px;
font-family: $fInter;
}
ul {
margin-bottom: 0;
}
textarea {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
float: none;
border: 1px solid rgba(70, 45, 38, 0.8509803922);
border-radius: 1px;
font-size: 14px;
font-family: 'Inter', sans-serif;
font-weight: 500;
background: rgba(0, 0, 0, 0);
height: 44px;
outline: none;
}
button.btn {
background: #e79332;
margin: 0;
width: 100%;
color: #f9f7f2;
font-size: 14px;
font-weight: 500;
font-family: $fInter;
text-transform: initial;
padding: 10px;
line-height: 1.5;
}
}
}
}
}
}
@@ -2818,7 +2879,8 @@ body#category {
align-items: center;
background: #ece9e2;
border-radius: 50px;
padding: 8px 24px 8px 10px;
padding: 8px 24px 8px 24px;
height: 100%;
.subcategory-image {
width: 43px;
@@ -2826,6 +2888,7 @@ body#category {
padding: 0;
background: #ffffff;
border-radius: 100%;
margin-left: -16px;
img {
width: 100%;
@@ -3393,6 +3456,10 @@ body#authentication {
color: #462d26;
cursor: pointer;
margin-bottom: 0;
display: flex;
align-items: center;
column-gap: 5px;
}
.js-search-filters-clear-all {