WIP
This commit is contained in:
@@ -1,14 +1,48 @@
|
||||
.product-carousel-slice-container {
|
||||
.products {
|
||||
.product-slide {
|
||||
.product-image {
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.title {
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
.slick-prev:before,
|
||||
.slick-next:before {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
bottom: -3px;
|
||||
left: -112px;
|
||||
|
||||
li {
|
||||
button {
|
||||
padding: 0;
|
||||
|
||||
&::before {
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
opacity: .9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.slick-active button::before {
|
||||
color: #507CFF;
|
||||
}
|
||||
}
|
||||
|
||||
.products {
|
||||
.product-slide {
|
||||
.g-sky-border {
|
||||
// position: absolute;
|
||||
}
|
||||
|
||||
.product-image {
|
||||
img {
|
||||
width: 100%;
|
||||
background: white;
|
||||
border-radius: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user