Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 1 | .entitlement-pools-list-editor { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 2 | .list-editor-item-view-field { |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 3 | .entitlement-pools-count { |
| 4 | @extend .heading-1; |
| 5 | color: $purple; |
| 6 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 7 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | .entitlement-pools-modal { |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 11 | .entitlement-pools-form { |
| 12 | .threshold-section, |
| 13 | .date-section { |
| 14 | display: flex; |
| 15 | justify-content: space-between; |
| 16 | .validation-input-wrapper { |
| 17 | flex: 0 0 46%; |
| 18 | } |
svishnev | 8f13330 | 2018-08-06 23:08:39 +0300 | [diff] [blame] | 19 | } |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 20 | .uuid-row-wrapper { |
| 21 | display: flex; |
| 22 | margin-top: 20px; |
| 23 | .separator { |
| 24 | margin-left: 30px; |
| 25 | margin-right: 30px; |
| 26 | height: 35px; |
| 27 | border: 1px solid $tlv-light-gray; |
| 28 | } |
| 29 | .uuid-container { |
| 30 | .uuid-value { |
| 31 | @extend .body-3; |
| 32 | user-select: text; |
| 33 | } |
| 34 | } |
| 35 | } |
svishnev | 8f13330 | 2018-08-06 23:08:39 +0300 | [diff] [blame] | 36 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 37 | } |