[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductCreatePage.scss
1 .software-product-type-modal {
2   .modal-dialog {
3     @extend .modal-lg !optional;
4     .modal-body {
5       padding: 0;
6     }
7     .validation-form-content {
8       padding: 50px;
9       .software-product-form-row {
10         display: flex;
11         justify-content: space-between;
12         margin-bottom: 20px;
13         .software-product-inline-section {
14           padding: 0 20px;
15           flex: 45%;
16           .validation-input-wrapper {
17             .field-section {
18               @extend .body-2-semibold;
19               margin-bottom: 23px;
20               color: $black;
21             }
22             textarea {
23               height: 191px;
24             }
25             select optgroup[label] {
26               color: $dark-blue;
27             }
28             option {
29               color: black;
30             }
31           }
32         }
33       }
34     }
35     .validation-buttons {
36       padding: 20px 50px;
37     }
38   }
39 }