summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_licenseModel.scss
blob: 3d65be6274fd8ea787007c5a381aec001f2f8d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.license-model-type-modal {
  .modal-body {
    padding: 0;
  }
  .validation-form-content {
    padding: 50px;
    .field-section {
      @extend .body-2-semibold;
      margin-bottom: 23px;
      width: 400px;
      color: $black;
    }
    textarea {
      height: 107px;
    }
  }
  .validation-buttons {
    padding: 20px 50px;
  }
}