aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductComponentGeneral.scss
blob: 67d76f5454ef167df48bccca6bc232a54203b53e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.vsp-components-general {
  .general-data {
    .one-line-textarea {
      height: 30px;
    }
    .multi-line-textarea > textarea {
      height: 113px;
    }
  }
  .additional-validation-form {
    margin-top: 50px;
  }
}