WIP
This commit is contained in:
@@ -1,22 +1,20 @@
|
||||
.product-carousel-slice-container {
|
||||
|
||||
.slick-prev:before,
|
||||
.slick-next:before {
|
||||
opacity: 0;
|
||||
@include media-breakpoint-up(lg) {
|
||||
.slick-dots {
|
||||
bottom: 1%;
|
||||
left: -12%;
|
||||
}
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
bottom: -3px;
|
||||
left: -112px;
|
||||
|
||||
li {
|
||||
button {
|
||||
padding: 0;
|
||||
|
||||
&::before {
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
opacity: .9;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -26,6 +24,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
// hide arrows
|
||||
.slick-prev:before,
|
||||
.slick-next:before {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.products {
|
||||
.product-slide {
|
||||
.g-sky-border {
|
||||
|
||||
Reference in New Issue
Block a user