App name CSS vars
This commit is contained in:
parent
03d63fc78e
commit
a2bb0360d7
@ -48,6 +48,8 @@ body {
|
||||
--iqser-button-height: 34px;
|
||||
--iqser-font-family: 'some placeholder value that should be overridden when configuring a theme';
|
||||
--iqser-app-name-font-family: 'some placeholder value that should be overridden when configuring a theme';
|
||||
--iqser-app-name-font-size: 18px;
|
||||
--iqser-app-name-color: black;
|
||||
}
|
||||
|
||||
$required-variables: 'iqser-font-family' 'iqser-primary';
|
||||
|
||||
@ -23,13 +23,10 @@
|
||||
|
||||
.app-name {
|
||||
font-family: var(--iqser-app-name-font-family);
|
||||
height: 20px;
|
||||
font-size: var(--iqser-font-size);
|
||||
font-size: var(--iqser-app-name-font-size);
|
||||
color: var(--iqser-app-name-color);
|
||||
font-weight: 800;
|
||||
letter-spacing: 0;
|
||||
line-height: 20px;
|
||||
white-space: nowrap;
|
||||
color: var(--iqser-text);
|
||||
}
|
||||
|
||||
.menu {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user