mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-27 02:23:10 +00:00
+ added boxed layout option + added a close overlay to theme options + moved the buy button to the footer + added fade-in-out animation + File Manager app min row height
16 lines
346 B
SCSS
16 lines
346 B
SCSS
:host {
|
|
display: flex;
|
|
flex: 0 1 auto;
|
|
z-index: 3;
|
|
|
|
.mat-toolbar {
|
|
background: inherit;
|
|
color: inherit;
|
|
box-shadow: 0px -1px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.14), 0px -1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
&.above {
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|
|
} |