Skip to content

Commit

Permalink
fix(admin-ui): Fix background image on login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jun 6, 2019
1 parent 908ff64 commit 8066d9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin-ui/src/app/login/components/login/login.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@import "variables";

.login-wrapper {
background-image: url("/assets/dark-triangles.png");
// funny url prefix is a work-around for an issue caused by setting the base href.
// See https://github.com/angular/angular-cli/issues/4782#issuecomment-423650190
background-image: url("~src/assets/dark-triangles.png");
background-repeat: repeat;
background-size: auto;
justify-content: center;
Expand Down

0 comments on commit 8066d9b

Please sign in to comment.