[ACA-1587] viewer toolbar theme (#517)

This commit is contained in:
Cilibiu Bogdan
2018-07-18 19:33:43 +03:00
committed by Denys Vuika
parent af4089ae74
commit cc63352e49

View File

@@ -1,4 +1,16 @@
@mixin adf-toolbar-theme($theme) {
$foreground: map-get($theme, foreground);
.adf-viewer {
@include angular-material-theme($theme);
.adf-toolbar {
.mat-toolbar {
color: mat-color($foreground, text, .54);
}
}
}
.adf-toolbar {
@include angular-material-theme($theme);