Michael Davis | 43366db | 2017-05-15 18:12:35 -0500 | [diff] [blame^] | 1 | .btn-upload { |
2 | color: $lightbg__primary; | ||||
3 | font-weight: 700; | ||||
4 | text-decoration: none; | ||||
5 | .btn-upload-icon { | ||||
6 | fill: $lightbg__primary; | ||||
7 | display: inline-block; | ||||
8 | width: 1.25em; | ||||
9 | height: 1.25em; | ||||
10 | } | ||||
11 | &:visited .btn-upload-icon { | ||||
12 | fill: $links__visited; | ||||
13 | } | ||||
14 | &:hover .btn-upload-icon { | ||||
15 | fill: $lightbg__primary; | ||||
16 | } | ||||
17 | &:hover { | ||||
18 | cursor: pointer; | ||||
19 | } | ||||
20 | } | ||||
21 | |||||
22 | .table__cell { | ||||
23 | font-weight: 700; | ||||
24 | a { | ||||
25 | display: inline-block; | ||||
26 | margin-right: 1.7em; | ||||
27 | text-decoration: none; | ||||
28 | font-weight: 700; | ||||
29 | } | ||||
30 | } | ||||
31 | |||||
32 | .table-header { | ||||
33 | font-weight: 700; | ||||
34 | } | ||||
35 | |||||
36 | .firmware__ready { | ||||
37 | font-weight: 300; | ||||
38 | } | ||||
39 | |||||
40 | .firmware__bmc-image { | ||||
41 | margin-top: 2.5em; | ||||
42 | margin-bottom: 2.5em; | ||||
43 | } | ||||
44 | |||||
45 | .firmware__upload-form { | ||||
46 | label { | ||||
47 | font-weight: 700; | ||||
48 | } | ||||
49 | .row p, | ||||
50 | fieldset { | ||||
51 | padding-left: 3em; | ||||
52 | label { | ||||
53 | font-weight: 300; | ||||
54 | } | ||||
55 | } | ||||
56 | input { | ||||
57 | height: 2.4em; | ||||
58 | } | ||||
59 | } | ||||
60 | .firmware__upload-station { | ||||
61 | padding-bottom: 1em; | ||||
62 | } | ||||
63 | .firmware__upload-tftp { | ||||
64 | padding-top: 2em; | ||||
65 | border-top: 1px solid $medgrey; | ||||
66 | } |