[AAE-6823] Customize font (#7493)

* [AAE-6823] Customize font

* [AAE-6823] Update css variables names

* [AAE-6823] Cleaning

* [AAE-6823] Update css variables names

* [AAE-6823] Fix lint error
This commit is contained in:
Bartosz Sekuła
2022-02-08 14:15:57 +01:00
committed by GitHub
parent 5b4d49bc0e
commit 670d2befdc
75 changed files with 146 additions and 132 deletions

View File

@@ -5,7 +5,7 @@
.mat-card-title {
font-weight: bold;
font-size: 18px;
font-size: var(--theme-adf-task-title-font-size);
}
}
@@ -19,7 +19,7 @@
.adf-new-task-footer {
padding: 4px;
font-size: 18px;
font-size: var(--theme-adf-task-footer-font-size);
border-top: 1px solid #eee;
}
@@ -75,14 +75,14 @@ adf-start-task {
&-error-text {
padding-right: 8px;
height: 16px;
font-size: 12px;
font-size: var(--theme-caption-font-size);
line-height: 1.33;
color: var(--theme-warn-color);
width: auto;
}
&-error-icon {
font-size: 17px;
font-size: var(--theme-adf-icon-1-font-size);
color: var(--theme-warn-color);
}