[ADD] theme 12.0
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 350 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 338 KiB |
|
After Width: | Height: | Size: 254 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 197 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 194 KiB |
|
After Width: | Height: | Size: 214 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 242 KiB |
|
After Width: | Height: | Size: 183 KiB |
|
After Width: | Height: | Size: 91 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 26 KiB |
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||