summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/disribution/distribution.component.less
blob: b630881fdccb0de1002cea7c779c5edb374e0cd5 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
:host ::ng-deep {
  .ngx-datatable {
    > div {
      min-height: 500px;
      datatable-body {
        max-height: max-content;
      }
    }
  }
}

.w-sdc-distribution-view-header {
  display: flex;
  -webkit-justify-content: space-between;
  margin: 0 25px 5px 40px;

  .header-spacer {
    flex-grow: 5;
  }

  .w-sdc-distribution-view-title{
    color: #191919;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 30px;


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

}

.distribution-page {
  max-height: 150px;
}

  .distributionIDBlock {
    display: inline-block;
  }

  .expand-collapse-cell {
    display: inline-block;
  }

  .statusIcon {
    display: inline-block;
    margin-right: 10px;
  }

  .btnMarkAsDistributed {
    float: right;
    background-color: #E5F3FF;
    border: 1px solid #8DCCD5;
    width: 55px;
    height: 21px;
    text-align: center;
  }

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

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