[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

@@ -8,7 +8,7 @@
}
.mat-select-value-text {
font-size: 14px;
font-size: var(--theme-body-1-font-size);
}
&-select {

View File

@@ -2,8 +2,8 @@
@import '~@angular/material/theming';
@import '../../../../styles/mixins';
$dynamic-table-font-size: 14px !default;
$dynamic-table-header-font-size: 12px !default;
$dynamic-table-font-size: var(--theme-body-1-font-size) !default;
$dynamic-table-header-font-size: var(--theme-caption-font-size) !default;
$dynamic-table-header-sort-icon-size: 16px !default;
$dynamic-table-hover-color: #eee !default;
$dynamic-table-selection-color: #e0f7fa !default;

View File

@@ -2,7 +2,7 @@
&-checkbox-label {
position: relative;
cursor: pointer;
font-size: 16px;
font-size: var(--theme-subheading-2-font-size);
line-height: 24px;
margin: 0;
}

View File

@@ -14,7 +14,7 @@ ul > li > form-field > .adf-focus {
&-error-text {
padding: 1px;
height: 16px;
font-size: 12px;
font-size: var(--theme-caption-font-size);
line-height: 1.33;
float: left;
color: var(--theme-warn-color);
@@ -22,7 +22,7 @@ ul > li > form-field > .adf-focus {
&-error-icon {
float: right;
font-size: 17px;
font-size: var(--theme-adf-icon-1-font-size);
color: var(--theme-warn-color);
}

View File

@@ -12,7 +12,7 @@
margin-top: -20px !important;
min-height: 24px;
min-width: 1px;
font-size: 12px;
font-size: var(--theme-caption-font-size);
line-height: 14px;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);

View File

@@ -27,7 +27,7 @@
border-radius: 100px;
color: var(--theme-text-fg-color);
font-weight: bolder;
font-size: 18px;
font-size: var(--theme-adf-picture-1-font-size);
text-transform: uppercase;
}