[ADD] theme 12.0

This commit is contained in:
Design
2021-05-11 15:56:19 +02:00
committed by Jeremy Kersten
commit bddf1b03c5
3057 changed files with 69185 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

+5
View File
@@ -0,0 +1,5 @@
// TODO move the following section somewhere else as not bootstrap but need
// colors variables to be set
$s-products-carousel-carousel-icon-color: theme-color('alpha');
@@ -0,0 +1,35 @@
$s-banner-3-carousel-height: 100vh;
$s-banner-3-indicators-visible: visible;
$s-banner-3-padding: 30px;
$s-banner-3-h1-size: 50px;
$s-banner-3-h2-size: 30px;
@mixin s-banner-3-row-hook {
background-color: rgba(0, 0, 0, 0);
height: auto;
img {
display: none;
}
}
@mixin s-banner-3-col-center-hook {
text-align: center;
height: auto;
padding-bottom: 20px;
h1, h2 {
color: white;
}
.fa {
transform: none;
font-size: 18px;
}
@include media-breakpoint-down(sm) {
width: 100%;
margin-top: 0;
}
}
@mixin s-banner-3-carousel-control-hook {
display: none;
}
+3
View File
@@ -0,0 +1,3 @@
#wrap {
box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
}
@@ -0,0 +1 @@
// TODO remove me in master
@@ -0,0 +1,18 @@
$s-banner-parallax-text-color: white;
$s-banner-parallax-height: 100vh;
@mixin s-banner-parallax-row-hook {
.hero-bg:before {
border-top: 0px solid rgba(0, 0, 0, 0);
}
.hero-bg:after {
border-top: 0px solid rgba(0, 0, 0, 0);
}
}
@mixin s-banner-parallax-hero-bg-hook {
margin-bottom: 100px;
@media screen and (max-width: 640px) {
margin-top: 50px;
}
}
@@ -0,0 +1,8 @@
$s-products-carousel-carousel-control-color: rgba(0, 0, 0, 0);
$s-products-carousel-carousel-height: 100vh;
$s-products-carousel-indicators-position: 120px;
$s-products-carousel-indicators-visible: visible;
@mixin s-products-carousel-hook {
display: none;
}