forked from spen/seminar
46 lines
865 B
CSS
46 lines
865 B
CSS
.mobile-menu .modules-menu.collapse.in{
|
|
height: 100%;
|
|
}
|
|
img.site-logo{
|
|
display: none;
|
|
}
|
|
.layout-slide{
|
|
padding: 0;
|
|
}
|
|
@media (min-width: 768px){
|
|
.modules-menu-level-0, #main-nav{
|
|
display: inline-block;
|
|
}
|
|
.modules-menu-level-0 > li {
|
|
float: left;
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0.2em;
|
|
border-bottom: #e3e3e3 0.2em dotted !important;
|
|
}
|
|
.modules-menu .modules-menu-level-0 > li:hover {
|
|
background: #ededed;
|
|
color: #a4d29a;
|
|
border-radius: 0;
|
|
}
|
|
.modules-menu .modules-menu-level-0 > li > a {
|
|
color: #5c7e64;
|
|
font-weight: bold;
|
|
}
|
|
.modules-menu .modules-menu-level-0 > li:hover > a {
|
|
color: inherit;
|
|
}
|
|
.layout-header > .container{
|
|
padding: 0;
|
|
}
|
|
.navbar-collapse.collapse{
|
|
padding: 0;
|
|
}
|
|
.modules-menu .modules-menu-level-0{
|
|
margin-bottom: 0;
|
|
padding: 0 1em;
|
|
background: transparent;
|
|
}
|
|
}
|
|
|