fuse-angular/src/app/main/main.component.scss

61 lines
1.6 KiB
SCSS
Raw Normal View History

2017-08-02 08:53:30 +00:00
fuse-main {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
2017-08-02 10:29:00 +00:00
> .mat-sidenav-container {
2017-08-02 08:53:30 +00:00
display: flex;
flex: 1;
2017-08-14 14:09:00 +00:00
> .mat-sidenav-content {
2017-08-02 08:53:30 +00:00
display: flex;
flex: 1;
overflow: hidden;
2017-08-14 14:09:00 +00:00
height: 100vh;
2017-08-02 08:53:30 +00:00
#fuse-main-content {
display: flex;
flex: 1;
flex-direction: column;
2017-08-02 16:51:02 +00:00
overflow: hidden;
2017-08-02 08:53:30 +00:00
#wrapper {
display: flex;
flex: 1;
2017-08-14 14:09:00 +00:00
overflow: hidden;
2017-08-02 08:53:30 +00:00
.content-wrapper {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
fuse-content {
position: relative;
2017-08-02 08:53:30 +00:00
display: flex;
2017-08-02 10:29:00 +00:00
flex: 1;
2017-08-02 08:53:30 +00:00
flex-direction: row;
width: 100%;
> *:not(router-outlet):not(.ps__scrollbar-x-rail):not(.ps__scrollbar-y-rail) {
2017-08-14 14:09:00 +00:00
display: flex;
flex: 1;
2017-08-02 08:53:30 +00:00
width: 100%;
min-width: 100%;
}
> *.ng-animating {
.mat-tab-body {
height: 100vh;
}
}
2017-08-02 08:53:30 +00:00
}
}
}
}
}
}
}