Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .license-key-groups-list-editor { |
| 2 | .list-editor-view-list { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 3 | .list-editor-item-view-field { |
| 4 | |
| 5 | .operational-scope, .type { |
| 6 | color: $orange; |
| 7 | } |
| 8 | .operational-scope { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 9 | @include ellipsis; |
| 10 | } |
| 11 | } |
| 12 | } |
| 13 | } |
svishnev | 8f13330 | 2018-08-06 23:08:39 +0300 | [diff] [blame^] | 14 | |
| 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 | } |