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