Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / modules / _licenseKeyGroup.scss
1 .license-key-groups-list-editor {
2   .list-editor-view-list {
3     .list-editor-item-view-field {
4
5       .operational-scope, .type {
6         color: $orange;
7       }
8       .operational-scope {
9         @include ellipsis;
10       }
11     }
12   }
13 }