Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | |
| 2 | .entitlement-pools-list-editor { |
| 3 | |
| 4 | .list-editor-view-list { |
| 5 | .list-editor-item-view { |
| 6 | min-height: 110px; |
| 7 | height: 110px; |
| 8 | } |
| 9 | .list-editor-item-view-field { |
| 10 | |
| 11 | .entitlement-pools-count, .entitlement-parameters, .contract-number, .type{ |
| 12 | color: $purple; |
| 13 | } |
| 14 | .entitlement-parameters { |
| 15 | @include ellipsis; |
| 16 | margin-bottom: 2px; |
| 17 | } |
| 18 | .entitlement-pools-count { |
| 19 | @extend .heading-1; |
| 20 | margin-top: -10px; |
| 21 | |
| 22 | } |
| 23 | } |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | .entitlement-pools-modal { |
| 28 | .validation-form-content { |
| 29 | padding: 50px; |
| 30 | } |
| 31 | .modal-body { |
| 32 | padding: 0; |
| 33 | } |
| 34 | .entitlement-pools-form { |
| 35 | .tab-content { |
| 36 | padding: 50px; |
| 37 | } |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame^] | 38 | .threshold-section { |
| 39 | display: flex; |
| 40 | justify-content: space-between; |
| 41 | .validation-input-wrapper { |
| 42 | flex: 0 0 46%; |
| 43 | } |
| 44 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 45 | } |
| 46 | .validation-buttons { |
| 47 | padding: 20px 50px; |
| 48 | } |
| 49 | } |