summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/colors.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:26:26 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:26:26 -0400
commit7f6458d67fa9e7f67e18e97ac61d5575dd1ccb21 (patch)
treec3f24047853a693cf889bbc00b436758d4c154a0 /app/assets/stylesheets/colors.scss
parenta8617d93a18ba0f1765fc58c38c26f51e2ff975d (diff)
parente2796a3f26c200123f81a9957b84378aad6fc952 (diff)
Merge branch 'css-rewrite'
Diffstat (limited to 'app/assets/stylesheets/colors.scss')
-rw-r--r--app/assets/stylesheets/colors.scss32
1 files changed, 32 insertions, 0 deletions
diff --git a/app/assets/stylesheets/colors.scss b/app/assets/stylesheets/colors.scss
new file mode 100644
index 0000000..4a5ca71
--- /dev/null
+++ b/app/assets/stylesheets/colors.scss
@@ -0,0 +1,32 @@
+/*
+$darker-orange: #9D4102;
+$link-yellow: #FFC50D;
+$orange: #DD9125;
+$page-color: #444;
+$toolbar-color: black;
+*/
+
+// See this file for a complete list of variables:
+// vendor/bundle/ruby/2.0.0/gems/bootstrap-sass-3.1.1.1/vendor/assets/stylesheets/bootstrap/_variables.scss
+// Or visit (replace '@' with '$'; less uses '@' for variables)
+// http://getbootstrap.com/customize/#less-variables
+/*
+$gray-darker:
+$gray-dark:
+$gray:
+$gray-light:
+$gray-lighter:
+
+$brand-primary:
+$brand-success:
+$brand-info:
+$brand-warning:
+$brand-danger:
+*/
+
+/*
+$text-color: #DD9125;
+$body-bg: #333;
+*/
+
+$legend-border-color: #ccc; // matches the default $input-border and $btn-default-border