'refresh'
This commit is contained in:
parent
11c686efdc
commit
a98f377da7
|
@ -97,66 +97,66 @@
|
|||
transition: all .3s ease;
|
||||
}
|
||||
|
||||
// //直式選單更改css
|
||||
// .navbar-brand{
|
||||
// h1{
|
||||
// @media(min-width: 769px){
|
||||
// margin-top:0.5em;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// #layout-navigation{
|
||||
// @media(min-width: 769px){
|
||||
// position: absolute;
|
||||
// width: 20%!important;
|
||||
// left: 0;
|
||||
// background-color: #fff;
|
||||
// margin-top: 5em;
|
||||
// padding-right: 0;
|
||||
// #main-nav{
|
||||
// padding: 0;
|
||||
// }
|
||||
// .modules-menu-level-0{
|
||||
// width: 100%!important;
|
||||
// }
|
||||
// .modules-menu-level-0 > li{
|
||||
// width: 100%;
|
||||
// }
|
||||
// .modules-menu-level-1{
|
||||
// min-width: 100%;
|
||||
// left: 100%;
|
||||
// top: 0;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// .verticalhome{
|
||||
// .layout-content{
|
||||
// @media(min-width: 769px){
|
||||
// float: right!important;
|
||||
// width: 80%!important;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// .homebanner{
|
||||
// @media(min-width: 769px){
|
||||
// float: right!important;
|
||||
// width: 80%!important;
|
||||
// .ba-banner-widget-0 img{
|
||||
// transform: none!important;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// .container{
|
||||
// @media(min-width: 1200px){
|
||||
// width: 95%!important;
|
||||
// max-width: unset!important;
|
||||
// }
|
||||
// }
|
||||
// .layout-header .navbar-header .navbar-brand{
|
||||
// @media(min-width: 1200px){
|
||||
// padding-left: 0;
|
||||
// }
|
||||
// }
|
||||
//直式選單更改css
|
||||
.navbar-brand{
|
||||
h1{
|
||||
@media(min-width: 769px){
|
||||
margin-top:0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
#layout-navigation{
|
||||
@media(min-width: 769px){
|
||||
position: absolute;
|
||||
width: 20%!important;
|
||||
left: 0;
|
||||
background-color: #fff;
|
||||
margin-top: 5em;
|
||||
padding-right: 0;
|
||||
#main-nav{
|
||||
padding: 0;
|
||||
}
|
||||
.modules-menu-level-0{
|
||||
width: 100%!important;
|
||||
}
|
||||
.modules-menu-level-0 > li{
|
||||
width: 100%;
|
||||
}
|
||||
.modules-menu-level-1{
|
||||
min-width: 100%;
|
||||
left: 100%;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.verticalhome{
|
||||
.layout-content{
|
||||
@media(min-width: 769px){
|
||||
float: right!important;
|
||||
width: 80%!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.homebanner{
|
||||
@media(min-width: 769px){
|
||||
float: right!important;
|
||||
width: 80%!important;
|
||||
.ba-banner-widget-0 img{
|
||||
transform: none!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.container{
|
||||
@media(min-width: 1200px){
|
||||
width: 95%!important;
|
||||
max-width: unset!important;
|
||||
}
|
||||
}
|
||||
.layout-header .navbar-header .navbar-brand{
|
||||
@media(min-width: 1200px){
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue