blob: 5f98ed2c055235a5d76bd4732b3b5ef5a5f709bc [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
40.feature-group-modal {
41 .modal-body {
42 padding: 0;
43 }
44 .feature-group-form {
Michael Landoefa037d2017-02-19 12:57:33 +020045 .no-items-msg {
46 margin-top: 55px;
47 color: $dark-gray;
48 }
Avi Ziv61070c92017-07-26 17:37:57 +030049 .validation-form-content {
50 padding: 0;
51 }
52
53 .nav.nav-tabs {
54 padding-left: 50px;
55 }
az2497644017c2017-08-10 17:49:40 +030056
Michael Landoefa037d2017-02-19 12:57:33 +020057 .tab-content {
58 padding: 50px;
59 .field-section {
Avi Zivb8e2faf2017-07-18 19:45:38 +030060 @extend .body-2-semibold;
Michael Landoefa037d2017-02-19 12:57:33 +020061 margin-bottom: 23px;
62 width: 400px;
63 color: $black;
64 }
65 .description-field {
66 height: 170px;
67 }
68 .list-editor-item-view-content {
69 white-space: nowrap;
70 overflow: hidden;
71 > div {
72 overflow: hidden;
73 text-overflow: ellipsis;
74 &:not(:last-of-type) {
75 margin-right: 24px;
76 }
77 }
78 }
79 }
80 .validation-buttons {
81 padding: 20px 50px;
82 }
83 }
84}