Add collaboration feature
[sdc.git] / openecomp-ui / resources / scss / modules / _entitlementPools.scss
1
2 .entitlement-pools-list-editor {  
3     .list-editor-item-view-field {
4
5       .entitlement-pools-count {
6         @extend .heading-1;
7       color: $purple;
8     }
9   }
10 }
11
12 .entitlement-pools-modal {
13   .entitlement-pools-form {
14     .threshold-section, .date-section {
15                         display: flex;
16                         justify-content: space-between;
17                         .validation-input-wrapper {
18                                 flex: 0 0 46%;
19                         }
20     }
21                 }
22 }