mirror of https://github.com/ColorlibHQ/AdminLTE
layout-mobile break-point md to lg
parent
a82603dc37
commit
a337965c33
|
@ -1,4 +1,4 @@
|
|||
@include media-breakpoint-up(md) {
|
||||
@include media-breakpoint-up(lg) {
|
||||
.layout-fixed:not(.sidebar-horizontal) {
|
||||
// .main-brand {
|
||||
// bottom: 0;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@include media-breakpoint-down(md) {
|
||||
@include media-breakpoint-down(lg) {
|
||||
.wrapper {
|
||||
// grid-template-areas:
|
||||
// "main-sidebar main-header"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@include media-breakpoint-up(md) {
|
||||
@include media-breakpoint-up(lg) {
|
||||
.sidebar-horizontal {
|
||||
.wrapper {
|
||||
grid-template-areas:
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
@include media-breakpoint-down(lg) {
|
||||
.main-header {
|
||||
background-color: $header-mobile-bg;
|
||||
color: $header-mobile-color;
|
||||
|
|
|
@ -25,7 +25,7 @@ const SELECTOR_SIDEBAR_SM = `.${CLASS_NAME_LAYOUT_MOBILE}`
|
|||
const SELECTOR_CONTENT_WRAPPER = '.content-wrapper'
|
||||
|
||||
const Defaults = {
|
||||
onLayouMobile: 768
|
||||
onLayouMobile: 992
|
||||
}
|
||||
|
||||
class SidebarOverlay {
|
||||
|
|
Loading…
Reference in New Issue