fuse-angular/src/app/core/components/layout/layout.component.scss
Sercan Yemen 6f159f54c8 fuse2...
2017-07-12 17:34:32 +03:00

26 lines
514 B
SCSS

:host {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
#wrapper {
display: flex;
flex: 1;
.content-wrapper {
display: flex;
flex-direction: column;
flex: 1;
fuse-content {
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
}
}
}