Add static login background image

This commit is contained in:
Florian Strohmaier 2017-11-15 15:09:18 +01:00 committed by Eric Lippmann
parent f714c387f7
commit 155bc0f0c2
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,11 @@
height: 100%;
background-color: @icinga-blue;
background-image: radial-gradient(#2CABD7 20%, #01527F 100%);
background-repeat: no-repeat;
background-position: center center;
background-image: url(../img/icingaweb2-background.jpg);
// fallback ie 9
background-size: 100% 100%;
background-size: cover;
.login-wrapper {
@ -142,7 +146,7 @@
i {
font-size: 3em;
color: white;
text-shadow: 0 0 .5em @deep-black;
text-shadow: 0 0 .5em #01507B;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB