14 lines
344 B
SCSS
14 lines
344 B
SCSS
![]() |
@media (min-width: 768px) and (max-width: 1199px) {
|
||
|
.nav-sidebar:not(.sidebar-expanded-mobile) {
|
||
|
// width: 56px!important;
|
||
|
|
||
|
.toggle-sidebar-button {
|
||
|
// width: 55px!important;
|
||
|
// padding: 0 21px!important;
|
||
|
|
||
|
.collapse-text {
|
||
|
// display: none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|