Odoo18-Base/addons/website/static/src/snippets/s_quotes_carousel/001.scss
2025-01-06 10:57:38 +07:00

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
}
}
}