Logo size variable
This commit is contained in:
parent
78b74d5a9a
commit
b1b8ce2e49
@ -49,6 +49,7 @@ body {
|
||||
--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-logo-size: 28px;
|
||||
--iqser-app-name-color: black;
|
||||
--iqser-top-bar-height: 61px;
|
||||
--iqser-menu-margin-top: 10px;
|
||||
|
||||
@ -11,8 +11,8 @@ import { MatIconModule } from '@angular/material/icon';
|
||||
}
|
||||
|
||||
mat-icon {
|
||||
height: 28px;
|
||||
width: unset;
|
||||
height: var(--iqser-logo-size);
|
||||
width: var(--iqser-logo-size);
|
||||
}
|
||||
`,
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user