xref: /openbmc/phosphor-webui/app/server-control/styles/bmc-reboot.scss (revision c86ce3c9c7736ef199d885596b6fc745c7d8c86e)
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  .btn {
9    margin-bottom: 1.5em;
10    margin-top: 1.5em;
11  }
12}
13