@volo/ngx-lepton-x.lite 4.3.2 → 4.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/css/bootstrap-dim.css +1671 -525
- package/assets/css/bootstrap-dim.rtl.css +1783 -526
- package/assets/css/font-bundle.css +1 -1
- package/assets/css/font-bundle.rtl.css +2 -2
- package/assets/css/ng-bundle.css +151 -150
- package/assets/css/ng-bundle.rtl.css +151 -150
- package/assets/css/side-menu/layout-bundle.css +1099 -1099
- package/assets/css/side-menu/layout-bundle.rtl.css +1101 -1101
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
|
2
|
-
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
|
2
|
+
|
|
3
3
|
/*# sourceMappingURL=font-bundle.rtl.css.map */
|
package/assets/css/ng-bundle.css
CHANGED
|
@@ -1,150 +1,151 @@
|
|
|
1
|
-
.node-wrapper {
|
|
2
|
-
border-radius: 0.5rem;
|
|
3
|
-
}
|
|
4
|
-
.node-wrapper.ng-star-inserted.selected {
|
|
5
|
-
background-color: #e7e9ec;
|
|
6
|
-
border-radius: 0.5rem;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ant-tree-switcher svg {
|
|
10
|
-
fill: #686b6e !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.lpx-theme-dark .ant-tree-checkbox-inner {
|
|
14
|
-
background-color: transparent;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ngx-datatable.material {
|
|
18
|
-
background-color: #ffffff;
|
|
19
|
-
border-radius: 0.5rem;
|
|
20
|
-
color: #686b6e;
|
|
21
|
-
}
|
|
22
|
-
.ngx-datatable.material .datatable-header {
|
|
23
|
-
background-color: #ffffff;
|
|
24
|
-
border-bottom:
|
|
25
|
-
width: 100% !important;
|
|
26
|
-
height: auto !important;
|
|
27
|
-
}
|
|
28
|
-
.ngx-datatable.material .datatable-header .datatable-header-cell {
|
|
29
|
-
background-color: #ffffff;
|
|
30
|
-
padding-left: 1rem !important;
|
|
31
|
-
padding-right: 1rem !important;
|
|
32
|
-
padding-top: 0.5rem;
|
|
33
|
-
padding-bottom: 0.5rem;
|
|
34
|
-
font-weight: 400 !important;
|
|
35
|
-
color: rgba(104, 107, 110, 0.65);
|
|
36
|
-
transition: color 0.3s;
|
|
37
|
-
text-transform: uppercase;
|
|
38
|
-
font-size: 0.75em !important;
|
|
39
|
-
letter-spacing: 0.75px;
|
|
40
|
-
}
|
|
41
|
-
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-sort-unset:before {
|
|
42
|
-
font-family: bootstrap-icons !important;
|
|
43
|
-
content: "\f282" !important;
|
|
44
|
-
margin: 0 4px;
|
|
45
|
-
}
|
|
46
|
-
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-down:before {
|
|
47
|
-
color: var(--lpx-brand);
|
|
48
|
-
font-family: bootstrap-icons !important;
|
|
49
|
-
content: "\f286" !important;
|
|
50
|
-
margin: 0 4px;
|
|
51
|
-
}
|
|
52
|
-
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-up:before {
|
|
53
|
-
color: var(--lpx-brand);
|
|
54
|
-
font-family: bootstrap-icons !important;
|
|
55
|
-
content: "\f282" !important;
|
|
56
|
-
margin: 0 4px;
|
|
57
|
-
}
|
|
58
|
-
.ngx-datatable.material .datatable-header .resize-handle {
|
|
59
|
-
border-right: 0 !important;
|
|
60
|
-
}
|
|
61
|
-
.ngx-datatable.material .datatable-body {
|
|
62
|
-
width: 100% !important;
|
|
63
|
-
}
|
|
64
|
-
.ngx-datatable.material .datatable-body .datatable-body-row {
|
|
65
|
-
background-color: #ffffff;
|
|
66
|
-
border-bottom: none !important;
|
|
67
|
-
}
|
|
68
|
-
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
|
|
69
|
-
padding: 0.875rem 1rem !important;
|
|
70
|
-
vertical-align: middle;
|
|
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
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
height:
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
border
|
|
149
|
-
|
|
150
|
-
|
|
1
|
+
.node-wrapper {
|
|
2
|
+
border-radius: 0.5rem;
|
|
3
|
+
}
|
|
4
|
+
.node-wrapper.ng-star-inserted.selected {
|
|
5
|
+
background-color: #e7e9ec;
|
|
6
|
+
border-radius: 0.5rem;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ant-tree-switcher svg {
|
|
10
|
+
fill: #686b6e !important;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.lpx-theme-dark .ant-tree-checkbox-inner {
|
|
14
|
+
background-color: transparent;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ngx-datatable.material {
|
|
18
|
+
background-color: #ffffff;
|
|
19
|
+
border-radius: 0.5rem;
|
|
20
|
+
color: #686b6e;
|
|
21
|
+
}
|
|
22
|
+
.ngx-datatable.material .datatable-header {
|
|
23
|
+
background-color: #ffffff;
|
|
24
|
+
border-bottom: 1px solid #e7e9ec !important;
|
|
25
|
+
width: 100% !important;
|
|
26
|
+
height: auto !important;
|
|
27
|
+
}
|
|
28
|
+
.ngx-datatable.material .datatable-header .datatable-header-cell {
|
|
29
|
+
background-color: #ffffff;
|
|
30
|
+
padding-left: 1rem !important;
|
|
31
|
+
padding-right: 1rem !important;
|
|
32
|
+
padding-top: 0.5rem;
|
|
33
|
+
padding-bottom: 0.5rem;
|
|
34
|
+
font-weight: 400 !important;
|
|
35
|
+
color: rgba(104, 107, 110, 0.65);
|
|
36
|
+
transition: color 0.3s;
|
|
37
|
+
text-transform: uppercase;
|
|
38
|
+
font-size: 0.75em !important;
|
|
39
|
+
letter-spacing: 0.75px;
|
|
40
|
+
}
|
|
41
|
+
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-sort-unset:before {
|
|
42
|
+
font-family: bootstrap-icons !important;
|
|
43
|
+
content: "\f282" !important;
|
|
44
|
+
margin: 0 4px;
|
|
45
|
+
}
|
|
46
|
+
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-down:before {
|
|
47
|
+
color: var(--lpx-brand);
|
|
48
|
+
font-family: bootstrap-icons !important;
|
|
49
|
+
content: "\f286" !important;
|
|
50
|
+
margin: 0 4px;
|
|
51
|
+
}
|
|
52
|
+
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-up:before {
|
|
53
|
+
color: var(--lpx-brand);
|
|
54
|
+
font-family: bootstrap-icons !important;
|
|
55
|
+
content: "\f282" !important;
|
|
56
|
+
margin: 0 4px;
|
|
57
|
+
}
|
|
58
|
+
.ngx-datatable.material .datatable-header .resize-handle {
|
|
59
|
+
border-right: 0 !important;
|
|
60
|
+
}
|
|
61
|
+
.ngx-datatable.material .datatable-body {
|
|
62
|
+
width: 100% !important;
|
|
63
|
+
}
|
|
64
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row {
|
|
65
|
+
background-color: #ffffff;
|
|
66
|
+
border-bottom: none !important;
|
|
67
|
+
}
|
|
68
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
|
|
69
|
+
padding: 0.875rem 1rem !important;
|
|
70
|
+
vertical-align: middle;
|
|
71
|
+
color: #686b6e;
|
|
72
|
+
}
|
|
73
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell .btn {
|
|
74
|
+
padding: 0.375rem 0.75rem;
|
|
75
|
+
font-size: 0.8em;
|
|
76
|
+
}
|
|
77
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper:not(:first-child) .datatable-body-row .datatable-body-cell {
|
|
78
|
+
border-top: 1px solid #e7e9ec !important;
|
|
79
|
+
}
|
|
80
|
+
.ngx-datatable.material .datatable-footer {
|
|
81
|
+
background-color: #ffffff;
|
|
82
|
+
color: rgba(104, 107, 110, 0.5) !important;
|
|
83
|
+
border-top: 1px solid #e7e9ec;
|
|
84
|
+
}
|
|
85
|
+
@media (max-width: 768px) {
|
|
86
|
+
.ngx-datatable.material .datatable-footer .page-count {
|
|
87
|
+
display: none;
|
|
88
|
+
}
|
|
89
|
+
.ngx-datatable.material .datatable-footer .datatable-pager .pager {
|
|
90
|
+
display: flex !important;
|
|
91
|
+
justify-content: center;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
.ngx-datatable.material .datatable-footer .datatable-pager {
|
|
95
|
+
display: flex;
|
|
96
|
+
justify-content: flex-end;
|
|
97
|
+
}
|
|
98
|
+
.ngx-datatable.material .datatable-footer .datatable-pager li a {
|
|
99
|
+
border-radius: 0.5rem;
|
|
100
|
+
padding: 0.375rem 0.5rem !important;
|
|
101
|
+
min-width: 28px;
|
|
102
|
+
line-height: 20px;
|
|
103
|
+
margin: 0;
|
|
104
|
+
height: 30px;
|
|
105
|
+
color: #686b6e;
|
|
106
|
+
}
|
|
107
|
+
.ngx-datatable.material .datatable-footer .datatable-pager li a:hover {
|
|
108
|
+
color: #686b6e;
|
|
109
|
+
}
|
|
110
|
+
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
|
|
111
|
+
background-color: var(--lpx-brand);
|
|
112
|
+
color: #fff;
|
|
113
|
+
font-weight: normal;
|
|
114
|
+
}
|
|
115
|
+
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
|
|
116
|
+
color: #686b6e !important;
|
|
117
|
+
opacity: 0.35;
|
|
118
|
+
}
|
|
119
|
+
.ngx-datatable.material .datatable-footer .datatable-pager .pager {
|
|
120
|
+
/*rtl:ignore*/
|
|
121
|
+
direction: ltr;
|
|
122
|
+
}
|
|
123
|
+
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
|
|
124
|
+
background-color: #e7e9ec !important;
|
|
125
|
+
}
|
|
126
|
+
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
|
|
127
|
+
background-color: #e7e9ec !important;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.datatable-body-cell-label {
|
|
131
|
+
line-height: 2;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.ngx-datatable.material .empty-row {
|
|
135
|
+
height: 62px;
|
|
136
|
+
background: rgba(var(--lpx-content-bg), 0.35);
|
|
137
|
+
color: rgba(var(--lpx-content-text-rgb), 0.65);
|
|
138
|
+
padding: 1.25rem 1rem !important;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
::-webkit-scrollbar {
|
|
142
|
+
width: 10px;
|
|
143
|
+
height: 10px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
::-webkit-scrollbar-thumb {
|
|
147
|
+
background-clip: content-box;
|
|
148
|
+
border: solid 2px transparent;
|
|
149
|
+
border-radius: 10px;
|
|
150
|
+
background-color: #a6a6a6;
|
|
151
|
+
}
|
|
@@ -1,151 +1,152 @@
|
|
|
1
|
-
.node-wrapper {
|
|
2
|
-
border-radius: 0.5rem;
|
|
3
|
-
}
|
|
4
|
-
.node-wrapper.ng-star-inserted.selected {
|
|
5
|
-
background-color: #e7e9ec;
|
|
6
|
-
border-radius: 0.5rem;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ant-tree-switcher svg {
|
|
10
|
-
fill: #686b6e !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.lpx-theme-dark .ant-tree-checkbox-inner {
|
|
14
|
-
background-color: transparent;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ngx-datatable.material {
|
|
18
|
-
background-color: #ffffff;
|
|
19
|
-
border-radius: 0.5rem;
|
|
20
|
-
color: #686b6e;
|
|
21
|
-
}
|
|
22
|
-
.ngx-datatable.material .datatable-header {
|
|
23
|
-
background-color: #ffffff;
|
|
24
|
-
border-bottom:
|
|
25
|
-
width: 100% !important;
|
|
26
|
-
height: auto !important;
|
|
27
|
-
}
|
|
28
|
-
.ngx-datatable.material .datatable-header .datatable-header-cell {
|
|
29
|
-
background-color: #ffffff;
|
|
30
|
-
padding-right: 1rem !important;
|
|
31
|
-
padding-left: 1rem !important;
|
|
32
|
-
padding-top: 0.5rem;
|
|
33
|
-
padding-bottom: 0.5rem;
|
|
34
|
-
font-weight: 400 !important;
|
|
35
|
-
color: rgba(104, 107, 110, 0.65);
|
|
36
|
-
transition: color 0.3s;
|
|
37
|
-
text-transform: uppercase;
|
|
38
|
-
font-size: 0.75em !important;
|
|
39
|
-
letter-spacing: 0.75px;
|
|
40
|
-
}
|
|
41
|
-
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-sort-unset:before {
|
|
42
|
-
font-family: bootstrap-icons !important;
|
|
43
|
-
content: "\f282" !important;
|
|
44
|
-
margin: 0 4px;
|
|
45
|
-
}
|
|
46
|
-
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-down:before {
|
|
47
|
-
color: var(--lpx-brand);
|
|
48
|
-
font-family: bootstrap-icons !important;
|
|
49
|
-
content: "\f286" !important;
|
|
50
|
-
margin: 0 4px;
|
|
51
|
-
}
|
|
52
|
-
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-up:before {
|
|
53
|
-
color: var(--lpx-brand);
|
|
54
|
-
font-family: bootstrap-icons !important;
|
|
55
|
-
content: "\f282" !important;
|
|
56
|
-
margin: 0 4px;
|
|
57
|
-
}
|
|
58
|
-
.ngx-datatable.material .datatable-header .resize-handle {
|
|
59
|
-
border-left: 0 !important;
|
|
60
|
-
}
|
|
61
|
-
.ngx-datatable.material .datatable-body {
|
|
62
|
-
width: 100% !important;
|
|
63
|
-
}
|
|
64
|
-
.ngx-datatable.material .datatable-body .datatable-body-row {
|
|
65
|
-
background-color: #ffffff;
|
|
66
|
-
border-bottom: none !important;
|
|
67
|
-
}
|
|
68
|
-
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
|
|
69
|
-
padding: 0.875rem 1rem !important;
|
|
70
|
-
vertical-align: middle;
|
|
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
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
height:
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
border
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
1
|
+
.node-wrapper {
|
|
2
|
+
border-radius: 0.5rem;
|
|
3
|
+
}
|
|
4
|
+
.node-wrapper.ng-star-inserted.selected {
|
|
5
|
+
background-color: #e7e9ec;
|
|
6
|
+
border-radius: 0.5rem;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ant-tree-switcher svg {
|
|
10
|
+
fill: #686b6e !important;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.lpx-theme-dark .ant-tree-checkbox-inner {
|
|
14
|
+
background-color: transparent;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ngx-datatable.material {
|
|
18
|
+
background-color: #ffffff;
|
|
19
|
+
border-radius: 0.5rem;
|
|
20
|
+
color: #686b6e;
|
|
21
|
+
}
|
|
22
|
+
.ngx-datatable.material .datatable-header {
|
|
23
|
+
background-color: #ffffff;
|
|
24
|
+
border-bottom: 1px solid #e7e9ec !important;
|
|
25
|
+
width: 100% !important;
|
|
26
|
+
height: auto !important;
|
|
27
|
+
}
|
|
28
|
+
.ngx-datatable.material .datatable-header .datatable-header-cell {
|
|
29
|
+
background-color: #ffffff;
|
|
30
|
+
padding-right: 1rem !important;
|
|
31
|
+
padding-left: 1rem !important;
|
|
32
|
+
padding-top: 0.5rem;
|
|
33
|
+
padding-bottom: 0.5rem;
|
|
34
|
+
font-weight: 400 !important;
|
|
35
|
+
color: rgba(104, 107, 110, 0.65);
|
|
36
|
+
transition: color 0.3s;
|
|
37
|
+
text-transform: uppercase;
|
|
38
|
+
font-size: 0.75em !important;
|
|
39
|
+
letter-spacing: 0.75px;
|
|
40
|
+
}
|
|
41
|
+
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-sort-unset:before {
|
|
42
|
+
font-family: bootstrap-icons !important;
|
|
43
|
+
content: "\f282" !important;
|
|
44
|
+
margin: 0 4px;
|
|
45
|
+
}
|
|
46
|
+
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-down:before {
|
|
47
|
+
color: var(--lpx-brand);
|
|
48
|
+
font-family: bootstrap-icons !important;
|
|
49
|
+
content: "\f286" !important;
|
|
50
|
+
margin: 0 4px;
|
|
51
|
+
}
|
|
52
|
+
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-icon-up:before {
|
|
53
|
+
color: var(--lpx-brand);
|
|
54
|
+
font-family: bootstrap-icons !important;
|
|
55
|
+
content: "\f282" !important;
|
|
56
|
+
margin: 0 4px;
|
|
57
|
+
}
|
|
58
|
+
.ngx-datatable.material .datatable-header .resize-handle {
|
|
59
|
+
border-left: 0 !important;
|
|
60
|
+
}
|
|
61
|
+
.ngx-datatable.material .datatable-body {
|
|
62
|
+
width: 100% !important;
|
|
63
|
+
}
|
|
64
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row {
|
|
65
|
+
background-color: #ffffff;
|
|
66
|
+
border-bottom: none !important;
|
|
67
|
+
}
|
|
68
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
|
|
69
|
+
padding: 0.875rem 1rem !important;
|
|
70
|
+
vertical-align: middle;
|
|
71
|
+
color: #686b6e;
|
|
72
|
+
}
|
|
73
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell .btn {
|
|
74
|
+
padding: 0.375rem 0.75rem;
|
|
75
|
+
font-size: 0.8em;
|
|
76
|
+
}
|
|
77
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper:not(:first-child) .datatable-body-row .datatable-body-cell {
|
|
78
|
+
border-top: 1px solid #e7e9ec !important;
|
|
79
|
+
}
|
|
80
|
+
.ngx-datatable.material .datatable-footer {
|
|
81
|
+
background-color: #ffffff;
|
|
82
|
+
color: rgba(104, 107, 110, 0.5) !important;
|
|
83
|
+
border-top: 1px solid #e7e9ec;
|
|
84
|
+
}
|
|
85
|
+
@media (max-width: 768px) {
|
|
86
|
+
.ngx-datatable.material .datatable-footer .page-count {
|
|
87
|
+
display: none;
|
|
88
|
+
}
|
|
89
|
+
.ngx-datatable.material .datatable-footer .datatable-pager .pager {
|
|
90
|
+
display: flex !important;
|
|
91
|
+
justify-content: center;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
.ngx-datatable.material .datatable-footer .datatable-pager {
|
|
95
|
+
display: flex;
|
|
96
|
+
justify-content: flex-end;
|
|
97
|
+
}
|
|
98
|
+
.ngx-datatable.material .datatable-footer .datatable-pager li a {
|
|
99
|
+
border-radius: 0.5rem;
|
|
100
|
+
padding: 0.375rem 0.5rem !important;
|
|
101
|
+
min-width: 28px;
|
|
102
|
+
line-height: 20px;
|
|
103
|
+
margin: 0;
|
|
104
|
+
height: 30px;
|
|
105
|
+
color: #686b6e;
|
|
106
|
+
}
|
|
107
|
+
.ngx-datatable.material .datatable-footer .datatable-pager li a:hover {
|
|
108
|
+
color: #686b6e;
|
|
109
|
+
}
|
|
110
|
+
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
|
|
111
|
+
background-color: var(--lpx-brand);
|
|
112
|
+
color: #fff;
|
|
113
|
+
font-weight: normal;
|
|
114
|
+
}
|
|
115
|
+
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
|
|
116
|
+
color: #686b6e !important;
|
|
117
|
+
opacity: 0.35;
|
|
118
|
+
}
|
|
119
|
+
.ngx-datatable.material .datatable-footer .datatable-pager .pager {
|
|
120
|
+
direction: ltr;
|
|
121
|
+
}
|
|
122
|
+
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
|
|
123
|
+
background-color: #e7e9ec !important;
|
|
124
|
+
}
|
|
125
|
+
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
|
|
126
|
+
background-color: #e7e9ec !important;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.datatable-body-cell-label {
|
|
130
|
+
line-height: 2;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.ngx-datatable.material .empty-row {
|
|
134
|
+
height: 62px;
|
|
135
|
+
background: rgba(var(--lpx-content-bg), 0.35);
|
|
136
|
+
color: rgba(var(--lpx-content-text-rgb), 0.65);
|
|
137
|
+
padding: 1.25rem 1rem !important;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
::-webkit-scrollbar {
|
|
141
|
+
width: 10px;
|
|
142
|
+
height: 10px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
::-webkit-scrollbar-thumb {
|
|
146
|
+
background-clip: content-box;
|
|
147
|
+
border: solid 2px transparent;
|
|
148
|
+
border-radius: 10px;
|
|
149
|
+
background-color: #a6a6a6;
|
|
150
|
+
}
|
|
151
|
+
|
|
151
152
|
/*# sourceMappingURL=ng-bundle.rtl.css.map */
|