aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/flat/globals
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/flat/globals
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/flat/globals')
-rw-r--r--semantic/src/themes/flat/globals/site.overrides3
-rw-r--r--semantic/src/themes/flat/globals/site.variables106
2 files changed, 0 insertions, 109 deletions
diff --git a/semantic/src/themes/flat/globals/site.overrides b/semantic/src/themes/flat/globals/site.overrides
deleted file mode 100644
index c5c5336..0000000
--- a/semantic/src/themes/flat/globals/site.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Overrides
-*******************************/
diff --git a/semantic/src/themes/flat/globals/site.variables b/semantic/src/themes/flat/globals/site.variables
deleted file mode 100644
index e335b59..0000000
--- a/semantic/src/themes/flat/globals/site.variables
+++ /dev/null
@@ -1,106 +0,0 @@
-/*******************************
- Site Settings
-*******************************/
-
-/*-------------------
- Paths
---------------------*/
-
-@imagePath : "../../themes/default/assets/images";
-@fontPath : "../../themes/default/assets/fonts";
-
-/*-------------------
- Fonts
---------------------*/
-
-@headerFont : "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
-@pageFont : "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
-
-/*-------------------
- Site Colors
---------------------*/
-
-/*--- Colors ---*/
-@blue : #0074D9;
-@green : #2ECC40;
-@orange : #FF851B;
-@pink : #D9499A;
-@purple : #A24096;
-@red : #FF4136;
-@teal : #39CCCC;
-@yellow : #FFCB08;
-
-@black : #191919;
-@grey : #CCCCCC;
-@white : #FFFFFF;
-
-/*--- Light Colors ---*/
-@lightBlue : #54C8FF;
-@lightGreen : #2ECC40;
-@lightOrange : #FF851B;
-@lightPink : #FF8EDF;
-@lightPurple : #CDC6FF;
-@lightRed : #FF695E;
-@lightTeal : #6DFFFF;
-@lightYellow : #FFE21F;
-
-@primaryColor : @blue;
-@secondaryColor : @black;
-
-
-/*-------------------
- Page
---------------------*/
-
-@bodyBackground : #FCFCFC;
-@fontSize : 14px;
-@textColor : rgba(0, 0, 0, 0.8);
-
-@headerMargin : 1em 0em 1rem;
-@paragraphMargin : 0em 0em 1em;
-
-@linkColor : #009FDA;
-@linkUnderline : none;
-@linkHoverColor : lighten( @linkColor, 5);
-@linkHoverUnderline : @linkUnderline;
-
-@highlightBackground : #FFFFCC;
-@highlightColor : @textColor;
-
-
-
-/*-------------------
- Background Colors
---------------------*/
-
-@subtleTransparentBlack : rgba(0, 0, 0, 0.03);
-@transparentBlack : rgba(0, 0, 0, 0.05);
-@strongTransparentBlack : rgba(0, 0, 0, 0.10);
-
-@subtleTransparentWhite : rgba(255, 255, 255, 0.01);
-@transparentWhite : rgba(255, 255, 255, 0.05);
-@strongTransparentWhite : rgba(255, 255, 255, 0.01);
-
-/* Used for differentiating neutrals */
-@subtleGradient: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
-
-/* Used for differentiating layers */
-@subtleShadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
-
-
-/*-------------------
- Grid
---------------------*/
-
-@columnCount: 16;
-
-/*-------------------
- Breakpoints
---------------------*/
-
-@mobileBreakpoint : 320px;
-@tabletBreakpoint : 768px;
-@computerBreakpoint : 992px;
-@largeMonitorBreakpoint : 1400px;
-@widescreenMonitorBreakpoint : 1900px;
-