blob: ad0bb77e8d3209ee61700342c189dd8997f2fd5a [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
Avi Ziv61070c92017-07-26 17:37:57 +03002.entitlement-pools-list-editor {
Michael Landoefa037d2017-02-19 12:57:33 +02003 .list-editor-view-list {
4 .list-editor-item-view {
5 min-height: 110px;
6 height: 110px;
7 }
8 .list-editor-item-view-field {
9
Avi Ziv61070c92017-07-26 17:37:57 +030010 .entitlement-pools-count, .contract-number, .type{
Michael Landoefa037d2017-02-19 12:57:33 +020011 color: $purple;
12 }
Michael Landoefa037d2017-02-19 12:57:33 +020013 .entitlement-pools-count {
14 @extend .heading-1;
15 margin-top: -10px;
16
17 }
18 }
19 }
20}
21
22.entitlement-pools-modal {
Michael Landoefa037d2017-02-19 12:57:33 +020023 .modal-body {
24 padding: 0;
25 }
Avi Ziv61070c92017-07-26 17:37:57 +030026 .sdc-tab-content {
27 margin: 0;
28 }
Michael Landoefa037d2017-02-19 12:57:33 +020029 .entitlement-pools-form {
AviZi280f8012017-06-09 02:39:56 +030030 .threshold-section {
31 display: flex;
32 justify-content: space-between;
33 .validation-input-wrapper {
34 flex: 0 0 46%;
35 }
Avi Ziv61070c92017-07-26 17:37:57 +030036 }
37 .date-section {
38 display: flex;
39 justify-content: space-between;
40 .validation-input-wrapper {
41 flex: 0 0 46%;
42 }
43 }
44 .validation-form-content {
45 padding: 20px 50px;
AviZi280f8012017-06-09 02:39:56 +030046 }
Michael Landoefa037d2017-02-19 12:57:33 +020047 }
48 .validation-buttons {
49 padding: 20px 50px;
50 }
51}