aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/deployment-artifacts/deployment-artifacts-page.component.less
blob: 725081c3c07ad015a563bcb6eb837b8ed5daa892 (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
56
57
58
59
60
61
62
63
64
.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: grid;
    justify-content: start;
    grid-template-columns: 20px 20px 20px 20px;

    .action-icon {
      margin-right: 10px;
    }
    .action-icon-1 {
      grid-column-start: 1;
    }
    .action-icon-2 {
      grid-column-start: 2;
    }
    .action-icon-3 {
      grid-column-start: 3;
    }
    .action-icon-4 {
      grid-column-start: 4;
    }
  }

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