aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/deployment-artifacts/deployment-artifacts-page.component.less
blob: 22ceb966539c9cee0af1d6dbc5d4973bb6ce4739 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.deployment-artifact-page {


  .env-artifact-container {
    margin-left: -25px;
    margin-top: -21px;
    padding-left: 10px;
    position: absolute;
    background-color: white;
    .env-artifact {
      border-left: 1px #848586 solid;
      height: 33px;

      border-top: 1px #848586 solid;
      border-bottom: 1px #848586 solid;
      width: 10px;
      float: left;

    }
  }
  .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;
    }
  }

  .table-footer-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 20px 0px;
  }
}

:host ::ng-deep {

  .ngx-datatable {
    //border: 1px solid red;
    .datatable-body-cell {
      .info {
        float: right;
      }
    }
  }
}