[ADD] theme saas-12.3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user