[ADD] theme 13.0

This commit is contained in:
Design
2021-05-11 15:59:09 +02:00
committed by Jeremy Kersten
commit a2747ad88b
2859 changed files with 66469 additions and 0 deletions
@@ -0,0 +1,22 @@
$s-banner-parallax-text-color: white;
@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-top: 200px;
width: auto;
float: right;
margin-right: 50px;
text-align: right;
@media screen and (max-width: 640px) { // FIXME
margin-top: 50px;
text-align: center;
width: 100%;
float: none;
}
}
@@ -0,0 +1,14 @@
.s_three_columns {
padding-top: 80px !important;
img {
margin: 0 auto;
border-radius: 0;
}
.container {
width: 100%;
}
h4 {
text-align: center;
}
}