fuse-angular/src/app/core/components/layout/layout.component.scss
mustafahlvc 196e1644ff camelCaseToDash pipe added,
material colors added class helpers and global  class added.
Material Colors Demo page added.
2017-07-29 14:12:19 +03:00

33 lines
735 B
SCSS

fuse-layout {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
#wrapper {
display: flex;
flex: 1;
.content-wrapper {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
fuse-content {
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
> *:not(router-outlet):not(.ps__scrollbar-x-rail):not(.ps__scrollbar-y-rail) {
width: 100%;
min-width: 100%;
}
}
}
}
}