From 002eb44eee98dc838bc854b945ab0cbf4884dd57 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 14 Dec 2020 23:29:56 -0800 Subject: :star: --- .../src/themes/chubby/collections/menu.variables | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 semantic/src/themes/chubby/collections/menu.variables (limited to 'semantic/src/themes/chubby/collections/menu.variables') 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 -- cgit v1.2.3