mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +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:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
&-description {
|
||||
font-size: 24px;
|
||||
font-size: var(--theme-headline-font-size);
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
@@ -49,11 +49,11 @@
|
||||
}
|
||||
|
||||
&-title {
|
||||
font-size: 24px;
|
||||
font-size: var(--theme-headline-font-size);
|
||||
}
|
||||
|
||||
&-description {
|
||||
font-size: 17px;
|
||||
font-size: var(--theme-subheading-2-font-size);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user