fuse-angular/src/app/main/footer/footer.component.scss
mustafahlvc 2eb9b3f09e FuseMaterialColorPicker enhanced
+ Navbar, Footer, Toolbar color options added to theme-options
+ FuseLayoutService moved to FuseConfigService
2017-08-22 13:45:07 +03:00

15 lines
213 B
SCSS

:host {
display: flex;
flex: 0 1 auto;
z-index: 3;
.mat-toolbar {
background: inherit;
color: inherit;
}
&.above {
position: relative;
z-index: 99;
}
}