Add new code new version
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareproductComponentLoadBalancing.scss
1 .vsp-components-load-balancing {
2   .halb-data {
3     .load-balancing-page-title {
4       @extend .section-title;
5       &:first-child {
6         padding: 0 0 40px 0;
7       }
8     }
9     .question {
10       padding-top: 10px;
11       &:first-child {
12         padding-top: 0;
13       }
14     }
15     .title {
16       @extend .body-1-medium;
17       cursor: pointer;
18       margin-bottom: 8px;
19       .fa {
20         @include transition(transform 0.3s);
21         margin-right: 5px;
22         font-size: $icon-font-size;
23         position: relative;
24         top: -1px;
25       }
26     }
27     .row {
28       padding-left: 24px;
29     }
30     .col-md-9 {
31       padding-left: 8px;
32     }
33     .add-padding {
34       padding-bottom: 20px;
35     }
36     .new-line {
37       margin-left: 16px;
38     }
39     textarea.form-control {
40       height: 90px;
41     }
42   }
43 }