header menu first pass

This commit is contained in:
psychobunny
2015-08-19 14:46:40 -04:00
parent d464cb2f0d
commit cc05a0a049
6 changed files with 91 additions and 6 deletions

View File

@@ -102,9 +102,9 @@
@line-height-large: 1.3333333; // extra decimals for Win 8.1 Chrome
@line-height-small: 1.5;
@border-radius-base: 3px;
@border-radius-large: 3px;
@border-radius-small: 3px;
@border-radius-base: 0px;
@border-radius-large: 0px;
@border-radius-small: 0px;
//** Global color for active items (e.g., navs or dropdowns).
@component-active-color: #fff;