[ADF-5104] Change color of location text (#5595)

This commit is contained in:
Baptiste Mahé
2020-04-08 12:56:42 +02:00
committed by GitHub
parent 5b04fed29f
commit 263ed658db

View File

@@ -4,7 +4,7 @@
.adf-name-location-cell {
display: grid;
&-location {
color: mat-color($foreground, base, 0.5);
color: mat-color($foreground, base, 0.54);
font-size: 12px;
}
}