summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss
diff options
context:
space:
mode:
authorEinav Weiss Keidar <einavw@amdocs.com>2018-08-13 16:19:46 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2019-02-11 13:50:22 +0000
commit1801b24389baa8e3f7298ff2c41e2512b19c1290 (patch)
treed3d2a15f53aa28698280d609548298d177f9280d /openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss
parentaf8e36eb7f43803bd9cf40e9b46a0c0c8f47c781 (diff)
react 16 upgrade
Issue-ID: SDC-1762 Change-Id: I7701f12fc63bb09f8c985c7c893b984701dcbfab Signed-off-by: Einav Keidar <einavw@amdocs.com>
Diffstat (limited to 'openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss')
-rw-r--r--openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss98
1 files changed, 49 insertions, 49 deletions
diff --git a/openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss b/openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss
index 3f2a2f9a69..9ec074f09f 100644
--- a/openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss
+++ b/openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss
@@ -1,60 +1,60 @@
.edit-process-modal {
- height: 100%;
- .vsp-processes-editor {
- padding-left: 0;
- padding-right: 0;
- .editor-title {
- @extend .heading-2;
- color: $dark-gray;
- padding-bottom: 50px;
- }
- .file-upload-box {
- @extend .body-1;
- display: flex;
- text-align: center;
- flex-direction: column;
- justify-content: center;
- border: 2px dashed $light-gray;
- padding-top: 20px;
- padding-bottom: 20px;
+ height: 100%;
+ .vsp-processes-editor {
+ padding-left: 0;
+ padding-right: 0;
+ .editor-title {
+ @extend .heading-2;
+ color: $dark-gray;
+ padding-bottom: 50px;
+ }
+ .file-upload-box {
+ @extend .body-1;
+ display: flex;
+ text-align: center;
+ flex-direction: column;
+ justify-content: center;
+ border: 2px dashed $light-gray;
+ padding-top: 20px;
+ padding-bottom: 20px;
- .process-type {
- width: 100%;
- }
- }
- .vsp-processes-editor-data {
- .validation-input-wrapper {
- .form-group.vsp-process-description > textarea {
- height: 113px;
+ .process-type {
+ width: 100%;
+ }
+ }
+ .vsp-processes-editor-data {
+ .validation-input-wrapper {
+ .form-group.vsp-process-description > textarea {
+ height: 113px;
+ }
+ }
+ .process-type {
+ width: 100%;
+ }
+ .process-editor-file-box {
+ width: 380px;
+ }
}
- }
- .process-type {
- width: 100%;
- }
- .process-editor-file-box {
- width: 380px;
- }
}
- }
}
.software-product-landing-view-right-side.vsp-processes-page {
- overflow-y: initial;
- .processes-list {
- @extend .flex-column;
- }
- .list-editor-view {
- .list-editor-view-list {
- .list-editor-item-view {
- .list-editor-item-view-content {
- .list-editor-item-view-field {
- .artifact-name {
- @extend .body-1;
- color: $light-green;
+ overflow-y: initial;
+ .processes-list {
+ @extend .flex-column;
+ }
+ .list-editor-view {
+ .list-editor-view-list {
+ .list-editor-item-view {
+ .list-editor-item-view-content {
+ .list-editor-item-view-field {
+ .artifact-name {
+ @extend .body-1;
+ color: $light-green;
+ }
+ }
+ }
}
- }
}
- }
}
- }
}