Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / workspace / deployment-artifacts / deployment-artifacts-page.component.less
1 .deployment-artifact-page {
2
3
4   .env-artifact-container {
5     margin-left: -25px;
6     margin-top: -21px;
7     padding-left: 10px;
8     position: absolute;
9     background-color: white;
10     .env-artifact {
11       border-left: 1px #848586 solid;
12       height: 33px;
13
14       border-top: 1px #848586 solid;
15       border-bottom: 1px #848586 solid;
16       width: 10px;
17       float: left;
18
19     }
20   }
21   .add-artifact-btn {
22     display: flex;
23     cursor: pointer;
24     justify-content: flex-end;
25     margin-bottom: 10px;
26   }
27   .download-artifact-button {
28     display: flex;
29     justify-content: center;
30
31     .action-icon {
32       margin-right: 10px;
33     }
34   }
35
36   .table-footer-container {
37     display: flex;
38     align-items: center;
39     width: 100%;
40     justify-content: center;
41     margin: 20px 0px;
42   }
43 }
44
45 :host ::ng-deep {
46
47   .ngx-datatable {
48     //border: 1px solid red;
49     .datatable-body-cell {
50       .info {
51         float: right;
52       }
53     }
54   }
55 }