[ADD] theme 10.0

This commit is contained in:
Design
2021-05-11 15:49:42 +02:00
committed by Jeremy Kersten
commit dfcb89fc4a
3871 changed files with 155210 additions and 0 deletions
@@ -0,0 +1,18 @@
@s_banner_parallax_text_color: white;
@s_banner_parallax_height: 600px;
.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;
}
}