blob: 7a7b87677ef72552e3354e07305ddedb47408590 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
2.license-agreement-list-editor {
3
4 .list-editor-view-list {
5 .list-editor-item-view {
6 min-height: 110px;
7 height: 110px;
8 }
9 .list-editor-item-view-field {
10 .list-editor-item-view-field-tight {
11 vertical-align: top;
12 display: inline-block;
13 &:first-child {
14 @include ellipsis;
15 margin-right: 95px;
16 width: 20%;
17 overflow-wrap: break-word;
18 }
19 }
20 .feature-groups-count, .contract-number, .type {
21 color: $light-green;
22 }
23 .feature-groups-count {
24 @extend .heading-1;
25 padding-top: 2px;
26 text-align: center;
27 }
28 .contract-number {
29 margin-bottom: 8px;
30 }
31 }
32 }
33}
34
35.license-agreement-modal {
36 .modal-body {
37 padding: 0;
38 }
39 .license-agreement-form {
Michael Landoefa037d2017-02-19 12:57:33 +020040 .no-items-msg {
41 margin-top: 55px;
42 color: $dark-gray;
43 }
44 .tab-content {
45 padding: 50px;
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 }
Michael Landoefa037d2017-02-19 12:57:33 +020058 .validation-buttons {
59 padding: 20px 50px;
60 }
61 }
62}