blob: cf681b8758f2f122664883e4a8fbdf4eb2b66e5d [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.feature-groups-list-editor {
az2497644017c2017-08-10 17:49:40 +03002 .list-editor-view{
3 .list-editor-view-list {
4 .list-editor-item-view {
5 min-height: 110px;
6 height: 110px;
7 }
8 .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 }
Michael Landoefa037d2017-02-19 12:57:33 +020034 }
35 }
Michael Landoefa037d2017-02-19 12:57:33 +020036 }
37 }
38}
39
Avi Ziv61070c92017-07-26 17:37:57 +030040
az2497644017c2017-08-10 17:49:40 +030041