fuse-angular/src/styles.scss

24 lines
319 B
SCSS
Raw Normal View History

2017-07-12 12:35:07 +00:00
// Import Fuse main library
@import "app/core/scss/core";
html, body {
margin: 0;
width: 100%;
height: 100%;
2017-07-12 12:35:07 +00:00
overflow: hidden;
}
body {
&.fuse-nav-bar-folded {
.content-wrapper {
padding-left: 64px;
}
}
2017-07-12 15:13:08 +00:00
> md-sidenav-container {
height: 100%;
}
}