react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _entitlementPools.scss
1 .entitlement-pools-list-editor {
2     .list-editor-item-view-field {
3         .entitlement-pools-count {
4             @extend .heading-1;
5             color: $purple;
6         }
7     }
8 }
9
10 .entitlement-pools-modal {
11     .entitlement-pools-form {
12         .threshold-section,
13         .date-section {
14             display: flex;
15             justify-content: space-between;
16             .validation-input-wrapper {
17                 flex: 0 0 46%;
18             }
19         }
20         .uuid-row-wrapper {
21             display: flex;
22             margin-top: 20px;
23             .separator {
24                 margin-left: 30px;
25                 margin-right: 30px;
26                 height: 35px;
27                 border: 1px solid $tlv-light-gray;
28             }
29             .uuid-container {
30                 .uuid-value {
31                     @extend .body-3;
32                     user-select: text;
33                 }
34             }
35         }
36     }
37 }