blob: 375bb2c08ef8f98f246304067c1da5f18b7ce07b [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.feature-groups-list-editor {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03002 .list-editor-view {
3 .list-editor-view-list {
4 .list-editor-item-view {
5 min-height: 110px;
6 height: 110px;
az2497644017c2017-08-10 17:49:40 +03007 }
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03008 .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 Landoefa037d2017-02-19 12:57:33 +020036 }
Michael Landoefa037d2017-02-19 12:57:33 +020037 }
Michael Landoefa037d2017-02-19 12:57:33 +020038}