aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/information-artifact/information-artifact-page.component.less
blob: b69e511f706b223e485d285305ca40dcd6c7cd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.information-artifact-page {

  .add-artifact-btn {
    display: flex;
    cursor: pointer;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .download-artifact-button {
    display: flex;
    justify-content: center;

    .action-icon{
      margin-right: 10px;
    }
  }

  .add-artifacts-dynamic-btn-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px 0px;
    .add-artifacts-dynamic-btn{
      width: 350px;
      margin-top: 15px;
    }
  }
}