Add static login background image
This commit is contained in:
parent
f714c387f7
commit
155bc0f0c2
|
@ -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 |
Loading…
Reference in New Issue