[AAE-12872] custom css variables replaced with theme related variables (#8332)

* AAE-12872 replaced global variables related to foreground text

* AAE-12872 replaced global css variables related to foreground

* AAE-12872 replaced global css variables related to background,palette colors
This commit is contained in:
tomasz hanaj
2023-03-09 00:40:48 +01:00
committed by GitHub
parent 9863149a28
commit a39480bc48
83 changed files with 277 additions and 285 deletions

View File

@@ -71,7 +71,7 @@
word-break: break-all;
padding: 0.4375em;
border-bottom: none;
background: var(--theme-colors-mat-grey);
background: var(--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-border-color);
border: 1px solid var(--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-border-color);
border: 1px solid var(--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-text-fg-color);
color: var(--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-colors-mat-grey-dark);
color: var(--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-fg-divider);
border-bottom: 1px solid var(--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-colors-mag-grey-light);
color: var(--theme-mat-grey-color-50);
font-size: smaller;
}
}