aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/rsrc/css/main.scss')
-rw-r--r--theme/admin/rsrc/css/main.scss61
1 files changed, 0 insertions, 61 deletions
diff --git a/theme/admin/rsrc/css/main.scss b/theme/admin/rsrc/css/main.scss
deleted file mode 100644
index a3ae746..0000000
--- a/theme/admin/rsrc/css/main.scss
+++ /dev/null
@@ -1,61 +0,0 @@
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Content background and border color
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-$htmlBackgroundColor: #DDD;
-$backgroundColor: #FFF;
-$backgroundColorEmphasize: #EEE;
-$borderColor: #AAA;
-
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Header and navigation
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-$headerBarTextColor: #333;
-$navigationLinkBackgroundColor: #DDD;
-$navigationLinkFocusedBackgroundColor: #CCC;
-
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Text colors
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-$textColor: #333;
-$textColorLight: #444;
-$textColorStrong: #000;
-$formElementTextColor: #404040;
-$codeTextColor: #008B45;
-$linkColor: #0060A0;
-$linkColorFocused: #CCC;
-$warningTextColor: #B03060;
-
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Misc
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-$itemLinkHoverBackgroundColor: #DDD;
-$paginationActiveBackgroundColor: #CCC;
-
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Forms
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-$formBackgroundColorEmphasize: #DDD;
-$formButtonBorderColor: #404040;
-$formButtonTextColor: #EEE;
-
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Form buttons
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-$insertButtonBackgroundColor: #4D8D5D;
-$updateButtonBackgroundColor: #6A8AA5;
-$deleteButtonBackgroundColor: #C45C66;
-
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Information message box
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-$messageListTextColor: #EEE;
-$messageListBackgroundColor: #C45C66;
-
-/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-# Import stylesheet
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-@import "import/styles";
-
-#theme-toogle-bright {
- display: none;
-}