Add new code new version
[sdc.git] / openecomp-ui / resources / scss / modules / _entitlementPools.scss
1
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     }
38     .entitlement-pools-form-row {
39
40       display: flex;
41       justify-content: space-between;
42       & > * {
43         flex: 0 1 47%;
44       }
45       .validation-input-wrapper {
46         .form-group {
47           textarea {
48             height: 184px;
49           }
50           .entitlement-pools-form-row-threshold-value {
51             margin-top: 23px;
52             margin-left: 10px;
53             width: 189px;
54           }
55           .dropdown-multi-select .Select {
56             z-index: 1080;
57           }
58         }
59       }
60     }
61   }
62   .validation-buttons {
63     padding: 20px 50px;
64   }
65 }