blob: 0e0a72a3874b9da5e4549d547544ff461a39c53d [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
2.entitlement-pools-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
11 .entitlement-pools-count, .entitlement-parameters, .contract-number, .type{
12 color: $purple;
13 }
14 .entitlement-parameters {
15 @include ellipsis;
16 margin-bottom: 2px;
17 }
18 .entitlement-pools-count {
19 @extend .heading-1;
20 margin-top: -10px;
21
22 }
23 }
24 }
25}
26
27.entitlement-pools-modal {
28 .validation-form-content {
29 padding: 50px;
30 }
31 .modal-body {
32 padding: 0;
33 }
34 .entitlement-pools-form {
35 .tab-content {
36 padding: 50px;
37 }
AviZi280f8012017-06-09 02:39:56 +030038 .threshold-section {
39 display: flex;
40 justify-content: space-between;
41 .validation-input-wrapper {
42 flex: 0 0 46%;
43 }
44 }
Michael Landoefa037d2017-02-19 12:57:33 +020045 }
46 .validation-buttons {
47 padding: 20px 50px;
48 }
49}