This commit is contained in:
Roman Pyrih
2026-05-08 12:58:29 +02:00
parent 6b9e071235
commit 3723190899
3 changed files with 47 additions and 22 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

@@ -453,12 +453,8 @@ div.up {
// display: inline-block; // display: inline-block;
text-shadow: text-shadow: -0.5px 0 #000000, 0 0.5px #000000, 0.5px 0 #000000,
-0.5px 0 #000000, 0 -1px #000000, 2px 3px 5px rgba(0, 0, 0, 0.8);
0 0.5px #000000,
0.5px 0 #000000,
0 -1px #000000,
2px 3px 5px rgba(0, 0, 0, 0.8);
@media (max-width: 767px) { @media (max-width: 767px) {
font-size: 44px; font-size: 44px;
@@ -474,12 +470,8 @@ div.up {
text-transform: uppercase; text-transform: uppercase;
margin: 0 0 15px 0; margin: 0 0 15px 0;
text-shadow: text-shadow: -0.5px 0 #000000, 0 0.5px #000000, 0.5px 0 #000000,
-0.5px 0 #000000, 0 -1px #000000, 2px 3px 5px rgba(0, 0, 0, 0.6);
0 0.5px #000000,
0.5px 0 #000000,
0 -1px #000000,
2px 3px 5px rgba(0, 0, 0, 0.6);
@media (max-width: 767px) { @media (max-width: 767px) {
font-size: 14px; font-size: 14px;
@@ -501,11 +493,7 @@ div.up {
// text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, // text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000,
// 0 -1px #000000, 4px 6px 10px black; // 0 -1px #000000, 4px 6px 10px black;
text-shadow: text-shadow: -0.5px 0 #000, 0 0.5px #000, 0.5px 0 #000, 0 -1px #000,
-0.5px 0 #000,
0 0.5px #000,
0.5px 0 #000,
0 -1px #000,
2px 3px 5px rgba(0, 0, 0, 0.8); 2px 3px 5px rgba(0, 0, 0, 0.8);
} }
@@ -2497,9 +2485,7 @@ body.shop_basket {
font-weight: 700; font-weight: 700;
line-height: 21px; line-height: 21px;
text-transform: capitalize; text-transform: capitalize;
border-radius: 0 5px 5px 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
} }
} }
} }
@@ -3204,5 +3190,44 @@ body.shop_infopage {
@extend ._btn2; @extend ._btn2;
padding: 10px 26px; padding: 10px 26px;
border: none !important; border: none !important;
color: #141417 !important;
font-size: 20px;
font-family: 'Bebas Neue Pro Expanded', sans-serif;
font-weight: 500 !important;
text-transform: uppercase;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
}
}
.modal {
background: #28282e;
.modal-body {
.ajax-product-block-info {
h3 {
color: #dadadc;
font-family: 'Bebas Neue Pro', sans-serif;
font-size: 20px;
font-weight: 600;
margin-top: 8px;
margin-bottom: 8px;
line-height: 1;
text-transform: uppercase;
}
}
}
}
body .ajax-basket-container .ajax-cart-block span strong {
color: #d16067;
}
.payment {
.description {
a {
color: #d16067 !important;
}
} }
} }