bmc-reboot: add template page
Change-Id: I01f6e87e4c171de21d82b2b8b32184ce65822a99
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/scss/components/_bmc-reboot.scss b/src/scss/components/_bmc-reboot.scss
new file mode 100644
index 0000000..c9f207c
--- /dev/null
+++ b/src/scss/components/_bmc-reboot.scss
@@ -0,0 +1,10 @@
+// BMC Reboot
+
+#bmc-reboot {
+ .bmc-reboot__status-log {
+ color: $darkgrey;
+ font-weight: 500;
+ margin-top: 1em;
+ padding-bottom: .7em;
+ }
+}