This commit is contained in:
2024-03-15 16:26:27 +05:30
commit 381106cbe5
1046 muutettua tiedostoa jossa 285998 lisäystä ja 0 poistoa
@@ -0,0 +1,33 @@
/*************************************
cart-block-links CSS
*************************************/
.cart-block-links {
li {
margin-right: 30px;
a {
font-size: 20px;
@include max-screen(767) {
font-size: 20px;
}
font-family: $raleway;
font-weight: fontweight(medium);
text-align: center;
line-height: 25px;
}
}
}
// theme1
.cart-block-links {
&.theme1 a {
color: $color-dark;
&:hover {
color: $theme-color;
}
}
}
/*************************************
cart-block-links CSS END
*************************************/