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 {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
.badge-primary {
|
||||
color: white;
|
||||
background-color: @brand-color;
|
||||
&-primary {
|
||||
color: white;
|
||||
background-color: @brand-color;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue