[ADD] theme 14.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user