Commit 57025b9d by Clinton Blackburn

Merge pull request #77 from edx/menu-font-fix

Using matching font for all items in lens dropdown menu
parents 6b240011 c349a577
......@@ -78,11 +78,14 @@ hr.has-emphasis {
}
}
.navbar-link {
.navbar-link,
.dropdown-menu .link-label {
font-weight: 600;
font-size: 16px;
font-family: $f-sans-serif;
}
.navbar-link {
.fa-caret-down {
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