summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/disribution/distribution-component-table/distribution-component-artifact-table/distribution-component-artifact-table.component.less
blob: 81b8805792798fed03f5ba4c93c7602c2535db29 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
:host ::ng-deep {
    .ngx-datatable {
        > div {
            min-height: 5px;
        }
    }
}

.datatable-header-cell {
    text-align: left;
    color: red;
}

.statusHeaderTable {
    color: #000000;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.status {
    padding-right: 30px;
    color: #5a5a5a;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 12px;
}

.distributionIDBlock {
    display: inline-block;
}

.distributionRowContainer{
    background-color: #eaeaea;
    text-align: center;
}

.distributionRowLabel {
    overflow: hidden;
    padding-top: 10px;
    color: #000000;
    font-family: OpenSans-Semibold, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.distributionRowValue {
    color: #263d4d;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
}

.urlValue {
    float: left;
    color: #263d4d;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
}

.urlCopyIcon {
    float: right;
    width: 8%;
}

.ellipsisCell {
    width: 92%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}