- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
445 B

$s-banner-3-carosel-control-color: rgba(0, 0, 0, 0);
$s-banner-3-padding: 15px;
$s-banner-3-fa-color: o-theme-color('alpha');
$s-banner-3-carousel-height: 100vh;
@mixin s-banner-3-col-center-hook {
text-align: center;
width: 100%;
padding-top: 60vh;
@include media-breakpoint-down(sm) {
padding-top: 25vh;
}
}
$s-big-picture-text-padding: 0;
$s-text-big-picture-padding: 0;
$s-timeline-company-color: $-gray-700;