summaryrefslogtreecommitdiffstats
path: root/public/src/app/home/home.component.scss
blob: 2217b7da06e8cfc0d82da90fef29228da37fe11a (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
@import '~@swimlane/ngx-datatable/release/themes/material.css';
.home-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 15px 20px;
  margin-left: 15px;
  margin-right: 15px;
  .wrapper-btn-add-mc {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn-create {
    width: 150px;
    height: 36px;
  }
}

.my-confrim-dialog .mat-dialog-container {
  max-width: 600px;
  width: 500px;
  height: 200px;
  padding: 0;
}

/deep/ .ui-tooltip .ui-tooltip-text {
  font-size: 0.8em;
  padding: 0.7em;
}

/deep/ .ui-tooltip {
  max-width: 400px;
}

.ngx-datatable-monitoring-name {
  &:hover {
    color: #009fdb;
    text-decoration: underline;
    cursor: pointer;
  }
}

.ngx-datatable.material .datatable-header .datatable-header-cell {
  background: #f4f4f4;

  span {
    font-weight: bold;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
  }
}

.ngx-datatable .datatable-body-cell,
.ngx-datatable .datatable-header-cell {
  border: 0.1px solid #d2d2d2;
}

.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection
  .datatable-body-row.active
  .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection
  .datatable-body-row.active
  .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection
  .datatable-body-row.active
  .datatable-row-group {
  background-color: #e6f6fb !important;
  color: #5a5a5a;
}

.ngx-datatable.material {
  box-shadow: none;
}