[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-ui / resources / scss / modules / _licenseModel.scss
1 .license-model-type-modal {
2   .modal-body {
3     padding: 0;
4   }
5   .validation-form-content {
6     padding: 50px;
7     .field-section {
8       @extend .body-2-semibold;
9       margin-bottom: 23px;
10       width: 400px;
11       color: $black;
12     }
13     textarea {
14       height: 107px;
15     }
16   }
17   .validation-buttons {
18     padding: 20px 50px;
19   }
20 }