summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/servers.css.scss
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 11:05:39 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 11:05:39 -0400
commit0f62d8708b28f0fc4563fb9861cea63c8dfa993c (patch)
tree3e896284649f462b400287087bbd40c6b7f329eb /app/assets/stylesheets/servers.css.scss
parent55c6deae283b80adc5b664fd1ca592028fed10b0 (diff)
Shuffle CSS around
All element-css should now also be in an actual stylesheet
Diffstat (limited to 'app/assets/stylesheets/servers.css.scss')
-rw-r--r--app/assets/stylesheets/servers.css.scss17
1 files changed, 9 insertions, 8 deletions
diff --git a/app/assets/stylesheets/servers.css.scss b/app/assets/stylesheets/servers.css.scss
index 1ff4536..fd0f61d 100644
--- a/app/assets/stylesheets/servers.css.scss
+++ b/app/assets/stylesheets/servers.css.scss
@@ -2,19 +2,20 @@
// 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;
+@import "colors";
.edit_server {
- legend {
- color: #EEE;
- }
color: #FFF;
+ fieldset {
+ color: $orange;
+ legend {
+ color: $orange;
+ border-color: $orange;
+ }
+ }
+
input[type="submit"] {
color: $page-color;
}