aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/chubby/collections
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
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/chubby/collections')
-rw-r--r--semantic/src/themes/chubby/collections/form.overrides16
-rw-r--r--semantic/src/themes/chubby/collections/form.variables9
-rw-r--r--semantic/src/themes/chubby/collections/menu.overrides0
-rw-r--r--semantic/src/themes/chubby/collections/menu.variables40
4 files changed, 0 insertions, 65 deletions
diff --git a/semantic/src/themes/chubby/collections/form.overrides b/semantic/src/themes/chubby/collections/form.overrides
deleted file mode 100644
index 64a3e62..0000000
--- a/semantic/src/themes/chubby/collections/form.overrides
+++ /dev/null
@@ -1,16 +0,0 @@
-/*-------------------
- Form Variables
---------------------*/
-
-.ui.form .selection.dropdown {
- padding: 1.1em 1.2em;
- border-width: 2px;
-}
-.ui.form .selection.dropdown .menu {
- min-width: calc(100% + 4px);
- margin: 0 -2px;
- border-width: 2px;
-}
-.ui.form .selection.dropdown input {
- padding: inherit;
-} \ No newline at end of file
diff --git a/semantic/src/themes/chubby/collections/form.variables b/semantic/src/themes/chubby/collections/form.variables
deleted file mode 100644
index 1b7e327..0000000
--- a/semantic/src/themes/chubby/collections/form.variables
+++ /dev/null
@@ -1,9 +0,0 @@
-/*-------------------
- Form Variables
---------------------*/
-
-@labelTextTransform: uppercase;
-@labelFontSize: 0.8em;
-
-@inputPadding: 1em 1.2em;
-@inputBorder: 2px solid @borderColor; \ No newline at end of file
diff --git a/semantic/src/themes/chubby/collections/menu.overrides b/semantic/src/themes/chubby/collections/menu.overrides
deleted file mode 100644
index e69de29..0000000
--- a/semantic/src/themes/chubby/collections/menu.overrides
+++ /dev/null
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