label.fs-tag, span.fs-tag { background: #ffba00; color: #fff; display: inline-block; border-radius: 3px; padding: 5px; font-size: 11px; line-height: 11px; vertical-align: baseline; &.fs-warn { background: #ffba00; } &.fs-info { background: #00a0d2; } &.fs-success { background: #46b450; } &.fs-error { background: #dc3232; } }