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