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