blob: 1ff45364cc55d0b0c5c542746efe41fbd3024bf6 (
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
|
// 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;
}
}
|