This commit is contained in:
BoHung Chiu 2021-05-06 09:20:14 +08:00
parent 24a6b33313
commit 771ca5ef49
2 changed files with 20 additions and 14 deletions

View File

@ -1,7 +1,23 @@
@charset "utf-8";
@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 {
font-family: $sub-font;
max-height: none;
@ -311,6 +327,7 @@
}
}
}
@media all and (min-width:768px) {
#main-nav {
float: none!important;
@ -323,4 +340,6 @@
#layout-navigation {
clear: both;
display: flex;
}
}

View File

@ -25,20 +25,7 @@ section.layout-slide.no-print.single-child-datapp {
max-height: 500px;
background: #072747 !important
}
.w-ba-banner.ba-banner-widget-1 {
margin-top: -400px;
}
.main-content h3 {
border-bottom: 2px solid #1d84c3;
margin-bottom: 1.5em;
}
// .layout-header {
//
// background-color: #634ea9;
//
// }
// .layout-footer {
//
// background-color: #634ea9;
// }
}