Create network settings template
Change-Id: Id2f5a5ba3e13885c081bbd5b8e694793ecc49d93
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/configuration/styles/network.scss b/app/configuration/styles/network.scss
index e69de29..22edf88 100644
--- a/app/configuration/styles/network.scss
+++ b/app/configuration/styles/network.scss
@@ -0,0 +1,45 @@
+.net-config__form {
+ .dropdown__button {
+ margin-bottom: 1.2em;
+ }
+ .dropdown__list {
+ margin-top: -17px;
+ }
+ input,
+ .dropdown__button {
+ width: 240px;
+ text-align: left;
+ }
+ input {
+ height: 2.1em;
+ margin-bottom: 1.2em;
+ }
+ label {
+ min-width: 300px;
+ font-weight: 700;
+ }
+ fieldset {
+ padding-left: 1.8em;
+ padding-top: 1em;
+ }
+ .net-config__static-ip-wrap {
+ padding-left: 3.6em;
+ display: block;
+ label {
+ min-width: 250px;
+ }
+ }
+ .control-radio {
+ margin-top: 1em;
+ }
+ .network-config__submit-wrapper {
+ width: 100%;
+ margin-top: 3em;
+ padding-top: 1em;
+ border-top: 1px solid $lightgrey;
+ button {
+ float: right;
+ margin: .5em;
+ }
+ }
+}
\ No newline at end of file