[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,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;