mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 20:45:08 +00:00
20 lines
261 B
SCSS
20 lines
261 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;
|
|
}
|
|
}
|
|
}
|