Commit db15bf23 by bergquist

fix(sass): fixes sass lint issue

parent de52ca47
...@@ -67,18 +67,20 @@ ...@@ -67,18 +67,20 @@
} }
// Links within the dropdown menu // Links within the dropdown menu
> li > a { > li {
display: block; > a {
padding: 3px 20px 3px 15px; display: block;
clear: both; padding: 3px 20px 3px 15px;
font-weight: normal; clear: both;
line-height: $line-height-base; font-weight: normal;
color: $dropdownLinkColor; line-height: $line-height-base;
white-space: nowrap; color: $dropdownLinkColor;
white-space: nowrap;
i {
padding-right: 5px; i {
color: $link-color-disabled; padding-right: 5px;
color: $link-color-disabled;
}
} }
} }
} }
......
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