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