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:
@@ -27,11 +27,11 @@
|
||||
|
||||
&-message,
|
||||
&-no-message {
|
||||
font-size: 13px !important;
|
||||
font-size: var(--theme-body-1-font-size) !important;
|
||||
}
|
||||
|
||||
&-date {
|
||||
font-size: 12px !important;
|
||||
font-size: var(--theme-caption-font-size) !important;
|
||||
}
|
||||
|
||||
&-initiator {
|
||||
@@ -47,7 +47,7 @@
|
||||
border-radius: 100px;
|
||||
text-align: center;
|
||||
font-weight: bolder;
|
||||
font-size: 18px;
|
||||
font-size: var(--theme-adf-picture-1-font-size);
|
||||
text-transform: uppercase;
|
||||
vertical-align: middle;
|
||||
line-height: 40px;
|
||||
|
Reference in New Issue
Block a user