Skip to content

Commit

Permalink
CSS: Render badges w/ rounded corners
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent 5043bdf commit a613a68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/css/icinga/badges.less
@@ -1,14 +1,16 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

.badge {
.rounded-corners();
background-color: @gray-light;
color: @text-color-inverted;
display: inline-block;
font-family: @font-family-wide;
font-size: @font-size-small;
font-weight: @font-weight-bold;
line-height: 1;
min-width: 3em;
padding: @vertical-padding @horizontal-padding;
padding: @vertical-padding / 2;
text-align: center;
vertical-align: middle;
white-space: nowrap;
Expand Down

0 comments on commit a613a68

Please sign in to comment.