blob: acde2edcb8dd8833ba0e424dc835a6a7dd3c8314 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.license-agreement-list-editor {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03002 .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 Landoefa037d2017-02-19 12:57:33 +020022 }
Michael Landoefa037d2017-02-19 12:57:33 +020023 }
Michael Landoefa037d2017-02-19 12:57:33 +020024}