react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareproductComponentLoadBalancing.scss
1 .vsp-components-load-balancing {
2     .svg-icon-wrapper {
3         position: relative;
4         top: -4px;
5     }
6
7     .halb-data {
8         .question {
9             padding-top: 10px;
10             &:first-child {
11                 padding-top: 0;
12             }
13         }
14         .title {
15             @extend .body-1-semibold;
16             margin-bottom: 8px;
17             cursor: pointer;
18             .svg-icon {
19                 @include transition(transform 0.3s);
20                 margin-right: 5px;
21                 position: relative;
22                 top: 4px;
23             }
24         }
25         .add-padding {
26             padding-bottom: 20px;
27         }
28         .new-line {
29             margin-left: 16px;
30         }
31         textarea.form-control {
32             height: 90px;
33         }
34     }
35 }