Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .feature-groups-list-editor { |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 2 | .list-editor-view { |
| 3 | .list-editor-view-list { |
| 4 | .list-editor-item-view { |
| 5 | min-height: 110px; |
| 6 | height: 110px; |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 7 | } |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 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 | } |
| 34 | } |
| 35 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 36 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 37 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 38 | } |