File size: 425 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | .mini-carousel {
background-color: var(--studio-white);
border: 1px solid var(--studio-gray-5);
border-radius: 4px;
padding: 0 24px 16px;
margin: 32px 0;
@include breakpoint-deprecated( "<660px" ) {
border-radius: 0;
}
.dot-pager__controls {
margin: 0 -24px;
padding: 16px 24px;
border-bottom: 1px solid var(--studio-gray-5);
}
&-blaze {
margin: 0;
}
.swipeable__pages {
align-items: center;
}
}
|