love/source/atom/ui-template/badges.less

11 lines
138 B
Plaintext

.badge {
color: @foreground-1;
&.badge-info,
&.badge-success,
&.badge-warning,
&.badge-error {
color: @background-1;
}
}