aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/chubby/collections/menu.variables
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/chubby/collections/menu.variables
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/chubby/collections/menu.variables')
-rw-r--r--semantic/src/themes/chubby/collections/menu.variables40
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