bullet category fixes
This commit is contained in:
parent
6ea20018c5
commit
b89fa00f79
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue