summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/definition/dashboard-report-grid/dashboard-report-grid.component.scss
blob: 5391f97350f474899d9860c698215da37809d1d1 (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
93
94
95
96
97
98
[draggable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.example-list {
    width: 500px;
    max-width: 100%;
    border: solid 1px #ccc;
    min-height: 60px;
    display: block;
    background: white;
    border-radius: 4px;
    overflow: hidden;
  }

  .example-box {
    padding: 20px 10px;
    border-bottom: solid 1px #006496;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: move;
    background: #ffffff00;
    font-size: 14px;
    border-radius: 15px;
  }

  tableWrapper{
    height: 10px;
    overflow-y: scroll;
  }

  table{
      width: 50%;
  }

  tr {
      width: 50%;
  }

  th{
    width: 50%;
  }

  td{
      width: 50%;
  }

  input {
    width: 800px;
    height: 35px;
    border-radius: 10px;
  }


.field-group {
    position: relative;
    display: inline-flex;
}

label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row {
  margin-top: 5px;
}

.data-table{
  height: 400px;
  overflow: scroll;
}

::ng-deep .mat-checkbox-inner-container {
    display: inline-block;
    height: 25px;
    line-height: 0;
    margin: auto;
    margin-right: 8px;
    order: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 25px;
    flex-shrink: 0;
}

.button-holder{
    padding-right: 10px;
    margin-top: 50px;
}

.checkbox-holder{
    padding-top: 10px;
}