diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/chubby/collections/menu.variables | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/chubby/collections/menu.variables')
| -rw-r--r-- | semantic/src/themes/chubby/collections/menu.variables | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/semantic/src/themes/chubby/collections/menu.variables b/semantic/src/themes/chubby/collections/menu.variables deleted file mode 100644 index f3149d5..0000000 --- a/semantic/src/themes/chubby/collections/menu.variables +++ /dev/null @@ -1,40 +0,0 @@ -/******************************* - 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 |