[ADD] theme saas-11.3

This commit is contained in:
Design
2021-05-12 08:20:52 +02:00
committed by Jeremy Kersten
commit 68b9b836c0
3864 changed files with 222422 additions and 0 deletions
@@ -0,0 +1,18 @@
@s_banner_parallax_text_color: white;
@s_banner_parallax_height: 100vh;
.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);
}
}
.s_banner_parallax_hero_bg_hook() {
margin-bottom: 100px;
@media screen and (max-width: 640px) {
margin-top: 50px;
}
}