mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Remove logo.less
Not used anymore.
This commit is contained in:
parent
4db06d79cb
commit
31df702a80
@ -50,7 +50,6 @@ class StyleSheet
|
|||||||
'css/icinga/about.less',
|
'css/icinga/about.less',
|
||||||
'css/icinga/controls.less',
|
'css/icinga/controls.less',
|
||||||
'css/icinga/dev.less',
|
'css/icinga/dev.less',
|
||||||
// 'css/icinga/logo.less',
|
|
||||||
'css/icinga/spinner.less',
|
'css/icinga/spinner.less',
|
||||||
'css/icinga/compat.less',
|
'css/icinga/compat.less',
|
||||||
'css/icinga/print.less',
|
'css/icinga/print.less',
|
||||||
|
@ -1,47 +0,0 @@
|
|||||||
/*! 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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user