summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/servers.css.scss
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 12:40:14 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 12:40:14 -0400
commit657d7071828e6639cc2261b80e87418efea64df6 (patch)
tree8e6b85b7d7f34d9fadca1d0f47726b47c57b0109 /app/assets/stylesheets/servers.css.scss
parent4a36940e4beff83940480352b95e8afca9676460 (diff)
go to town on the CSS
Diffstat (limited to 'app/assets/stylesheets/servers.css.scss')
-rw-r--r--app/assets/stylesheets/servers.css.scss20
1 files changed, 1 insertions, 19 deletions
diff --git a/app/assets/stylesheets/servers.css.scss b/app/assets/stylesheets/servers.css.scss
index fd0f61d..cd74f58 100644
--- a/app/assets/stylesheets/servers.css.scss
+++ b/app/assets/stylesheets/servers.css.scss
@@ -2,26 +2,8 @@
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
-@import "colors";
-
.edit_server {
-
- color: #FFF;
-
- fieldset {
- color: $orange;
- legend {
- color: $orange;
- border-color: $orange;
- }
- }
-
- input[type="submit"] {
- color: $page-color;
- }
-
li {
list-style: none;
}
-
-} \ No newline at end of file
+}