created remote console page
TODO: Remove HTERM.
Change-Id: I72026e5ea64c9fba3089b68dfd2b8198255dabb8
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/overview/styles/bmc-reboot.scss b/app/overview/styles/bmc-reboot.scss
new file mode 100644
index 0000000..23d1167
--- /dev/null
+++ b/app/overview/styles/bmc-reboot.scss
@@ -0,0 +1,27 @@
+// BMC Reboot
+
+#bmc-reboot {
+ ul {
+ margin: 0;
+ padding: 0;
+ margin-left: 1.3em;
+ }
+ .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;
+ }
+ }
+
+}