Merge pull request #3933 from tidusjar/login-gui-tweak

added a new class for the login card to allow changing the card colou…
pull/3924/head^2
Jamie 4 years ago committed by GitHub
commit b77769e032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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