aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/forms/artifacts-form/artifact-form.component.less
blob: 3b0412208500494bff8069121bab14a644dc533c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.artifact-form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;

  .artifact-form-container {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    .left-form-container {
      flex: 1;
      padding-right: 10px;
    }

    .right-form-container {
      flex: 1;

      /deep/.sdc-textarea .sdc-textarea__textarea{
        min-height: 110px;
      }
    }
  }
}