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