mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
5043bdf58c
commit
a613a683c5
@ -1,14 +1,16 @@
|
|||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
|
.rounded-corners();
|
||||||
background-color: @gray-light;
|
background-color: @gray-light;
|
||||||
color: @text-color-inverted;
|
color: @text-color-inverted;
|
||||||
|
display: inline-block;
|
||||||
font-family: @font-family-wide;
|
font-family: @font-family-wide;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
font-weight: @font-weight-bold;
|
font-weight: @font-weight-bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
min-width: 3em;
|
min-width: 3em;
|
||||||
padding: @vertical-padding @horizontal-padding;
|
padding: @vertical-padding / 2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user