[ADD] theme 14.0

This commit is contained in:
Jeremy Kersten
2021-05-10 15:45:35 +02:00
commit cb1e3be3f8
2309 changed files with 55585 additions and 0 deletions
@@ -0,0 +1,4 @@
#wrapwrap:not(.o_header_overlay) main #wrap > .s_banner_parallax:first-child::before {
content: none;
}
@@ -0,0 +1,20 @@
$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;
}
}
@@ -0,0 +1,9 @@
$s-features-carousel-border-width: 0;
@mixin s-features-carousel-inner-hook {
.carousel-inner .row {
margin: 0 70px;
@include media-breakpoint-down(sm) {
margin: 0;
}
}
}
@@ -0,0 +1,3 @@
#wrapwrap:not(.o_header_overlay) main #wrap > .s_products_carousel:first-child::before {
content: none;
}
@@ -0,0 +1 @@
$s-products-carousel-carousel-height: 100vh;