aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/chubby/elements
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/elements
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/chubby/elements')
-rw-r--r--semantic/src/themes/chubby/elements/button.overrides21
-rw-r--r--semantic/src/themes/chubby/elements/button.variables57
-rw-r--r--semantic/src/themes/chubby/elements/header.overrides5
-rw-r--r--semantic/src/themes/chubby/elements/header.variables21
4 files changed, 0 insertions, 104 deletions
diff --git a/semantic/src/themes/chubby/elements/button.overrides b/semantic/src/themes/chubby/elements/button.overrides
deleted file mode 100644
index 141f2d1..0000000
--- a/semantic/src/themes/chubby/elements/button.overrides
+++ /dev/null
@@ -1,21 +0,0 @@
-/*******************************
- Overrides
-*******************************/
-
-@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
-
-.ui.labeled.icon.buttons > .button > .icon,
-.ui.labeled.icon.button > .icon {
- box-shadow:
- -1px 0px 0px 0px rgba(255, 255, 255, 0.2) inset,
- -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset
- ;
-}
-
-.ui.right.labeled.icon.buttons .button .icon,
-.ui.right.labeled.icon.button .icon {
- box-shadow:
- 1px 0px 0px 0px rgba(255, 255, 255, 0.2) inset,
- 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset
- ;
-} \ No newline at end of file
diff --git a/semantic/src/themes/chubby/elements/button.variables b/semantic/src/themes/chubby/elements/button.variables
deleted file mode 100644
index ae92b9a..0000000
--- a/semantic/src/themes/chubby/elements/button.variables
+++ /dev/null
@@ -1,57 +0,0 @@
-/*-------------------
- Button Variables
---------------------*/
-
-/* Button Variables */
-@pageFont: 'Source Sans Pro', Arial, sans-serif;
-
-@textTransform: none;
-@fontWeight: @normal;
-@textColor: #333333;
-
-@verticalPadding: 1.1em;
-@horizontalPadding: 2.5em;
-@invertedBorderSize: 3px;
-
-@basicBorderRadius: 0.4em;
-@basicFontWeight: bold;
-@basicTextTransform: uppercase;
-
-@blue: #4A88CB;
-@primaryColor: @blue;
-
-@borderRadius: 0.25em;
-
-@backgroundColor: #E6EAED;
-@backgroundImage: none;
-@boxShadow: none;
-
-@hoverBackgroundColor: #DDDDDD;
-@hoverBackgroundImage: none;
-@hoverBoxShadow: none;
-
-@downBackgroundColor: #D0D0D0;
-@downBackgroundImage: none;
-@downBoxShadow: none;
-
-@activeBackgroundColor: #CCCCCC;
-@activeBackgroundImage: none;
-@activeBoxShadow: none;
-
-@verticalBoxShadow: none;
-
-@loadingBackgroundColor: #F0F0F0;
-
-@compactVerticalPadding: (@verticalPadding * 0.5);
-@compactHorizontalPadding: (@horizontalPadding * 0.5);
-
-@labeledIconBackgroundColor: transparent;
-
-@mini: 0.7rem;
-@tiny: 0.75rem;
-@small: 0.8rem;
-@medium: 0.92rem;
-@large: 1rem;
-@big: 1.125rem;
-@huge: 1.2rem;
-@massive: 1.3rem;
diff --git a/semantic/src/themes/chubby/elements/header.overrides b/semantic/src/themes/chubby/elements/header.overrides
deleted file mode 100644
index c7bc7b0..0000000
--- a/semantic/src/themes/chubby/elements/header.overrides
+++ /dev/null
@@ -1,5 +0,0 @@
-/*******************************
- Overrides
-*******************************/
-
-@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
diff --git a/semantic/src/themes/chubby/elements/header.variables b/semantic/src/themes/chubby/elements/header.variables
deleted file mode 100644
index ac86908..0000000
--- a/semantic/src/themes/chubby/elements/header.variables
+++ /dev/null
@@ -1,21 +0,0 @@
-/*-------------------
- Header
---------------------*/
-
-@headerFont : 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
-@fontWeight: bold;
-@textTransform: none;
-
-/* HTML Headings */
-@h1: 1.33rem;
-@h2: 1.2rem;
-@h3: 1rem;
-@h4: 0.9rem;
-@h5: 0.8rem;
-
-/* Sizing */
-@hugeFontSize: 1.33em;
-@largeFontSize: 1.2em;
-@mediumFontSize: 1em;
-@smallFontSize: 0.9em;
-@tinyFontSize: 0.8em; \ No newline at end of file