[ADD] theme saas-12.3

This commit is contained in:
Design
2021-05-20 10:57:04 +02:00
committed by Jeremy Kersten
commit b759230266
3024 changed files with 68920 additions and 0 deletions
@@ -0,0 +1,20 @@
$s-banner-3-carousel-row-height: auto;
@mixin s-banner-3-row-hook {
background-color: white;
float: right;
height: auto;
margin-right: 150px;
@media screen and (max-width: 640px) {
float: none;
}
img {
display: none;
}
}
@mixin s-banner-3-carousel-control-hook {
display: inherit;
}
$s-big-icon-circle-text-color: $-gray-700;
@@ -0,0 +1,24 @@
@if $o-theme-hamburger-layout {
#wrapwrap > header > .navbar {
#top_menu .nav-item {
border-bottom: none;
.nav-link {
text-transform: uppercase;
}
}
}
}
@if $o-theme-layout == 'boxed' {
#wrap {
border: none;
}
} @else {
#wrapwrap {
border: 10px solid white;
@media screen and (max-width: 640px) {
border: none;
}
}
}