[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:
Bartosz Sekuła
2022-02-10 15:04:12 +01:00
committed by GitHub
parent 965c640318
commit c14ba477fd
18 changed files with 250 additions and 98 deletions

View File

@@ -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;
}