[ADF-2355] Viewer - text color opacity (#2991)

This commit is contained in:
Cilibiu Bogdan
2018-02-23 17:29:22 +02:00
committed by Denys Vuika
parent a5eeeb4941
commit 1c48a3c0df

View File

@@ -11,6 +11,10 @@
.adf-viewer {
.mat-toolbar, .mat-icon {
color: mat-color($foreground, text, 0.54);
}
&-main {
width: 0;
}
@@ -41,6 +45,7 @@
overflow: hidden;
display: inline-block;
vertical-align: middle;
color: mat-color($foreground, text);
}
&-container {