34 lines
579 B
Plaintext
34 lines
579 B
Plaintext
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||
|
|
||
|
.logo {
|
||
|
background-color: @colorPetrol;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 60%;
|
||
|
border-bottom: 1px solid #d9d9d9d;
|
||
|
text-align: center;
|
||
|
-webkit-box-shadow: 0 3px 7px -3px #000;
|
||
|
-moz-box-shadow: 0 3px 7px -3px #000;
|
||
|
box-shadow: 0 3px 7px -3px #000;
|
||
|
|
||
|
.image {
|
||
|
position: absolute;
|
||
|
bottom: 1em;
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
text-align: center;
|
||
|
|
||
|
img {
|
||
|
width: 375px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#layout.minimal-layout {
|
||
|
.logo .image img {
|
||
|
width: 70%;
|
||
|
}
|
||
|
}
|