mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
+ Navbar, Footer, Toolbar color options added to theme-options + FuseLayoutService moved to FuseConfigService
15 lines
213 B
SCSS
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;
|
|
}
|
|
} |