@@ -180,4 +180,8 @@ fieldset[disabled] .btn {
// badge
.badge {
letter-spacing: 0.05em;
+ &.badge-warning {
+ // badge-warning text is white color in bootstrap3
+ color: white;
+ }
}