app/assets/less/components/badge.less: use nesting.
This commit is contained in:
parent
95e7b60a82
commit
af8f7d8cd6
1 changed files with 4 additions and 4 deletions
|
|
@ -10,9 +10,9 @@
|
||||||
&:empty {
|
&:empty {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.badge-primary {
|
&-primary {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: @brand-color;
|
background-color: @brand-color;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Reference in a new issue