mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui-library.git
synced 2025-11-02 03:38:01 +00:00
23 lines
291 B
SCSS
23 lines
291 B
SCSS
@import 'styles/variables';
|
|
|
|
.MainLayout {
|
|
height: 100vh;
|
|
margin-left: $sidebar-width;
|
|
overflow: auto;
|
|
|
|
&.collapsed {
|
|
margin-left: $sidebar-collapsed-width;
|
|
}
|
|
&.mobile {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.Content {
|
|
margin-top: $header-height;
|
|
}
|
|
|
|
.Footer {
|
|
text-align: center;
|
|
}
|