mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
24 lines
319 B
SCSS
24 lines
319 B
SCSS
// Import Fuse main library
|
|
@import "app/core/scss/core";
|
|
|
|
html, body {
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
body {
|
|
|
|
&.fuse-nav-bar-folded {
|
|
|
|
.content-wrapper {
|
|
padding-left: 64px;
|
|
}
|
|
}
|
|
|
|
> md-sidenav-container {
|
|
height: 100%;
|
|
}
|
|
}
|