|
@ -47,10 +47,22 @@ |
|
|
@itemVerticalPadding: 0.65rem; |
|
|
@itemVerticalPadding: 0.65rem; |
|
|
@itemHorizontalPadding: 1.25rem; |
|
|
@itemHorizontalPadding: 1.25rem; |
|
|
@itemFontWeight: normal; |
|
|
@itemFontWeight: normal; |
|
|
@itemLineHeight: 1.2; |
|
|
|
|
|
|
|
|
@itemLineHeight: 1.2em; |
|
|
@itemTextTransform: none; |
|
|
@itemTextTransform: none; |
|
|
@itemBoxShadow: none; |
|
|
@itemBoxShadow: none; |
|
|
|
|
|
|
|
|
|
|
|
/* Responsive */ |
|
|
|
|
|
@itemActualHeight: (@itemVerticalPadding * 2) + @itemLineHeight; |
|
|
|
|
|
|
|
|
|
|
|
@mobileMaxItems: 6; |
|
|
|
|
|
@tabletMaxItems: 8; |
|
|
|
|
|
@computerMaxItems: 12; |
|
|
|
|
|
@mobileMaxMenuHeight: (@itemActualHeight * @mobileMaxItems); |
|
|
|
|
|
@tabletMaxMenuHeight: (@itemActualHeight * @tabletMaxItems); |
|
|
|
|
|
@computerMaxMenuHeight: (@itemActualHeight * @computerMaxItems); |
|
|
|
|
|
@widescreenMaxMenuHeight: 9999px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Menu Header */ |
|
|
/* Menu Header */ |
|
|
@menuHeaderColor: @darkTextColor; |
|
|
@menuHeaderColor: @darkTextColor; |
|
|
@menuHeaderFontSize: 0.8em; |
|
|
@menuHeaderFontSize: 0.8em; |
|
|