Archived
1
0
Fork 0

app/assets/less/components/badge.less: use nesting.

This commit is contained in:
Henrik Hautakoski 2018-03-30 13:31:11 +02:00
parent 95e7b60a82
commit af8f7d8cd6

View file

@ -10,9 +10,9 @@
&:empty {
display:none;
}
}
.badge-primary {
color: white;
background-color: @brand-color;
&-primary {
color: white;
background-color: @brand-color;
}
}