Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .feature-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 | .feature-groups-count-field { |
| 9 | display: inline-block; |
| 10 | &:first-child { |
| 11 | margin-right: 95px; |
| 12 | } |
| 13 | } |
| 14 | .feature-groups-count-ep { |
| 15 | @extend .heading-1; |
| 16 | color: $light-blue; |
| 17 | } |
| 18 | .feature-groups-count-lk { |
| 19 | @extend .heading-1; |
| 20 | color: $light-green; |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | .feature-group-modal { |
| 27 | .modal-body { |
| 28 | padding: 0; |
| 29 | } |
| 30 | .feature-group-form { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 31 | .no-items-msg { |
| 32 | margin-top: 55px; |
| 33 | color: $dark-gray; |
| 34 | } |
Avi Ziv | 61070c9 | 2017-07-26 17:37:57 +0300 | [diff] [blame^] | 35 | .validation-form-content { |
| 36 | padding: 0; |
| 37 | } |
| 38 | |
| 39 | .nav.nav-tabs { |
| 40 | padding-left: 50px; |
| 41 | } |
| 42 | |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 43 | .tab-content { |
| 44 | padding: 50px; |
| 45 | .field-section { |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 46 | @extend .body-2-semibold; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 47 | margin-bottom: 23px; |
| 48 | width: 400px; |
| 49 | color: $black; |
| 50 | } |
| 51 | .description-field { |
| 52 | height: 170px; |
| 53 | } |
| 54 | .list-editor-item-view-content { |
| 55 | white-space: nowrap; |
| 56 | overflow: hidden; |
| 57 | > div { |
| 58 | overflow: hidden; |
| 59 | text-overflow: ellipsis; |
| 60 | &:not(:last-of-type) { |
| 61 | margin-right: 24px; |
| 62 | } |
| 63 | } |
| 64 | } |
| 65 | } |
| 66 | .validation-buttons { |
| 67 | padding: 20px 50px; |
| 68 | } |
| 69 | } |
| 70 | } |