blob: 579e9bab2befdc190955dd435bc868ceaa461bf2 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
2.license-agreement-list-editor {
3
4 .list-editor-view-list {
Michael Landoefa037d2017-02-19 12:57:33 +02005 .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 }
talig8e9c0652017-12-20 14:30:43 +020016 .feature-groups-count, .type {
Michael Landoefa037d2017-02-19 12:57:33 +020017 color: $light-green;
18 }
19 .feature-groups-count {
20 @extend .heading-1;
21 padding-top: 2px;
Michael Landoefa037d2017-02-19 12:57:33 +020022 }
Michael Landoefa037d2017-02-19 12:57:33 +020023
Michael Landoefa037d2017-02-19 12:57:33 +020024 }
25 }
26}