blob: 9d395f98c8ea3b067f01e946d905bdf8090dd6e4 [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 }
Avi Ziv61070c92017-07-26 17:37:57 +030035 .validation-form-content {
36 padding: 0;
37 }
38
39 .nav.nav-tabs {
40 padding-left: 50px;
41 }
42
Michael Landoefa037d2017-02-19 12:57:33 +020043 .tab-content {
44 padding: 50px;
45 .field-section {
Avi Zivb8e2faf2017-07-18 19:45:38 +030046 @extend .body-2-semibold;
Michael Landoefa037d2017-02-19 12:57:33 +020047 margin-bottom: 23px;
48 width: 400px;
49 color: $black;
50 }
51 .description-field {
52 height: 170px;
53 }
54 .list-editor-item-view-content {
55 white-space: nowrap;
56 overflow: hidden;
57 > div {
58 overflow: hidden;
59 text-overflow: ellipsis;
60 &:not(:last-of-type) {
61 margin-right: 24px;
62 }
63 }
64 }
65 }
66 .validation-buttons {
67 padding: 20px 50px;
68 }
69 }
70}