Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / workspace / information-artifact / information-artifact-page.component.less
1 .information-artifact-page {
2
3   .add-artifact-btn {
4     display: flex;
5     cursor: pointer;
6     justify-content: flex-end;
7     margin-bottom: 10px;
8   }
9   .download-artifact-button {
10     display: flex;
11     justify-content: center;
12
13     .action-icon{
14       margin-right: 10px;
15     }
16   }
17
18   .add-artifacts-dynamic-btn-list {
19     display: flex;
20     flex-direction: column;
21     align-items: center;
22     width: 100%;
23     margin: 20px 0px;
24     .add-artifacts-dynamic-btn{
25       width: 350px;
26       margin-top: 15px;
27     }
28   }
29 }