Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / components / forms / artifacts-form / artifact-form.component.less
1 .artifact-form {
2   display: flex;
3   justify-content: space-between;
4   flex-direction: column;
5
6   .artifact-form-container {
7     margin-top: 10px;
8     display: flex;
9     flex-direction: row;
10     .left-form-container {
11       flex: 1;
12       padding-right: 10px;
13     }
14
15     .right-form-container {
16       flex: 1;
17
18       /deep/.sdc-textarea .sdc-textarea__textarea{
19         min-height: 110px;
20       }
21     }
22   }
23 }