Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | |
| 2 | .license-agreement-list-editor { |
| 3 | |
| 4 | .list-editor-view-list { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 5 | .list-editor-item-view-field { |
| 6 | .list-editor-item-view-field-tight { |
| 7 | vertical-align: top; |
| 8 | display: inline-block; |
| 9 | &:first-child { |
| 10 | @include ellipsis; |
| 11 | margin-right: 95px; |
| 12 | width: 20%; |
| 13 | overflow-wrap: break-word; |
| 14 | } |
| 15 | } |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 16 | .feature-groups-count, .type { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 17 | color: $light-green; |
| 18 | } |
| 19 | .feature-groups-count { |
| 20 | @extend .heading-1; |
| 21 | padding-top: 2px; |
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 | } |
| 25 | } |
| 26 | } |