From efa037d34be7b1570efdc767c79fad8d4005f10e Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 12:57:33 +0200 Subject: Add new code new version Change-Id: Ic02a76313503b526f17c3df29eb387a29fe6a42a Signed-off-by: Michael Lando --- .../modules/_softwareProductComponentNetwork.scss | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss (limited to 'openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss') diff --git a/openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss b/openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss new file mode 100644 index 0000000000..6097f3ef52 --- /dev/null +++ b/openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss @@ -0,0 +1,46 @@ +.vsp-components-network { + .network-data { + .network-data-title { + @extend .body-2-medium; + padding-bottom: 20px; + padding-left: 15px; + } + .single-col { + .validation-input-wrapper { + label { + max-width: 230px; + } + } + } + } + .list-editor-view { + margin-top: 50px; + } +} +.network-nic-modal { + .modal-body { + padding: 0; + } + .vsp-components-network-editor { + .editor-data { + padding-left: 50px; + padding-right: 50px; + padding-top: 20px; + height: 500px; + overflow-y: auto; + .part-title { + @extend .heading-5; + padding-bottom: 10px; + padding-left: 14px; + } + .part-title-small { + @extend .heading-3; + padding-bottom: 10px; + padding-left: 14px; + } + .network-radio label { + font-size: 15px; + } + } + } +} -- cgit 1.2.3-korg