[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

@@ -95,7 +95,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

@@ -22,11 +22,11 @@
.mat-raised-button {
line-height: 28px;
font-size: 12px;
font-size: var(--theme-caption-font-size);
}
button span {
font-size: 12px;
font-size: var(--theme-caption-font-size);
mat-icon {
line-height: 12px;
@@ -35,7 +35,7 @@
}
.material-icons {
font-size: 18px;
font-size: var(--theme-adf-picture-1-font-size);
}
}
}

View File

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

View File

@@ -23,14 +23,14 @@
&-message {
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;
}
&-icon {
font-size: 17px;
font-size: var(--theme-adf-icon-1-font-size);
color: var(--theme-warn-color);
}
}
@@ -42,7 +42,7 @@
width: 40px;
height: 40px;
font-weight: bolder;
font-size: 18px;
font-size: var(--theme-adf-picture-1-font-size);
box-shadow: none !important;
.mat-button-wrapper {

View File

@@ -28,7 +28,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;
}
@@ -40,14 +40,14 @@
&-message {
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;
}
&-icon {
font-size: 17px;
font-size: var(--theme-adf-icon-1-font-size);
color: var(--theme-warn-color);
}
}

View File

@@ -13,14 +13,14 @@
.adf-error-text {
padding-right: 8px;
height: 16px;
font-size: 11px;
font-size: var(--theme-caption-font-size);
line-height: 1.33;
color: var(--theme-warn-color);
width: auto;
}
.adf-error-icon {
font-size: 16px;
font-size: var(--theme-subheading-2-font-size);
color: var(--theme-warn-color);
}
}

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: 1;

View File

@@ -6,7 +6,7 @@
}
.adf-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

@@ -4,7 +4,7 @@
.mat-card-title {
font-weight: bold;
font-size: 18px;
font-size: var(--theme-adf-task-title-font-size);
}
}
@@ -27,21 +27,21 @@
.adf-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;
}
.adf-error-icon {
font-size: 17px;
font-size: var(--theme-adf-icon-1-font-size);
color: var(--theme-warn-color);
}
}
.adf-cloud-start-task-footer {
padding: 4px;
font-size: 18px;
font-size: var(--theme-adf-task-footer-font-size);
border-top: 1px solid #eee;
}

View File

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

View File

@@ -1,5 +1,5 @@
.adf-edit-task-filter-checkbox {
font-size: 16px;
font-size: var(--theme-subheading-2-font-size);
padding-top: 10px;
text-align: center;
flex: 1 23%;