blob: d873c3998cf67ef53d2b985095df38766bbab24b [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.license-key-groups-list-editor {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03002 .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 }
Michael Landoefa037d2017-02-19 12:57:33 +020012 }
Michael Landoefa037d2017-02-19 12:57:33 +020013}
svishnev8f133302018-08-06 23:08:39 +030014
15.license-keygroup-editor {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030016 .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 }
svishnev8f133302018-08-06 23:08:39 +030031 }
svishnev8f133302018-08-06 23:08:39 +030032}