react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductDeployment.scss
1 .deployment-flavor-editor {
2     .deployment-feature-groups-section.no-feature-groups {
3         padding-bottom: 0;
4         .form-group {
5             margin-bottom: 5px;
6         }
7     }
8     .deployment-feature-group-warning-section {
9         padding-bottom: 30px;
10         span {
11             @extend .body-2;
12             color: $red;
13         }
14     }
15     .grid-section.vfc-table {
16         .section-title {
17             padding-bottom: 10px;
18         }
19     }
20     &.sdc-modal__content {
21         .validation-form-content {
22             .grid-col-1 {
23                 flex-basis: 30%;
24             }
25
26             .grid-section.vfc-table {
27                 padding-bottom: 50px;
28                 .Select-menu {
29                     max-height: 100px;
30                 }
31             }
32
33             .grid-col-3 {
34                 flex-basis: 65%;
35             }
36         }
37     }
38 }