[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,7 @@
@mixin s-banner-3-row-hook {
img {
display: none;
}
}
$s-big-icon-circle-text-color: $-gray-700;
+18
View File
@@ -0,0 +1,18 @@
#top_menu li {
border-bottom-width: 0px;
a {
text-transform: uppercase;
}
}
#wrapwrap > footer {
background: rgba(0, 0, 0, 0);
}
@if $o-theme-hamburger-layout {
#wrapwrap > header > .navbar-static-top {
z-index: 100;
> .container {
background-color: rgba(0, 0, 0, 0.9);
}
}
}