[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

@@ -4,7 +4,7 @@ $content-node-selector-thumbnail-width: 35px !default;
.adf-search-results-label {
flex: 1;
font-weight: 600;
font-size: 14px;
font-size: var(--theme-body-1-font-size);
font-style: normal;
font-stretch: normal;
line-height: 1.43;
@@ -15,7 +15,7 @@ $content-node-selector-thumbnail-width: 35px !default;
.adf-toolbar .mat-toolbar {
max-height: 48px;
border-bottom-width: 0;
font-size: 14px;
font-size: var(--theme-body-1-font-size);
&.mat-toolbar-single-row {
height: auto;
@@ -64,7 +64,7 @@ $content-node-selector-thumbnail-width: 35px !default;
margin-bottom: 0;
.mat-select-trigger {
font-size: 14px;
font-size: var(--theme-body-1-font-size);
}
}

View File

@@ -54,7 +54,7 @@ adf-content-node-selector {
.mat-dialog-title {
margin-left: 24px;
margin-right: 24px;
font-size: 20px;
font-size: var(--theme-title-font-size);
font-weight: 600;
font-style: normal;
font-stretch: normal;

View File

@@ -3,6 +3,6 @@
&-location {
color: var(--theme-text-color);
font-size: 12px;
font-size: var(--theme-caption-font-size);
}
}