blob: b7681fef9dd81b0b93ef062f5385ee56de7d2bba [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.license-key-groups-list-editor {
2 .list-editor-view-list {
Michael Landoefa037d2017-02-19 12:57:33 +02003 .list-editor-item-view-field {
4
5 .operational-scope, .type {
6 color: $orange;
7 }
8 .operational-scope {
Michael Landoefa037d2017-02-19 12:57:33 +02009 @include ellipsis;
10 }
11 }
12 }
13}
svishnev8f133302018-08-06 23:08:39 +030014
15.license-keygroup-editor {
16 .uuid-row-wrapper {
17 display: flex;
18 .separator{
19 margin-left: 30px;
20 margin-right: 30px;
21 height: 35px;
22 border: 1px solid $tlv-light-gray;
23 }
24 .uuid-container {
25 .uuid-value {
26 @extend .body-3;
27 user-select: text;
28 }
29 }
30 }
31}