summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductProcessesPage.scss
blob: 9ec074f09ff4f459cc421fcfe9470f264a5b74a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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;

            .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;
            }
        }
    }
}

.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;
                        }
                    }
                }
            }
        }
    }
}