72 lines
1.4 KiB
SCSS
72 lines
1.4 KiB
SCSS
|
@import url("http://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: 767px) {
|
||
|
.modules-menu {
|
||
|
width: 100%;
|
||
|
margin: 0 !important;
|
||
|
}
|
||
|
.modules-menu .modules-menu-level-0 {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.layout-header .navbar-header .navbar-toggle { z-index: 9999; }
|
||
|
.navbar-header .navbar-brand,
|
||
|
img.site-logo
|
||
|
{
|
||
|
float: none!important;
|
||
|
display: block;
|
||
|
text-align: center;
|
||
|
margin: auto!important;
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|
||
|
.layout-content-inner {
|
||
|
background-color: #fff;
|
||
|
box-shadow: rgba(0,0,0, .5) 0 0 10px;
|
||
|
min-height: 800px;
|
||
|
}
|
||
|
.page-home h2.w-annc__widget-title {
|
||
|
background-color: $menu-bg;
|
||
|
color: #fff;
|
||
|
padding: 10px 6px;
|
||
|
}
|