Skip to content

Commit

Permalink
added a new class for the login card to allow changing the card colou…
Browse files Browse the repository at this point in the history
…r, etc
  • Loading branch information
goldenpipes committed Dec 15, 2020
1 parent 6461e9d commit 093fb67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi/ClientApp/src/app/login/login.component.html
Expand Up @@ -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">
Expand Down
3 changes: 3 additions & 0 deletions src/Ombi/ClientApp/src/app/login/login.component.scss
Expand Up @@ -228,4 +228,7 @@ div.bg {

.login-buttons {
text-align: center;
}
.login-card {
background: #424242;
}

0 comments on commit 093fb67

Please sign in to comment.