67 lines
1.3 KiB
SCSS
Executable File
67 lines
1.3 KiB
SCSS
Executable File
@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");
|
|
|
|
// Base
|
|
@import "base/orbitbar-override";
|
|
@import "base/sitemap-override";
|
|
@import "base/global";
|
|
@import "base/unity";
|
|
@import "base/utilities";
|
|
@import "base/pagination";
|
|
@import "base/accesskey";
|
|
@import "base/go_back_top";
|
|
@import "base/ckeditor-reset";
|
|
|
|
// Layout
|
|
@import "layout/*";
|
|
|
|
// Modules
|
|
@import "modules/*";
|
|
|
|
// Widget
|
|
@import "widget/*";
|
|
.dropdown-toggle:focus {
|
|
outline: transparent;
|
|
}
|
|
|
|
.response-content {
|
|
position: relative;
|
|
padding: 0;
|
|
|
|
@media (min-width: $screen-sm) {
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: $screen-md) {
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: $screen-lg) {
|
|
width: 1200px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.layout-header .navbar-header .navbar-brand {
|
|
// position: absolute;
|
|
// top: 0.5em;
|
|
// left: -2.5em;
|
|
// padding: 0;
|
|
margin: 0;
|
|
// img {
|
|
// transform: scale(0.7);
|
|
// }
|
|
}
|
|
}
|
|
@media(max-width: 767px) {
|
|
.container>.navbar-collapse { margin: 0; background: none; background-color: unset; }
|
|
.modules-menu {
|
|
width: 100%;
|
|
}
|
|
.modules-menu .modules-menu-level-0 {
|
|
width: 100%;
|
|
}
|
|
.layout-header .navbar-header .navbar-toggle { z-index: 9999; }
|
|
|
|
|
|
}
|