FIX: subcategory badge styling problems
This commit is contained in:
parent
00cc33c110
commit
d704991609
|
@ -154,7 +154,7 @@
|
|||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
li {
|
||||
li:not(.category) {
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
.fa {
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
float: left;
|
||||
margin-right: 14px;
|
||||
}
|
||||
.fa {
|
||||
.num .fa {
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
.fa-heart{
|
||||
|
@ -233,7 +233,6 @@
|
|||
background-color: $secondary;
|
||||
}
|
||||
.badge-category {
|
||||
float: left;
|
||||
margin: 1px 4px 0 0;
|
||||
}
|
||||
.posters {
|
||||
|
|
Loading…
Reference in New Issue