Copy and design changes based on user feedback
Change-Id: I1371711fa8549375b3ae117dfc99b9234e52b33a
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-control/styles/bmc-reboot.scss b/app/server-control/styles/bmc-reboot.scss
index 23d1167..2b1a293 100644
--- a/app/server-control/styles/bmc-reboot.scss
+++ b/app/server-control/styles/bmc-reboot.scss
@@ -1,27 +1,12 @@
// BMC Reboot
-
-#bmc-reboot {
- ul {
- margin: 0;
- padding: 0;
- margin-left: 1.3em;
+.bmc-reboot-option {
+ position: relative;
+ overflow: hidden;
+ padding-bottom: 1.5em;
+ margin-bottom: 1em;
+ border-bottom: 1px solid $lightbg__grey;
+ button {
+ margin-bottom: 1.5em;
+ margin-top: 1.5em;
}
- .bmc-reboot__status-log {
- color: $darkgrey;
- font-weight: 500;
- margin-top: 1em;
- padding-bottom: .7em;
- }
-
- .bmc-reboot-option {
- position: relative;
- overflow: hidden;
- padding-top: 1.5em;
- padding-left: 1.8em;
- button {
- margin-bottom: 1.5em;
- margin-top: 1.5em;
- }
- }
-
}