Commit c349a577 by Clinton Blackburn

Using matching font for all items in lens dropdown menu

parent 9b90f1ab
...@@ -71,11 +71,14 @@ hr.has-emphasis { ...@@ -71,11 +71,14 @@ hr.has-emphasis {
} }
} }
.navbar-link { .navbar-link,
.dropdown-menu .link-label {
font-weight: 600; font-weight: 600;
font-size: 16px; font-size: 16px;
font-family: $f-sans-serif; font-family: $f-sans-serif;
}
.navbar-link {
.fa-caret-down { .fa-caret-down {
margin-left: 5px; margin-left: 5px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment