Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / workspace / disribution / distribution-component-table / distribution-component-artifact-table / distribution-component-artifact-table.component.less
1 :host ::ng-deep {
2     .ngx-datatable {
3         > div {
4             min-height: 5px;
5         }
6     }
7 }
8
9 .datatable-header-cell {
10     text-align: left;
11     color: red;
12 }
13
14 .statusHeaderTable {
15     color: #000000;
16     font-family: OpenSans-Bold, sans-serif;
17     font-size: 12px;
18     font-weight: bold;
19     float: left;
20 }
21
22 .status {
23     padding-right: 30px;
24     color: #5a5a5a;
25     font-family: OpenSans-Regular, sans-serif;
26     font-size: 12px;
27 }
28
29 .distributionIDBlock {
30     display: inline-block;
31 }
32
33 .distributionRowContainer{
34     background-color: #eaeaea;
35     text-align: center;
36 }
37
38 .distributionRowLabel {
39     overflow: hidden;
40     padding-top: 10px;
41     color: #000000;
42     font-family: OpenSans-Semibold, sans-serif;
43     font-size: 12px;
44     font-weight: bold;
45 }
46
47 .distributionRowValue {
48     color: #263d4d;
49     font-family: OpenSans-Regular, sans-serif;
50     font-size: 14px;
51 }
52
53 .urlValue {
54     float: left;
55     color: #263d4d;
56     font-family: OpenSans-Regular, sans-serif;
57     font-size: 14px;
58 }
59
60 .urlCopyIcon {
61     float: right;
62     width: 8%;
63 }
64
65 .ellipsisCell {
66     width: 92%;
67     white-space: nowrap;
68     text-overflow: ellipsis;
69     overflow: hidden;
70 }
71
72
73
74
75
76
77
78