You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
2.6 KiB
123 lines
2.6 KiB
@media (min-width: 768px) {
|
|
.app-aside,
|
|
.app-asider,
|
|
.navbar-header {
|
|
width: 200px;
|
|
background: #fff !important;
|
|
}
|
|
.navbar-collapse,
|
|
.app-content,
|
|
.app-footer {
|
|
margin-left: 200px;
|
|
}
|
|
.app-aside-right {
|
|
position: absolute;
|
|
top: 50px;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 1000;
|
|
}
|
|
.app-aside-right.pos-fix {
|
|
z-index: 1010;
|
|
}
|
|
.visible-folded {
|
|
display: none;
|
|
}
|
|
.app-aside-folded .hidden-folded {
|
|
display: none !important;
|
|
}
|
|
.app-aside-folded .visible-folded {
|
|
display: inherit;
|
|
}
|
|
.app-aside-folded .text-center-folded {
|
|
text-align: center;
|
|
}
|
|
.app-aside-folded .pull-none-folded {
|
|
float: none !important;
|
|
}
|
|
.app-aside-folded .w-auto-folded {
|
|
width: auto;
|
|
}
|
|
.app-aside-folded .app-aside,
|
|
.app-aside-folded .navbar-header {
|
|
width: 60px;
|
|
}
|
|
.app-aside-folded .navbar-collapse,
|
|
.app-aside-folded .app-content,
|
|
.app-aside-folded .app-footer {
|
|
margin-left: 60px;
|
|
}
|
|
.app-aside-folded .app-header .navbar-brand {
|
|
display: block;
|
|
padding: 0;
|
|
}
|
|
.app-aside-fixed .app-header .navbar-header {
|
|
position: fixed;
|
|
}
|
|
.app-aside-fixed .aside-wrap {
|
|
position: fixed;
|
|
top: 50px;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
width: 199px;
|
|
overflow: hidden;
|
|
}
|
|
.app-aside-fixed .aside-wrap .navi-wrap {
|
|
position: relative;
|
|
width: 217px;
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.app-aside-fixed .aside-wrap .navi-wrap::-webkit-scrollbar {
|
|
-webkit-appearance: none;
|
|
}
|
|
.app-aside-fixed .aside-wrap .navi-wrap::-webkit-scrollbar:vertical {
|
|
width: 17px;
|
|
}
|
|
.app-aside-fixed .aside-wrap .navi-wrap > * {
|
|
width: 200px;
|
|
}
|
|
.smart .app-aside-fixed .aside-wrap .navi-wrap {
|
|
width: 200px;
|
|
}
|
|
.app-aside-fixed.app-aside-folded .app-aside {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 1010;
|
|
}
|
|
.app-aside-fixed.app-aside-folded .aside-wrap {
|
|
width: 59px;
|
|
}
|
|
.app-aside-fixed.app-aside-folded .aside-wrap .navi-wrap {
|
|
width: 77px;
|
|
}
|
|
.app-aside-fixed.app-aside-folded .aside-wrap .navi-wrap > * {
|
|
width: 60px;
|
|
}
|
|
.smart .app-aside-fixed.app-aside-folded .aside-wrap .navi-wrap {
|
|
width: 60px;
|
|
}
|
|
.bg-auto:before {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: -1;
|
|
width: inherit;
|
|
background-color: inherit;
|
|
border: inherit;
|
|
content: "";
|
|
}
|
|
.bg-auto.b-l:before {
|
|
margin-left: -1px;
|
|
}
|
|
.bg-auto.b-r:before {
|
|
margin-right: -1px;
|
|
}
|
|
.col.show {
|
|
display: table-cell !important;
|
|
}
|
|
} |