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