[SDC-29] Amdocs OnBoard 1707 initial commit.
[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                 .threshold-section {
39                         display: flex;
40                         justify-content: space-between;
41                         .validation-input-wrapper {
42                                 flex: 0 0 46%;
43                         }
44                 }
45   }
46   .validation-buttons {
47     padding: 20px 50px;
48   }
49 }