[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

@@ -75,16 +75,16 @@
}
&-actions {
border-top: 1px solid var(--theme-foreground-divider-color);
border-top: 1px solid var(--adf-theme-foreground-divider-color);
padding: 8px;
box-sizing: border-box;
height: 40px;
&-icon {
color: var(--theme-foreground-text-color-054);
color: var(--adf-theme-foreground-text-color-054);
&:hover {
color: var(--theme-foreground-text-color-087);
color: var(--adf-theme-foreground-text-color-087);
}
}
}

View File

@@ -56,7 +56,7 @@
}
.adf-report-report-container {
border-bottom: solid 1px var(--theme-foreground-divider-color);
border-bottom: solid 1px var(--adf-theme-foreground-divider-color);
padding-top: 10px;
.mat-toolbar {