aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_licenseAgreement.scss
blob: acde2edcb8dd8833ba0e424dc835a6a7dd3c8314 (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
.license-agreement-list-editor {
    .list-editor-view-list {
        .list-editor-item-view-field {
            .list-editor-item-view-field-tight {
                vertical-align: top;
                display: inline-block;
                &:first-child {
                    @include ellipsis;
                    margin-right: 95px;
                    width: 20%;
                    overflow-wrap: break-word;
                }
            }
            .feature-groups-count,
            .type {
                color: $light-green;
            }
            .feature-groups-count {
                @extend .heading-1;
                padding-top: 2px;
            }
        }
    }
}