mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-6823] Customize font (#2423)
* [AAE-6823] Customize font * Fix for adf vars * update * update * update * update * [AAE-6823] Custom fonts * [AAE-6823] Create new css var for new button * [AAE-6823] Cleaning code * [AAE-6823] Changed configuration to tpl * [AAE-6823] Cleaning code * [AAE-6823] Cleaning code
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
align-items: center;
|
||||
flex: 0 0 65px;
|
||||
flex-basis: 48px;
|
||||
background: #fafafa;
|
||||
background: var(--theme-background-color);
|
||||
border-bottom: 1px solid var(--theme-border-color, rgba(0, 0, 0, 0.07));
|
||||
padding: 0 24px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user