[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductDeployment.scss
1 .deployment-flavor-editor {
2         .modal-dialog {
3                 width: 780px;
4         }
5         .grid-section {
6                 padding-bottom: 25px;
7         }
8         .deployment-feature-groups-section.no-feature-groups {
9                 padding-bottom: 0;
10                 .form-group {
11                         margin-bottom: 5px;
12                 }
13         }
14         .deployment-feature-group-warning-section {
15                         padding-bottom: 30px;
16                         span {
17                                 @extend .body-2;
18                                 color: $red;
19                         }
20         }
21         .grid-section.vfc-table {
22                 .section-title {
23                         padding-bottom: 10px;
24                 }
25         }
26         .modal-content {
27                 .modal-body {
28                         padding: 0;
29                         .validation-form-content {
30                                 .grid-col-1 {
31                                         flex-basis: 35%;
32                                 }
33
34                                 .Select-value, .Select-placeholder {
35                                         font-family: omnes-regular, sans-serif;
36                                 }
37
38                                 .grid-section.vfc-table {
39                                         padding-bottom: 50px;
40                                         .Select-menu {
41                                                 max-height: 100px;
42                                         }
43
44                                 }
45
46                                 .grid-col-3 {
47                                         flex-basis: 65%;
48                                 }
49                                 padding-left: 54px;
50                                 padding-right: 33px;
51                                 overflow-y: visible;
52                         }
53                 }
54         }
55 }