Files
design-themes/theme_real_estate/static/src/scss/compatibility-saas-11.4-variables.scss
T
Jeremy Kersten cb1e3be3f8 [ADD] theme 14.0
2021-05-10 15:45:35 +02:00

21 lines
381 B
SCSS

$s-banner-3-carousel-row-height: auto;
@mixin s-banner-3-row-hook {
background-color: white;
float: right;
height: auto;
margin-right: 150px;
@media screen and (max-width: 640px) {
float: none;
}
img {
display: none;
}
}
@mixin s-banner-3-carousel-control-hook {
display: inherit;
}
$s-big-icon-circle-text-color: $-gray-700;