aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/disribution/distribution-component-table/distribution-component-table.component.less
blob: 3eab18ca1469431654c68d1e654dfe4f5b9e4f47 (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
.red {
    color: red;
}

.green {
  color: green;
}

.msoStatus {
  padding-left: 5px;
}

.blue {
  color: #009fdb;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
}

.rightVerticalSeperator {
        border-right: 1px solid #d2d2d2;
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
}

.rightVerticalSeperatorComponent {
  border-right: 1px solid #d2d2d2;
  padding-left: 5px;
  padding-right: 5px;
}

.floatRight{
    float: right;
}

.distributionSummary {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eaeaea;
    padding-left: 25px;
    padding-right: 25px;
}

.componentSummary {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eaeaea;
    padding-left: 25px;
    padding-right: 25px;
}

.componentShiftLeft {
  margin-left: 15px;
}

.titleSummaryFontSettings {
  color: #191919;
  font-family: OpenSans-Regular, sans-serif;
  font-size: 14px;
}