feat: add a few variables to control the header and logo
This commit is contained in:
@@ -44,6 +44,7 @@ export class UmbBackofficeHeaderLogoElement extends UmbLitElement {
|
||||
UmbTextStyles,
|
||||
css`
|
||||
#logo {
|
||||
display: var(--umb-header-logo-display, inline);
|
||||
--uui-button-padding-top-factor: 1;
|
||||
--uui-button-padding-bottom-factor: 0.5;
|
||||
margin-right: var(--uui-size-space-2);
|
||||
|
||||
@@ -20,7 +20,7 @@ export class UmbBackofficeHeaderElement extends UmbLitElement {
|
||||
}
|
||||
|
||||
#appHeader {
|
||||
background-color: var(--uui-color-header-surface);
|
||||
background-color: var(--umb-header-background-color, var(--uui-color-header-surface));
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user