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,21 @@
|
||||
$s-banner-parallax-height: 100vh;
|
||||
$s-banner-parallax-padding: 15px;
|
||||
$s-banner-parallax-header-shadow: none;
|
||||
$s-banner-parallax-bg-position: none !important;
|
||||
$s-banner-parallax-h1-size: 50px;
|
||||
|
||||
@mixin s-banner-parallax-hero-bg-hook {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
|
||||
}
|
||||
@mixin s-banner-parallax-row-hook {
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
}
|
||||
@mixin s-banner-parallax-height-hook {
|
||||
@include media-breakpoint-down(sm) {
|
||||
height: 100vh !important;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
$s-big-icon-circle-color: blue; // FIXME epsilon
|
||||
$s-big-icon-circle-icon-size: 150px;
|
||||
$s-big-icon-circle-text-color: $-gray-700;
|
||||
@mixin s-big-icon-circle-height-hook {
|
||||
padding-top: 0;
|
||||
@include media-breakpoint-down(sm) {
|
||||
height: 100%;
|
||||
}
|
||||
.row {
|
||||
@include media-breakpoint-down(sm) {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.col-lg-12 {
|
||||
height: 35%;
|
||||
}
|
||||
}
|
||||
@mixin s-big-icon-circle-fa-hook {
|
||||
height: 150px;
|
||||
line-height: 70px;
|
||||
@include media-breakpoint-down(sm) {
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
$s-features-carousel-border-width: 0;
|
||||
$s-features-carousel-indicators-visible: visible;
|
||||
@mixin s-features-carousel-inner-hook {
|
||||
.carousel-inner .row {
|
||||
margin: 40px 70px;
|
||||
@include media-breakpoint-down(sm) {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@mixin s-features-carousel-mask-hook {
|
||||
border: 1px solid gray('200');
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
$s-products-carousel-carousel-height: 100vh;
|
||||
$s-products-carousel-indicators-position: 120px;
|
||||
$s-products-carousel-indicators-visible: visible;
|
||||
Reference in New Issue
Block a user