summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductComponentGeneral.scss
blob: 6c5bcee03ce96c82cbce16bfba6a5ad93d44dbac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.vsp-components-general {
  .general-data {
    .one-line-textarea {
      height: 30px;
    }
    .multi-line-textarea {
      height: calc(100% - 25px);
      textarea {
        height: inherit;
      }
    }
  }
  .additional-validation-form {
    margin-top: 50px;
  }
}