[ADF-5091] Change info drawer labels color (#5571)

This commit is contained in:
Baptiste Mahé 2020-03-30 19:20:06 +02:00 committed by GitHub
parent 53f2361658
commit 19ad789436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,12 @@
& .mat-tab-label { & .mat-tab-label {
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
color: mat-color($primary); color: mat-color($accent);
text-transform: uppercase; text-transform: uppercase;
&-active {
color: mat-color($primary);
}
} }
&-header { &-header {