37 lines
705 B
SCSS
37 lines
705 B
SCSS
|
@charset "utf-8";
|
||
|
@import "initial";
|
||
|
|
||
|
@media(max-width: 767px) {
|
||
|
.modules-menu .modules-menu-level-0>li { margin: 0; }
|
||
|
.modules-menu .modules-menu-level-0>li:hover { background: transparent; }
|
||
|
}
|
||
|
@media(max-width: 768px){
|
||
|
.leftrwd{
|
||
|
display: none!important;
|
||
|
}
|
||
|
}
|
||
|
@media(max-width: $screen-xs) {
|
||
|
.container > .navbar-header {
|
||
|
margin: 0;
|
||
|
}
|
||
|
.fatfooter{
|
||
|
display: none!important;
|
||
|
}
|
||
|
.footer_logo{
|
||
|
max-width: 250px;
|
||
|
padding-bottom: 2em;
|
||
|
}
|
||
|
.layout-footer {
|
||
|
padding: 2em 0 2em;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
@media(min-width: 768px){
|
||
|
.fatfooter{
|
||
|
margin-top: -10em !important;
|
||
|
}
|
||
|
.layout-footer{
|
||
|
padding: 6em 0 2em;
|
||
|
}
|
||
|
}
|