[AAE-15296] added design tokens to InfoDrawerComponent (#9051)

* [AAE-15296] added design tokens to InfoDrawerComponent

* [AAE-15296] added access to theme to component variables
This commit is contained in:
tomasz hanaj
2023-11-02 13:10:05 +01:00
committed by GitHub
parent 54e95bc5f7
commit 15f82c812c
5 changed files with 55 additions and 7 deletions

View File

@@ -20,13 +20,8 @@ $adf-info-drawer-icon-size-half: 24px !default;
& .mat-tab-label {
font-weight: bold;
text-align: left;
color: var(--theme-accent-color);
text-transform: uppercase;
opacity: 1;
&-active {
color: var(--theme-primary-color);
}
}
&-header {