mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
ed86758e3d
commit
a391ceeafc
@ -1,16 +1,19 @@
|
|||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
// Link to unhandled services in the hosts overview
|
||||||
.host-services-incidents {
|
.host-services-incidents {
|
||||||
color: @color-critical;
|
color: @color-critical;
|
||||||
font-family: @font-family-wide;
|
font-family: @font-family-wide;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// State summary badges
|
||||||
.state-badges {
|
.state-badges {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
> ul > li {
|
> ul > li {
|
||||||
padding-right: 5px;
|
padding-right: @vertical-padding;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user