mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -64,7 +64,7 @@
|
||||
z-index: 7;
|
||||
|
||||
.adf-application-title {
|
||||
font-size: 24px;
|
||||
font-size: var(--theme-headline-font-size);
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
.adf-edit-report-title {
|
||||
float: left;
|
||||
font-size: 20px !important;
|
||||
font-size: var(--theme-title-font-size) !important;
|
||||
padding-top: 19px;
|
||||
}
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
line-height: 14px;
|
||||
font-size: 14px;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
max-width: 300px;
|
||||
position: fixed;
|
||||
top: -500px;
|
||||
|
Reference in New Issue
Block a user