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

20 lines
526 B

$s-banner-parallax-height: 100vh;
$s-banner-parallax-padding: 0px;
$s-banner-parallax-img-height: 350px;
$s-banner-parallax-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
@mixin s-banner-parallax-hero-bg-hook {
width: 100%;
text-align: center;
bottom: -30px;
@include media-breakpoint-down(sm) {
top: 100px;
}
}
@mixin s-banner-parallax-row-hook {
vertical-align: bottom;
}
@mixin s-banner-parallax-height-hook {
@include media-breakpoint-down(sm) {
height: 100vh !important;
}
}