Files

34 lines
614 B
SCSS
Raw Permalink Normal View History

2024-03-08 17:28:57 +05:30
/*************************************
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
*************************************/