mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-30 02:12:39 +00:00
16 lines
171 B
SCSS
16 lines
171 B
SCSS
.MainLayout {
|
|
height: 100vh;
|
|
margin-left: 234px;
|
|
|
|
&.mobile {
|
|
margin-left: 0;
|
|
}
|
|
&.collapsed {
|
|
margin-left: 80px;
|
|
}
|
|
}
|
|
|
|
.Footer {
|
|
text-align: center;
|
|
}
|