mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
parent
ed86758e3d
commit
a391ceeafc
1 changed files with 4 additions and 1 deletions
|
|
@ -1,16 +1,19 @@
|
|||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
// Link to unhandled services in the hosts overview
|
||||
.host-services-incidents {
|
||||
color: @color-critical;
|
||||
font-family: @font-family-wide;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
// State summary badges
|
||||
.state-badges {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
||||
> ul > li {
|
||||
padding-right: 5px;
|
||||
padding-right: @vertical-padding;
|
||||
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue