Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / modules / _licenseAgreement.scss
1
2 .license-agreement-list-editor {
3
4   .list-editor-view-list {
5     .list-editor-item-view-field {
6       .list-editor-item-view-field-tight {
7         vertical-align: top;
8         display: inline-block;
9         &:first-child {
10           @include ellipsis;
11           margin-right: 95px;
12           width: 20%;
13           overflow-wrap: break-word;
14         }
15       }
16       .feature-groups-count, .type {
17         color: $light-green;
18       }
19       .feature-groups-count {
20         @extend .heading-1;
21         padding-top: 2px;
22       }
23
24     }
25   }
26 }