Updated.
This commit is contained in:
parent
24a6b33313
commit
771ca5ef49
|
@ -1,7 +1,23 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
@import "../initial";
|
@import "../initial";
|
||||||
|
.modules-menu{
|
||||||
|
position: relative;
|
||||||
|
#move{
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
background: $theme-color-second;
|
||||||
|
left: 0;
|
||||||
|
z-index: 0;
|
||||||
|
opacity: 0;
|
||||||
|
transition:.3s;
|
||||||
|
display: none;
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
.modules-menu {
|
.modules-menu {
|
||||||
font-family: $sub-font;
|
font-family: $sub-font;
|
||||||
max-height: none;
|
max-height: none;
|
||||||
|
@ -311,6 +327,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media all and (min-width:768px) {
|
||||||
|
|
||||||
#main-nav {
|
#main-nav {
|
||||||
float: none!important;
|
float: none!important;
|
||||||
|
@ -323,4 +340,6 @@
|
||||||
#layout-navigation {
|
#layout-navigation {
|
||||||
clear: both;
|
clear: both;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -25,20 +25,7 @@ section.layout-slide.no-print.single-child-datapp {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
background: #072747 !important
|
background: #072747 !important
|
||||||
}
|
}
|
||||||
.w-ba-banner.ba-banner-widget-1 {
|
|
||||||
margin-top: -400px;
|
|
||||||
}
|
|
||||||
.main-content h3 {
|
.main-content h3 {
|
||||||
border-bottom: 2px solid #1d84c3;
|
border-bottom: 2px solid #1d84c3;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
// .layout-header {
|
|
||||||
//
|
|
||||||
// background-color: #634ea9;
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
|
|
||||||
// .layout-footer {
|
|
||||||
//
|
|
||||||
// background-color: #634ea9;
|
|
||||||
// }
|
|
Loading…
Reference in New Issue