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

11 lines
138 B
Plaintext
Raw Normal View History

2020-04-12 15:54:43 +00:00
.badge {
color: @foreground-1;
&.badge-info,
&.badge-success,
&.badge-warning,
&.badge-error {
color: @background-1;
}
}