aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss')
-rw-r--r--openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss136
1 files changed, 67 insertions, 69 deletions
diff --git a/openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss b/openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss
index eaba47acb4..464ef98d11 100644
--- a/openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss
+++ b/openecomp-ui/resources/scss/modules/_softwareProductComponentNetwork.scss
@@ -1,87 +1,85 @@
.vsp-components-network {
- .network-data {
- .single-col {
- .validation-input-wrapper {
- label {
- max-width: 230px;
+ .network-data {
+ .single-col {
+ .validation-input-wrapper {
+ label {
+ max-width: 230px;
+ }
+ }
}
- }
}
- }
- .list-editor-view {
- margin-top: 50px;
- .manual-title {
- @extend .body-1-semibold;
+ .list-editor-view {
+ margin-top: 50px;
+ .manual-title {
+ @extend .body-1-semibold;
+ }
}
- }
}
.network-nic-modal-create {
- .network-type-radio {
- display: flex;
- }
+ .network-type-radio {
+ display: flex;
+ .validation-radio-wrapper:first-child {
+ padding-right: 20px;
+ }
+ }
}
-.network-nic-modal-edit {
- .modal-dialog {
- width: 900px;
- }
- .vsp-components-network-editor {
+.vsp-components-network-editor {
.editor-data {
- height: 500px;
- .grid-section {
- padding-bottom: 15px;
- .section-title {
- @extend .heading-5;
- padding-bottom: 10px;
- padding-left: 0;
+ height: 500px;
+ .grid-section {
+ padding-bottom: 15px;
+ .section-title {
+ @extend .heading-5;
+ padding-bottom: 10px;
+ padding-left: 0;
+ }
}
- }
- .part-title {
- @extend .heading-5;
- padding-bottom: 10px;
- padding-left: 14px;
- }
- .part-title-small {
- @extend .heading-3;
- padding-bottom: 10px;
- padding-left: 0;
- }
- .network-radio label {
- font-size: 15px;
- }
-
- .packets-bytes-gen {
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- .top-row {
- display: flex;
- .part-title-small {
+ .part-title {
+ @extend .heading-5;
+ padding-bottom: 10px;
+ padding-left: 14px;
+ }
+ .part-title-small {
+ @extend .heading-3;
+ padding-bottom: 10px;
padding-left: 0;
- &.packets {
- flex: 0 0 52%;
- }
- &.bytes {
- flex: 0 0 48%;
- }
- }
}
- .bottom-row {
- display: flex;
- justify-content: space-between;
- flex-direction: row;
- flex: 1;
- .inputs-wrapper {
+ .network-radio label {
+ font-size: 15px;
+ }
+
+ .packets-bytes-gen {
display: flex;
- flex-direction: row;
justify-content: space-between;
- flex: 1;
- .validation-input-wrapper {
- flex: 0 0 22%;
+ flex-direction: column;
+ .top-row {
+ display: flex;
+ .part-title-small {
+ padding-left: 0;
+ &.packets {
+ flex: 0 0 52%;
+ }
+ &.bytes {
+ flex: 0 0 48%;
+ }
+ }
+ }
+ .bottom-row {
+ display: flex;
+ justify-content: space-between;
+ flex-direction: row;
+ flex: 1;
+ .inputs-wrapper {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ flex: 1;
+ .validation-input-wrapper {
+ flex: 0 0 22%;
+ }
+ }
}
- }
}
- }
}
- }
}