bullet category fixes

This commit is contained in:
Kris Aubuchon 2015-03-09 23:47:30 -04:00
parent 6ea20018c5
commit b89fa00f79
1 changed files with 13 additions and 1 deletions

View File

@ -55,7 +55,7 @@
span.badge-category {
color: $primary !important;
vertical-align: text-top;
margin-top: -1px; //vertical alignment fix
line-height: 1;
margin-left: 4px;
display: inline-block;
@ -163,6 +163,18 @@
color: $primary !important;
}
li.bullet>.badge-category {
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
color: $primary !important;
.badge-category-bg {
width: 10px;
height: 10px;
display: inline-block;
}
}
}
.category-dropdown-menu {