summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/servers.css.scss
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-22 16:00:36 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-22 16:00:36 -0400
commit44c8a2709c9eebe75f2d97ef2dee28a6f5966c9f (patch)
tree741814e0e98af8ca0921f3036af31da32ec81ab5 /app/assets/stylesheets/servers.css.scss
parent45c5d311492ef98ed702beaf043d289a705a5e0b (diff)
parent5444bc11d478b0a182b196fab77f9e4ad90a99dd (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'app/assets/stylesheets/servers.css.scss')
-rw-r--r--app/assets/stylesheets/servers.css.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/app/assets/stylesheets/servers.css.scss b/app/assets/stylesheets/servers.css.scss
index 4710386..1ff4536 100644
--- a/app/assets/stylesheets/servers.css.scss
+++ b/app/assets/stylesheets/servers.css.scss
@@ -1,3 +1,26 @@
// Place all the styles related to the servers controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
+
+$page-color: #444;
+$toolbar-color: black;
+$orange: #DD9125;
+$darker-orange: #9D4102;
+$link-yellow: #FFC50D;
+
+.edit_server {
+
+ legend {
+ color: #EEE;
+ }
+ color: #FFF;
+
+ input[type="submit"] {
+ color: $page-color;
+ }
+
+ li {
+ list-style: none;
+ }
+
+} \ No newline at end of file