added a new class for the login card to allow changing the card colour, etc

pull/3933/head
goldenpipes 4 years ago
parent 6461e9d7ab
commit 093fb673ed

@ -3,7 +3,7 @@
<div class="small-middle-container">
<div *ngIf="form && customizationSettings && authenticationSettings">
<mat-card class="mat-elevation-z8 top-margin">
<mat-card class="mat-elevation-z8 top-margin login-card">
<img mat-card-image *ngIf="!customizationSettings.logo" src="{{baseUrl}}/images/logo.png">
<img mat-card-image *ngIf="customizationSettings.logo" [src]="customizationSettings.logo">
<mat-card-content id="login-box" *ngIf="!authenticationSettings.enableOAuth || loginWithOmbi">

@ -228,4 +228,7 @@ div.bg {
.login-buttons {
text-align: center;
}
.login-card {
background: #424242;
}
Loading…
Cancel
Save