mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1587] viewer toolbar theme (#517)
This commit is contained in:
committed by
Denys Vuika
parent
af4089ae74
commit
cc63352e49
@@ -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);
|
||||
|
Reference in New Issue
Block a user