aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_entitlementPools.scss
blob: d9919c27e3064136c061266dd22d2e45a6b016f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.entitlement-pools-list-editor {  
    .list-editor-item-view-field {

      .entitlement-pools-count {
        @extend .heading-1;
      color: $purple;
    }
  }
}

.entitlement-pools-modal {
  .entitlement-pools-form {
    .threshold-section, .date-section {
			display: flex;
			justify-content: space-between;
			.validation-input-wrapper {
				flex: 0 0 46%;
			}
    }
		}
}