[AAE-13042] css variables names changed to avoid name collisions in other apps (#8351)

This commit is contained in:
tomasz hanaj
2023-03-10 16:35:39 +01:00
committed by GitHub
parent ce998f61fd
commit 8907a7ffa2
83 changed files with 269 additions and 269 deletions

View File

@@ -18,7 +18,7 @@
font-style: normal;
font-stretch: normal;
font-size: var(--theme-subheading-2-font-size);
color: var(--theme-foreground-text-color-087);
color: var(--adf-theme-foreground-text-color-087);
}
&__label {
@@ -26,7 +26,7 @@
}
&__info {
color: var(--theme-foreground-text-color-054);
color: var(--adf-theme-foreground-text-color-054);
font-size: var(--theme-caption-font-size);
}
@@ -39,7 +39,7 @@
}
&__input {
color: var(--theme-foreground-text-color-087);
color: var(--adf-theme-foreground-text-color-087);
}
}