Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .license-key-groups-list-editor { |
| 2 | .list-editor-view-list { |
| 3 | .list-editor-item-view { |
| 4 | min-height: 110px; |
| 5 | height: 110px; |
| 6 | } |
| 7 | .list-editor-item-view-field { |
| 8 | |
| 9 | .operational-scope, .type { |
| 10 | color: $orange; |
| 11 | } |
| 12 | .operational-scope { |
| 13 | margin-bottom: 0px; |
| 14 | @include ellipsis; |
| 15 | } |
| 16 | } |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | .license-key-groups-modal { |
| 21 | .modal-body { |
| 22 | padding: 0; |
| 23 | } |
| 24 | .license-key-groups-form { |
| 25 | .validation-form-content { |
| 26 | padding: 50px; |
| 27 | .field-section { |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 28 | @extend .body-2-semibold; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 29 | margin-bottom: 23px; |
| 30 | width: 400px; |
| 31 | color: $black; |
| 32 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 33 | } |
| 34 | .validation-buttons { |
| 35 | padding: 20px 50px; |
| 36 | } |
| 37 | } |
| 38 | } |