mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Add static login background image
This commit is contained in:
parent
f714c387f7
commit
155bc0f0c2
@ -6,7 +6,11 @@
|
|||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: @icinga-blue;
|
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;
|
background-size: cover;
|
||||||
|
|
||||||
.login-wrapper {
|
.login-wrapper {
|
||||||
@ -142,7 +146,7 @@
|
|||||||
i {
|
i {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 0 0 .5em @deep-black;
|
text-shadow: 0 0 .5em #01507B;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
public/img/icingaweb2-background.jpg
Normal file
BIN
public/img/icingaweb2-background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 298 KiB |
Loading…
x
Reference in New Issue
Block a user