summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/servers.css.scss
blob: fd0f61da7d6ef31d85378c917ceb26b798f43bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// 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/

@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;
	}

}