Logo size variable

This commit is contained in:
Adina Țeudan 2023-08-02 21:29:08 +03:00
parent 78b74d5a9a
commit b1b8ce2e49
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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);
}
`,
],