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