mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
added a new class for the login card to allow changing the card colour, etc
This commit is contained in:
parent
6461e9d7ab
commit
093fb673ed
2 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue