blob: 23d11677cab8cdcc3ef5a3a62f320c316ab24f05 [file] [log] [blame]
Michael Davis4d05d482017-07-12 15:53:09 -05001// BMC Reboot
2
3#bmc-reboot {
Michael Davis29825e42017-07-12 16:13:22 -05004 ul {
5 margin: 0;
6 padding: 0;
7 margin-left: 1.3em;
8 }
Michael Davis4d05d482017-07-12 15:53:09 -05009 .bmc-reboot__status-log {
10 color: $darkgrey;
11 font-weight: 500;
12 margin-top: 1em;
13 padding-bottom: .7em;
14 }
Michael Davis29825e42017-07-12 16:13:22 -050015
16 .bmc-reboot-option {
17 position: relative;
18 overflow: hidden;
19 padding-top: 1.5em;
20 padding-left: 1.8em;
21 button {
22 margin-bottom: 1.5em;
23 margin-top: 1.5em;
24 }
25 }
26
Michael Davis4d05d482017-07-12 15:53:09 -050027}