aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/github/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/github/collections/menu.variables
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/github/collections/menu.variables')
-rw-r--r--semantic/src/themes/github/collections/menu.variables61
1 files changed, 0 insertions, 61 deletions
diff --git a/semantic/src/themes/github/collections/menu.variables b/semantic/src/themes/github/collections/menu.variables
deleted file mode 100644
index 1479320..0000000
--- a/semantic/src/themes/github/collections/menu.variables
+++ /dev/null
@@ -1,61 +0,0 @@
-/*-------------------
- Collection
---------------------*/
-
-@itemVerticalPadding: 1em;
-@itemHorizontalPadding: 1.25em;
-
-@background: #FFFFFF linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
-@fontWeight: normal;
-
-@activeBorderSize: 0em;
-
-@hoverBackground: rgba(0, 0, 0, 0.02);
-@downBackground: rgba(0, 0, 0, 0.06);
-
-@activeBackground: rgba(0, 0, 0, 0.04);
-@activeHoverBackground: rgba(0, 0, 0, 0.04);
-
-
-@headerBackground: rgba(0, 0, 0, 0.08);
-
-@subMenuMargin: 0.5em -0.6em 0;
-@subMenuHorizontalPadding: 0.7em;
-
-@arrowHoverColor: #EEEEEE;
-@arrowActiveColor: #EEEEEE;
-@arrowVerticalHoverColor: #F4F4F4;
-@arrowVerticalActiveColor: #F4F4F4;
-
-@dividerBackground: #E8E8E8;
-@verticalDividerBackground: #E8E8E8;
-
-/*-------------------
- Elements
---------------------*/
-
-@buttonOffset: -0.15em;
-@buttonVerticalPadding: 0.75em;
-
-/*-------------------
- Types
---------------------*/
-
-@paginationMinWidth: 3.5em;
-
-@tieredActiveItemBackground: #F5F5F5;
-@tieredActiveMenuBackground: #F5F5F5;
-
-/*-------------------
- Variations
---------------------*/
-
-@verticalBackground: #FFFFFF;
-@verticalItemBackground: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
-
-@invertedBackground: @black linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.0));
-@invertedBoxShadow :
- 0px 1px 2px 0px rgba(0, 0, 0, 0.15),
- 0px 0px 0px 1px rgba(255, 255, 255, 0.15)
-;
-@secondaryVerticalPadding: 0.75em; \ No newline at end of file