created remote console page
Change-Id: I72026e5ea64c9fba3089b68dfd2b8198255dabb8
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-control/styles/remote-console.scss b/app/server-control/styles/remote-console.scss
index e69de29..dd8778d 100644
--- a/app/server-control/styles/remote-console.scss
+++ b/app/server-control/styles/remote-console.scss
@@ -0,0 +1,28 @@
+
+.serial-lan__wrapper {
+ background: $lightgrey;
+ border: 1px solid $medgrey;
+ padding: 2.5em 2.5em 5em 2.5em;
+ .btn-export {
+ margin: 1.8em 0 1.8em 2em;
+ }
+}
+
+.serial-lan__terminal {
+ position: relative;
+ width: 101%; //extra 1% to fix redraw issue with terminal window
+ height: 400px;
+ border: 1em solid #19273c;
+ overflow: scroll;
+}
+
+.serial-lan__copy {
+ padding: 2.5em 2.5em 1em;
+}
+
+.serial-lan__actions {
+ float: right;
+ a {
+ text-decoration: none;
+ }
+}
\ No newline at end of file