CSS: Use badge-color instead of text-color-inverted
This commit is contained in:
parent
d265da1fa9
commit
f2f4375125
|
@ -1,12 +1,13 @@
|
|||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
@badge-color: @body-bg-color;
|
||||
@badge-line-height: 1.2;
|
||||
@badge-padding: 0.25em;
|
||||
|
||||
.badge {
|
||||
.rounded-corners();
|
||||
background-color: @gray-light;
|
||||
color: @text-color-inverted;
|
||||
color: @badge-color;
|
||||
display: inline-block;
|
||||
font-family: @font-family-wide;
|
||||
font-size: @font-size-small;
|
||||
|
|
Loading…
Reference in New Issue