From 804ec686128a49628e9f656397e4a4512e4c5714 Mon Sep 17 00:00:00 2001 From: Vodafone Date: Mon, 18 Mar 2019 15:46:53 +0530 Subject: List of Input Parameters for VSP: FE Change-Id: I17697b5646c1a201678dbab11fef28a7483fbf8c Issue-ID: SDC-2049 Co-authored-by: rahul.ghugikar@vodafone.com, soumyarup.paul@vodafone.com Signed-off-by: Vodafone --- .../modules/_softwareProductValidationPage.scss | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 openecomp-ui/resources/scss/modules/_softwareProductValidationPage.scss (limited to 'openecomp-ui/resources/scss/modules/_softwareProductValidationPage.scss') diff --git a/openecomp-ui/resources/scss/modules/_softwareProductValidationPage.scss b/openecomp-ui/resources/scss/modules/_softwareProductValidationPage.scss new file mode 100644 index 0000000000..3f944057cd --- /dev/null +++ b/openecomp-ui/resources/scss/modules/_softwareProductValidationPage.scss @@ -0,0 +1,80 @@ + +.vsp-validation-view { + position: relative; + .validation-tabs { + .sdc-tabs-list { + padding-left: 28px; + background-color: $tlv-gray; + box-shadow: none; + border-bottom: 1px solid $light-gray; + .sdc-tab { + @extend .heading-2; + padding-top: 10px; + margin-top: 0; + &.sdc-tab-active { + color: $blue; + font-weight: bold; + } + } + } + .sdc-tab-content { + margin-top: 0; + } + } + + .validation-view-title { + padding-bottom: 5px; + font-size: 16px; + } + + .validation-view-tab { + padding: 30px 60px 70px 60px; + } + + .validation-setup-checkbox-tree-section { + //height: 260px; + clear: both; + } + + .validation-setup-selected-tests { + height: 160px; + width: 100%; + border: solid; + } + + .validation-setup-available-tests-section { + height: 160px; + width: 100%; + overflow: auto; + clear: both; + border: solid; + } + + .validation-setup-available-tests-section::-webkit-scrollbar { + height: 8px; + width: 14px; + } + + .div-clear-both { + clear: both; + } + + .validation-view-controllers { + position: absolute; + right: 40px; + top: 10px; + display: flex; + + .proceed-to-validation-results-btn { + margin-right: 30px; + } + .change-tabs-btn { + width: 191px; + margin-right: 36px; + height: 36px; + } + } + .validation-setup-checkbox-tree-section label { + margin-bottom: 0px; + } +} -- cgit 1.2.3-korg