mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-5091] Change info drawer labels color (#5571)
This commit is contained in:
parent
53f2361658
commit
19ad789436
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user