diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
| commit | 823344c19094680e80e2b56449a243e183db8b06 (patch) | |
| tree | 92277700547ea671331828caa258ace7aaaa46d5 /semantic/src/themes/chubby/collections/menu.variables | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'semantic/src/themes/chubby/collections/menu.variables')
| -rw-r--r-- | semantic/src/themes/chubby/collections/menu.variables | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/semantic/src/themes/chubby/collections/menu.variables b/semantic/src/themes/chubby/collections/menu.variables new file mode 100644 index 0000000..f3149d5 --- /dev/null +++ b/semantic/src/themes/chubby/collections/menu.variables @@ -0,0 +1,40 @@ +/******************************* + Menu +*******************************/ + +@background: @darkWhite; +@boxShadow: none; +@dividerSize: 0px; + +@verticalBoxShadow: 0px 0px 0px 2px @borderColor inset; +@verticalActiveBoxShadow: none; + +@itemVerticalPadding: 1.25em; +@itemHorizontalPadding: 2em; +@itemFontWeight: bold; + +@activeItemBackground: @primaryColor; +@activeItemTextColor: @white; +@activeHoverItemBackground: @primaryColorHover; +@activeHoverItemColor: @white; + +@secondaryItemPadding: @relativeSmall @relativeMedium; + +@secondaryActiveItemBackground: @primaryColor; +@secondaryActiveItemColor: @white; +@secondaryActiveHoverItemBackground: @primaryColorHover; +@secondaryActiveHoverItemColor: @white; + +@secondaryPointingBorderWidth: 4px; +@secondaryPointingActiveBorderColor: @primaryColor; +@secondaryPointingActiveTextColor: @primaryColor; + +@arrowSize: 1em; +@arrowActiveColor: @primaryColor; +@arrowActiveHoverColor: @primaryColorHover; +@arrowBorder: transparent; + +@paginationActiveBackground: @lightGrey; + +@borderColor: @darkWhite; +@tabularBorderWidth: 2px;
\ No newline at end of file |