Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | .license-agreement-list-editor { |
Einav Weiss Keidar | 1801b24 | 2018-08-13 16:19:46 +0300 | [diff] [blame] | 2 | .list-editor-view-list { |
| 3 | .list-editor-item-view-field { |
| 4 | .list-editor-item-view-field-tight { |
| 5 | vertical-align: top; |
| 6 | display: inline-block; |
| 7 | &:first-child { |
| 8 | @include ellipsis; |
| 9 | margin-right: 95px; |
| 10 | width: 20%; |
| 11 | overflow-wrap: break-word; |
| 12 | } |
| 13 | } |
| 14 | .feature-groups-count, |
| 15 | .type { |
| 16 | color: $light-green; |
| 17 | } |
| 18 | .feature-groups-count { |
| 19 | @extend .heading-1; |
| 20 | padding-top: 2px; |
| 21 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 22 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 23 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 24 | } |