mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 04:08:50 +01:00
a couple style fixes
This commit is contained in:
parent
a1d4b34467
commit
e59730afdc
3 changed files with 10 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
background-color: $sidebar;
|
||||
position: fixed;
|
||||
z-index: 904;
|
||||
box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 2px 0 3px rgba(0, 0, 0, 0.5);
|
||||
height: 66px;
|
||||
width: 100%;
|
||||
min-width: $resMin;
|
||||
|
|
|
|||
|
|
@ -264,6 +264,12 @@ a.al-sidebar-list-link {
|
|||
}
|
||||
}
|
||||
|
||||
.menu-collapsed {
|
||||
.slimScrollBar, .slimScrollRail {
|
||||
display: none!important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.menu-collapsed {
|
||||
@include layout-collapsed();
|
||||
|
|
|
|||
|
|
@ -9,10 +9,13 @@ html {
|
|||
|
||||
html, body {
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
min-width: $resMin;
|
||||
}
|
||||
|
||||
main {
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
font: 14px/16px $font-family;
|
||||
color: $default-text;
|
||||
@include body-bg();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue