mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
ad85832e75
user login UI
18 lines
281 B
SCSS
Vendored
18 lines
281 B
SCSS
Vendored
// Responsive Applications
|
|
|
|
@include media-breakpoint-down(md) {
|
|
.app-inner-layout__sidebar {
|
|
display: none !important;
|
|
}
|
|
|
|
.mobile-app-menu-btn {
|
|
display: block;
|
|
}
|
|
|
|
.open-mobile-menu {
|
|
|
|
.app-inner-layout__sidebar {
|
|
display: block !important;
|
|
}
|
|
}
|
|
} |