blob: 2217b7da06e8cfc0d82da90fef29228da37fe11a [file] [log] [blame]
Stone, Avi (as206k)548c5a22018-06-03 13:12:12 +03001@import '~@swimlane/ngx-datatable/release/themes/material.css';
2.home-container {
Stone, Avi (as206k)9b2ceb32018-04-12 16:36:39 +03003 display: flex;
4 flex-direction: column;
5 height: 100%;
Stone, Avi (as206k)548c5a22018-06-03 13:12:12 +03006 margin: 15px 20px;
Stone, Avi (as206k)9b2ceb32018-04-12 16:36:39 +03007 margin-left: 15px;
8 margin-right: 15px;
9 .wrapper-btn-add-mc {
Stone, Avi (as206k)548c5a22018-06-03 13:12:12 +030010 margin-top: 46px;
Stone, Avi (as206k)9b2ceb32018-04-12 16:36:39 +030011 display: flex;
12 flex-direction: column;
13 align-items: center;
14 }
Stone, Avi (as206k)548c5a22018-06-03 13:12:12 +030015 .btn-create {
16 width: 150px;
17 height: 36px;
Stone, Avi (as206k)9b2ceb32018-04-12 16:36:39 +030018 }
19}
20
Stone, Avi (as206k)548c5a22018-06-03 13:12:12 +030021.my-confrim-dialog .mat-dialog-container {
22 max-width: 600px;
23 width: 500px;
24 height: 200px;
25 padding: 0;
Stone, Avi (as206k)9b2ceb32018-04-12 16:36:39 +030026}
27
28/deep/ .ui-tooltip .ui-tooltip-text {
29 font-size: 0.8em;
30 padding: 0.7em;
31}
32
33/deep/ .ui-tooltip {
34 max-width: 400px;
35}
Stone, Avi (as206k)548c5a22018-06-03 13:12:12 +030036
37.ngx-datatable-monitoring-name {
38 &:hover {
39 color: #009fdb;
40 text-decoration: underline;
41 cursor: pointer;
42 }
43}
44
45.ngx-datatable.material .datatable-header .datatable-header-cell {
46 background: #f4f4f4;
47
48 span {
49 font-weight: bold;
50 font-size: 13px;
51 font-family: 'Open Sans', sans-serif !important;
52 }
53}
54
55.ngx-datatable .datatable-body-cell,
56.ngx-datatable .datatable-header-cell {
57 border: 0.1px solid #d2d2d2;
58}
59
60.ngx-datatable.material.single-selection .datatable-body-row.active,
61.ngx-datatable.material.single-selection
62 .datatable-body-row.active
63 .datatable-row-group,
64.ngx-datatable.material.multi-selection .datatable-body-row.active,
65.ngx-datatable.material.multi-selection
66 .datatable-body-row.active
67 .datatable-row-group,
68.ngx-datatable.material.multi-click-selection .datatable-body-row.active,
69.ngx-datatable.material.multi-click-selection
70 .datatable-body-row.active
71 .datatable-row-group {
72 background-color: #e6f6fb !important;
73 color: #5a5a5a;
74}
75
76.ngx-datatable.material {
77 box-shadow: none;
78}