[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

@@ -71,7 +71,7 @@
word-break: break-all;
padding: 0.4375em;
border-bottom: none;
background: var(--theme-mat-grey-color-a200);
background: var(--adf-theme-mat-grey-color-a200);
min-height: 27px;
margin-bottom: 12px;

View File

@@ -1,7 +1,7 @@
.adf-file-properties-table {
table {
width: 100%;
border: 1px solid var(--theme-foreground-text-color-007);
border: 1px solid var(--adf-theme-foreground-text-color-007);
box-shadow: none;
.adf-file {

View File

@@ -6,7 +6,7 @@ adf-properties-viewer-widget {
display: block;
height: 100%;
width: 100%;
border: 1px solid var(--theme-foreground-text-color-007);
border: 1px solid var(--adf-theme-foreground-text-color-007);
border-radius: 6px;
.adf-properties-viewer-wrapper-loading {

View File

@@ -26,7 +26,7 @@
width: 40px;
height: 40px;
border-radius: 100px;
color: var(--theme-foreground-text-color);
color: var(--adf-theme-foreground-text-color);
font-weight: bolder;
font-size: var(--theme-adf-picture-1-font-size);
text-transform: uppercase;

View File

@@ -1,7 +1,7 @@
.adf {
&-start-process {
.mat-form-field-label {
color: var(--theme-mat-grey-color-a200-dark);
color: var(--adf-theme-mat-grey-color-a200-dark);
}
mat-card-actions {

View File

@@ -1,5 +1,5 @@
.adf-cloud-start-task-heading {
border-bottom: 1px solid var(--theme-foreground-divider-color);
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
margin-bottom: 10px;
.mat-card-title {

View File

@@ -36,7 +36,7 @@
padding: 0 5px;
border-radius: 15px;
background-color: var(--theme-accent-color);
color: var(--theme-mat-grey-color-50);
color: var(--adf-theme-mat-grey-color-50);
font-size: smaller;
}
}