summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_entitlementPools.scss
blob: df7cea4cd8bee95144549a0ddd2f65e67e1a94a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.entitlement-pools-list-editor {

  .list-editor-view-list {
    .list-editor-item-view {
      min-height: 110px;
      height: 110px;
    }
    .list-editor-item-view-field {

      .entitlement-pools-count, .entitlement-parameters, .contract-number, .type{
        color: $purple;
      }
      .entitlement-parameters {
        @include ellipsis;
        margin-bottom: 2px;
      }
      .entitlement-pools-count {
        @extend .heading-1;
        margin-top: -10px;

      }
    }
  }
}

.entitlement-pools-modal {
  .validation-form-content {
    padding: 50px;
  }
  .modal-body {
    padding: 0;
  }
  .entitlement-pools-form {
    .tab-content {
      padding: 50px;
    }
    .entitlement-pools-form-row {

      display: flex;
      justify-content: space-between;
      & > * {
        flex: 0 1 47%;
      }
      .validation-input-wrapper {
        .form-group {
          textarea {
            height: 184px;
          }
          .entitlement-pools-form-row-threshold-value {
            margin-top: 23px;
            margin-left: 10px;
            width: 189px;
          }
          .dropdown-multi-select .Select {
            z-index: 1080;
          }
        }
      }
    }
  }
  .validation-buttons {
    padding: 20px 50px;
  }
}