react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductProcessesPage.scss
1 .edit-process-modal {
2     height: 100%;
3     .vsp-processes-editor {
4         padding-left: 0;
5         padding-right: 0;
6         .editor-title {
7             @extend .heading-2;
8             color: $dark-gray;
9             padding-bottom: 50px;
10         }
11         .file-upload-box {
12             @extend .body-1;
13             display: flex;
14             text-align: center;
15             flex-direction: column;
16             justify-content: center;
17             border: 2px dashed $light-gray;
18             padding-top: 20px;
19             padding-bottom: 20px;
20
21             .process-type {
22                 width: 100%;
23             }
24         }
25         .vsp-processes-editor-data {
26             .validation-input-wrapper {
27                 .form-group.vsp-process-description > textarea {
28                     height: 113px;
29                 }
30             }
31             .process-type {
32                 width: 100%;
33             }
34             .process-editor-file-box {
35                 width: 380px;
36             }
37         }
38     }
39 }
40
41 .software-product-landing-view-right-side.vsp-processes-page {
42     overflow-y: initial;
43     .processes-list {
44         @extend .flex-column;
45     }
46     .list-editor-view {
47         .list-editor-view-list {
48             .list-editor-item-view {
49                 .list-editor-item-view-content {
50                     .list-editor-item-view-field {
51                         .artifact-name {
52                             @extend .body-1;
53                             color: $light-green;
54                         }
55                     }
56                 }
57             }
58         }
59     }
60 }