[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductComponentGeneral.scss
1 .vsp-components-general {
2   .general-data {
3     .one-line-textarea {
4       height: 30px;
5     }
6     .multi-line-textarea {
7       height: calc(100% - 25px);
8       textarea {
9         height: inherit;
10       }
11     }
12   }
13   .additional-validation-form {
14     margin-top: 50px;
15   }
16 }