mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
CSS: Reposition logo in login view
This commit is contained in:
parent
235c0c1321
commit
1881b96235
@ -31,11 +31,16 @@
|
|||||||
box-shadow: 0 0 4em 2em rgba(0,0,0,.4);
|
box-shadow: 0 0 4em 2em rgba(0,0,0,.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
#icinga-logo {
|
.logo-wrapper {
|
||||||
width: 80%;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1em; left: 10%;
|
top: 1em; right: 1em; left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#icinga-logo {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 18em;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
margin: 0 auto;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user