mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-08-16 23:28:17 +02:00
32 lines
531 B
Plaintext
32 lines
531 B
Plaintext
.state-badges() {
|
|
&.state-badges {
|
|
padding: 0;
|
|
|
|
ul {
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
display: inline-block;
|
|
}
|
|
|
|
li > ul > li:first-child:not(:last-child) .state-badge {
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
li > ul > li:last-child:not(:first-child) .state-badge {
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
> li:not(:last-child) {
|
|
margin-right: .25em;
|
|
}
|
|
|
|
li > ul > li + li {
|
|
margin-left: 1px;
|
|
}
|
|
}
|
|
}
|