13 lines
323 B
SCSS
13 lines
323 B
SCSS
.s_quotes_carousel_wrapper[data-vcss='001'] {
|
|
.s_quotes_carousel {
|
|
@extend %old_s_carousel_variants;
|
|
}
|
|
|
|
.s_blockquote {
|
|
margin-bottom: 0;
|
|
@include media-breakpoint-down(md) {
|
|
width: 100% !important; // TODO add the right class in the xml when it's possible
|
|
}
|
|
}
|
|
}
|