xref: /openbmc/phosphor-webui/app/server-control/styles/bmc-reboot.scss (revision 9a97e5941f3d1751546d4da1825ad2c8bbdf034a)
1// BMC Reboot
2.bmc-reboot-option {
3  position: relative;
4  overflow: hidden;
5  padding-bottom: 1.5em;
6  margin-bottom: 1em;
7  border-bottom: 1px solid $lightbg__grey;
8  button {
9    margin-bottom: 1.5em;
10    margin-top: 1.5em;
11  }
12}
13