aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_licenseModel.scss
blob: da43e3e3cfe2eccd537a94be12008c8cb102df33 (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
.license-model-modal {
    .sdc-tabs {
        margin-top: 20px;
    }
    .sdc-tabs-list {
        padding-left: 40px;
        border-bottom: 1px solid $tlv-light-gray;
        display: flex;
        align-items: baseline;
    }
    .sdc-tab-content {
        margin-top: 0;
    }
    .add-limit-button {
        margin-left: auto;
        margin-right: 50px;
        padding-right: 0;
        text-align: end;
    }
    .license-model-form {
        &.license-agreement-form,
        &.feature-group-form {
            .validation-form-content {
                padding: 0;
            }
            .sdc-tab-content {
                padding: 20px 40px;
                .dual-list-box {
                    margin: 0;
                }
            }
        }
    }
}
.license-model-list-editor {
    .list-editor-view-list {
        .list-editor-item-view {
            min-height: 110px;
            height: 110px;
        }
    }
}