mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
(Toolbar) Fixed: Custom bg color cannot be applied to the toolbar background
This commit is contained in:
parent
ef216718b9
commit
7dc0892c83
|
@ -12,8 +12,8 @@ toolbar {
|
||||||
|
|
||||||
.mat-toolbar {
|
.mat-toolbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: inherit;
|
background: inherit !important;
|
||||||
color: inherit;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user