[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

@@ -50,7 +50,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
line-height: 1.6;
letter-spacing: -0.5px;
text-align: left;
color: var(--theme-foreground-text-color-054);
color: var(--adf-theme-foreground-text-color-054);
& > div {
overflow: hidden;
@@ -77,7 +77,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
.adf-manage-versions-no-permission {
margin: 0;
padding: $adf-info-drawer-icon-size-half;
color: var(--theme-foreground-text-color-054);
color: var(--adf-theme-foreground-text-color-054);
text-align: center;
display: flex;
flex-direction: column;