[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

@@ -118,7 +118,7 @@ $tile-themes: (
h1 {
color: white;
width: 80%;
font-size: 24px;
font-size: var(--theme-headline-font-size);
margin: 0;
line-height: normal;
white-space: nowrap;

View File

@@ -10,7 +10,7 @@
.adf-empty-list-header {
height: 32px;
opacity: 0.26 !important;
font-size: 24px;
font-size: var(--theme-headline-font-size);
line-height: 1.33;
letter-spacing: -1px;
}

View File

@@ -10,7 +10,7 @@ adf-datatable .adf-data-cell {
.adf-empty-list-header {
height: 32px;
opacity: 0.26;
font-size: 24px;
font-size: var(--theme-headline-font-size);
line-height: 1.33;
letter-spacing: -1px;
}
@@ -33,7 +33,7 @@ adf-datatable .adf-data-cell {
.adf-empty-list__any-files-here-to-add {
min-height: 24px;
opacity: 0.54;
font-size: 16px;
font-size: var(--theme-subheading-2-font-size);
line-height: 1.5;
letter-spacing: -0.4px;
margin-top: 17px;

View File

@@ -27,7 +27,7 @@
color: #fff;
text-align: center;
font-weight: bolder;
font-size: 18px;
font-size: var(--theme-adf-picture-1-font-size);
text-transform: uppercase;
vertical-align: text-bottom;
}

View File

@@ -85,7 +85,7 @@ adf-people-list adf-datatable {
color: #fff;
text-align: center;
font-weight: bolder;
font-size: 18px;
font-size: var(--theme-adf-picture-1-font-size);
text-transform: uppercase;
vertical-align: text-bottom;
}

View File

@@ -30,7 +30,7 @@
.adf-comments-header {
padding: 10px 20px;
font-size: 14px;
font-size: var(--theme-body-1-font-size);
font-weight: 600;
border-bottom: 1px solid var(--theme-fg-divider);
}

View File

@@ -4,7 +4,7 @@
height: 24px;
width: 100%;
cursor: pointer;
font-size: 14px !important;
font-size: var(--theme-body-1-font-size) !important;
font-weight: bold;
opacity: 0.54;

View File

@@ -57,7 +57,7 @@
.no-results {
margin-left: 9px;
font-size: 14px;
font-size: var(--theme-body-1-font-size);
font-weight: 400;
letter-spacing: 0;
line-height: 18px;

View File

@@ -4,7 +4,7 @@
}
.no-content-message {
font-size: 16px;
font-size: var(--theme-subheading-2-font-size);
font-weight: bold;
text-align: center;
opacity: 0.54;

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);
}

View File

@@ -9,7 +9,7 @@
.adf-activiti-task-details__header {
align-self: flex-end;
display: flex;
font-size: 24px;
font-size: var(--theme-headline-font-size);
font-weight: 300;
line-height: normal;
overflow: hidden;

View File

@@ -4,7 +4,7 @@
height: 24px;
width: 100%;
cursor: pointer;
font-size: 14px !important;
font-size: var(--theme-body-1-font-size) !important;
font-weight: bold;
opacity: 0.54;