Entitlement Pool - Support Type Field
[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         .type {
8             color: $orange;
9         }
10     }
11 }
12
13 .entitlement-pools-modal {
14     .entitlement-pools-form {
15         .threshold-section,
16         .date-section {
17             display: flex;
18             justify-content: space-between;
19             .validation-input-wrapper {
20                 flex: 0 0 46%;
21             }
22         }
23         .uuid-row-wrapper {
24             display: flex;
25             margin-top: 20px;
26             .separator {
27                 margin-left: 30px;
28                 margin-right: 30px;
29                 height: 35px;
30                 border: 1px solid $tlv-light-gray;
31             }
32             .uuid-container {
33                 .uuid-value {
34                     @extend .body-3;
35                     user-select: text;
36                 }
37             }
38         }
39     }
40 }