48 lines
742 B
Plaintext
48 lines
742 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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.below-logo {
|
|
position: absolute;
|
|
font-size: 0.9em;
|
|
top: 45%;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
|
|
#layout.minimal-layout {
|
|
.logo .image img {
|
|
width: 70%;
|
|
}
|
|
|
|
.below-logo {
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
}
|