|
@ -5,7 +5,7 @@ |
|
|
z-index: 999; |
|
|
z-index: 999; |
|
|
|
|
|
|
|
|
.mat-toolbar { |
|
|
.mat-toolbar { |
|
|
background-color: rgba(var(--light-disabled-text)); |
|
|
background-color: var(--light-background); |
|
|
|
|
|
|
|
|
.spacer { |
|
|
.spacer { |
|
|
flex: 1 1 auto; |
|
|
flex: 1 1 auto; |
|
@ -27,6 +27,6 @@ |
|
|
|
|
|
|
|
|
:host-context(.is-dark-theme) { |
|
|
:host-context(.is-dark-theme) { |
|
|
.mat-toolbar { |
|
|
.mat-toolbar { |
|
|
background-color: rgba(39, 39, 39, $alpha-disabled-text); |
|
|
background-color: var(--dark-background); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|