blob: 8c45d8ec584b27d7e21b32478f9ecd0d0018f309 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.feature-groups-list-editor {
2 .list-editor-view-list {
3 .list-editor-item-view {
4 min-height: 110px;
5 height: 110px;
6 }
7 .list-editor-item-view-field {
8 .feature-groups-count-field {
9 display: inline-block;
10 &:first-child {
11 margin-right: 95px;
12 }
13 }
14 .feature-groups-count-ep {
15 @extend .heading-1;
16 color: $light-blue;
17 }
18 .feature-groups-count-lk {
19 @extend .heading-1;
20 color: $light-green;
21 }
22 }
23 }
24}
25
26.feature-group-modal {
27 .modal-body {
28 padding: 0;
29 }
30 .feature-group-form {
Michael Landoefa037d2017-02-19 12:57:33 +020031 .no-items-msg {
32 margin-top: 55px;
33 color: $dark-gray;
34 }
35 .tab-content {
36 padding: 50px;
37 .field-section {
Avi Zivb8e2faf2017-07-18 19:45:38 +030038 @extend .body-2-semibold;
Michael Landoefa037d2017-02-19 12:57:33 +020039 margin-bottom: 23px;
40 width: 400px;
41 color: $black;
42 }
43 .description-field {
44 height: 170px;
45 }
46 .list-editor-item-view-content {
47 white-space: nowrap;
48 overflow: hidden;
49 > div {
50 overflow: hidden;
51 text-overflow: ellipsis;
52 &:not(:last-of-type) {
53 margin-right: 24px;
54 }
55 }
56 }
57 }
58 .validation-buttons {
59 padding: 20px 50px;
60 }
61 }
62}