react 16 upgrade
[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             .operational-scope,
5             .type {
6                 color: $orange;
7             }
8             .operational-scope {
9                 @include ellipsis;
10             }
11         }
12     }
13 }
14
15 .license-keygroup-editor {
16     .uuid-row-wrapper {
17         display: flex;
18         margin-top: 20px;
19         .separator {
20             margin-left: 30px;
21             margin-right: 30px;
22             height: 35px;
23             border: 1px solid $tlv-light-gray;
24         }
25         .uuid-container {
26             .uuid-value {
27                 @extend .body-3;
28                 user-select: text;
29             }
30         }
31     }
32 }