This commit is contained in:
Roman Pyrih
2025-05-21 15:55:03 +02:00
parent e2ef0b25bc
commit dd7f875e7d
3 changed files with 112 additions and 14 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

@@ -103,7 +103,8 @@ p {
._btn3 { ._btn3 {
margin: 0 !important; margin: 0 !important;
padding: 0 !important; // padding: 0 !important;
padding: 14px !important;
border: none !important; border: none !important;
background: #c1994c !important; background: #c1994c !important;
border-radius: 10px; border-radius: 10px;
@@ -119,8 +120,8 @@ p {
font-size: 14px !important; font-size: 14px !important;
font-weight: 700 !important; font-weight: 700 !important;
line-height: 21px !important; line-height: 21px !important;
padding: 14px !important;
text-transform: capitalize; text-transform: capitalize;
padding: 0;
} }
} }
@@ -250,16 +251,24 @@ p {
border-radius: 10px !important; border-radius: 10px !important;
padding: 10px 15px !important; padding: 10px 15px !important;
&.alert-info { background-color: $cGolden !important;
p { border-color: $cGolden !important;
color: $cBlack;
}
button.close {
color: $cBlack;
}
}
// &.alert-info {
// p {
// color: $cBlack;
// }
// button.close {
// color: $cBlack;
// }
// }
p,
span {
color: #fff !important;
}
button.close { button.close {
color: #fff;
top: 50% !important; top: 50% !important;
transform: translateY(-50%) !important; transform: translateY(-50%) !important;
} }
@@ -992,7 +1001,7 @@ header {
img { img {
width: 100%; width: 100%;
max-width: 100px; max-width: 130px;
} }
} }
@@ -1098,6 +1107,12 @@ div.menu {
padding-right: 0; padding-right: 0;
} }
} }
&.current {
a {
color: $cGold;
}
}
h3 { h3 {
margin: 0; margin: 0;
} }
@@ -1128,6 +1143,70 @@ div.menu {
} }
} }
} }
> a {
font-size: 60px;
}
&.small-menu {
img {
display: inline-block;
width: 100%;
max-width: 25px;
height: 25px;
filter: invert(0.9);
}
a {
padding: 0.18em 0;
&::before {
display: none !important;
}
}
}
&.small-panel {
img {
display: inline-block;
width: 100%;
max-width: 20px;
height: 20px;
filter: invert(0.9);
}
}
&.small-cart {
img {
display: inline-block;
width: 100%;
max-width: 20px;
height: 20px;
filter: invert(0.9);
}
a {
&::after {
display: none !important;
}
}
span {
position: absolute;
background-color: #b79e5f;
color: #000;
font-family: $fScandia;
justify-content: center;
align-content: center;
// top: -5px;
// left: 14px;
top: 5px;
left: 56%;
font-size: 12px;
border-radius: 100px;
padding: 4px 6px 3px 6px;
line-height: 10px;
font-weight: bold;
}
}
} }
} }
} }
@@ -1510,6 +1589,7 @@ body.shop_product {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
flex-wrap: wrap;
.vote-message { .vote-message {
color: #747480; color: #747480;
@@ -1560,7 +1640,8 @@ body.shop_product {
flex-direction: row; flex-direction: row;
gap: 10px; gap: 10px;
color: $cRed; // color: $cRed;
color: $cTxtWhite;
font-size: 20px; font-size: 20px;
font-family: $fScandia; font-family: $fScandia;
font-weight: 500; font-weight: 500;
@@ -2767,3 +2848,20 @@ body.shop_infopage {
} }
} }
} }
#rwd-menu {
width: 100%;
> li {
&:nth-child(1) {
display: none !important;
}
&:nth-child(2) {
display: none !important;
}
}
}
.js__search-mobile-btn {
display: none !important;
}