mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[ADD] theme 14.0
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user