mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
parent
b9e2cf8e6c
commit
4120cfa05a
@ -5,6 +5,7 @@
|
||||
@import 'styles/mat-form-field';
|
||||
@import 'styles/mat-checkbox';
|
||||
@import 'styles/mat-dialog-container';
|
||||
@import 'styles/mat-drawer-container';
|
||||
|
||||
@mixin mat-style() {
|
||||
@include mat-menu-override();
|
||||
@ -14,4 +15,5 @@
|
||||
@include mat-form-field-infix-override();
|
||||
@include mat-checkbox-override();
|
||||
@include mat-dialog-container-override();
|
||||
@include mat-drawer-container-override();
|
||||
}
|
||||
|
5
src/styles/material/styles/_mat-drawer-container.scss
Normal file
5
src/styles/material/styles/_mat-drawer-container.scss
Normal file
@ -0,0 +1,5 @@
|
||||
@mixin mat-drawer-container-override() {
|
||||
.mat-drawer-container {
|
||||
background: none !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user