@bitpoolos/edge-bacnet 1.5.3 → 1.6.1

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.
@@ -0,0 +1,254 @@
1
+ body {
2
+ background: #133547;
3
+ color: #333;
4
+ font-family: Arial, sans-serif;
5
+ margin: 0;
6
+ padding: 20px;
7
+ background-repeat: no-repeat;
8
+ background-attachment: fixed;
9
+ height: 100vh;
10
+ display: flex;
11
+ flex-direction: column;
12
+ }
13
+
14
+ h1 {
15
+ color: #fff;
16
+ font-family: Inter, Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
17
+ padding-bottom: 0px;
18
+ line-height: 70px;
19
+ }
20
+
21
+ .headertext {
22
+ color: #fff;
23
+ font-family: Inter, Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
24
+ padding-top: 10px !important;
25
+ padding-bottom: 10px !important;
26
+ margin-top: 0px !important;
27
+ margin-bottom: 0px !important;
28
+ /*font-size: 28px !important;*/
29
+ background: #164e67 !important;
30
+ /*#0688bc !important;*/
31
+ border-radius: 10px !important;
32
+ align-items: center !important;
33
+ font-size: 1.5rem;
34
+ font-weight: bold;
35
+ height: 100%;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ }
40
+
41
+ /* When the screen width is less than 1800px */
42
+ @media (max-width: 1800px) {
43
+ .container {
44
+ font-size: 1.0rem !important;
45
+ }
46
+ }
47
+
48
+ .container-fluid {
49
+ flex-grow: 1;
50
+ display: flex;
51
+ flex-direction: column;
52
+ }
53
+
54
+ .container {
55
+ display: grid;
56
+ grid-template-columns: 25% 50% 25%;
57
+ align-items: center;
58
+ /* Aligns items vertically */
59
+ width: 100vw !important;
60
+ height: auto;
61
+ padding: 5px;
62
+ padding-bottom: 0px;
63
+ max-width: 100%;
64
+ /* Ensure no extra margin */
65
+ }
66
+
67
+ .left {
68
+ display: flex;
69
+ /*justify-content: center; /* Center the image horizontally */
70
+ justify-content: flex-start;
71
+ /* Push image to the left */
72
+ }
73
+
74
+ .center {
75
+ text-align: center;
76
+ /* Centers the text */
77
+ height: 60px;
78
+ }
79
+
80
+ .right {
81
+ display: flex;
82
+ justify-content: flex-end;
83
+ /* Aligns buttons to the right */
84
+ /*gap: 10px; /* Adds spacing between buttons */
85
+ height: 60px;
86
+ }
87
+
88
+ /* When the screen width is less than 1800px, adjust the columns */
89
+ @media (max-width: 1800px) {
90
+ .container {
91
+ grid-template-columns: 35% 30% 35%;
92
+ /* Adjusted layout */
93
+ display: block;
94
+ }
95
+
96
+ .right {
97
+ justify-content: center;
98
+ /* Aligns buttons to the centre */
99
+ padding-top: 10px;
100
+ }
101
+
102
+ .center {
103
+ /*padding-top: 10px;*/
104
+ margin-top: 10px;
105
+ }
106
+ }
107
+
108
+ .btn-custom {
109
+ margin-left: 5px;
110
+ margin-right: 5px;
111
+ /*padding: 10px 30px;*/
112
+ font-size: 1.1rem;
113
+ font-weight: bold;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ }
118
+
119
+ @media (max-width: 500px) {
120
+ .btn-custom {
121
+ font-size: 0.9rem;
122
+ }
123
+
124
+ .headertext {
125
+ font-size: 1.0rem;
126
+ }
127
+ }
128
+
129
+ .btn-primary {
130
+ background-color: #164e67;
131
+ border-color: #164e67;
132
+ }
133
+
134
+ .btn-primary:hover {
135
+ background-color: #08b3f7 !important;
136
+ border-color: #08b3f7 !important;
137
+ }
138
+
139
+ .btn-header {
140
+ background-color: #0688bc;
141
+ border-color: #0689bc;
142
+ }
143
+
144
+ .btn-header:hover {
145
+ background-color: #0688bc;
146
+ border-color: #0689bc;
147
+ }
148
+
149
+ .filter-input {
150
+ margin-bottom: 0px;
151
+ background-color: #164e67;
152
+ border: none;
153
+ border-radius: 10px;
154
+ }
155
+
156
+ .filter-input::placeholder {
157
+ color: #fff;
158
+ }
159
+
160
+ .table-container {
161
+ flex-grow: 1;
162
+ /*height: calc(100vh - 180px);*/
163
+ overflow-y: auto;
164
+ background: #f5f5f5;
165
+ border-radius: 10px;
166
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
167
+ height: 500px;
168
+ /* Adjust this based on your need */
169
+ }
170
+
171
+ table {
172
+ width: 100%;
173
+ table-layout: fixed !important;
174
+ }
175
+
176
+ th,
177
+ td {
178
+ text-align: left;
179
+ padding: 10px;
180
+ font-size: 1rem;
181
+
182
+ white-space: nowrap;
183
+ /* Prevent text wrapping */
184
+ overflow: hidden;
185
+ /* Hide overflow content */
186
+ text-overflow: ellipsis;
187
+ /* Add ellipsis (...) for overflowing content */
188
+ font-family: Inter, Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
189
+ }
190
+
191
+ th {
192
+ background: #fff !important;
193
+ color: #000 !important;
194
+ position: sticky;
195
+ top: 0;
196
+ cursor: pointer;
197
+ }
198
+
199
+ tbody tr {
200
+ transition: background-color 0.3s;
201
+ cursor: pointer;
202
+ }
203
+
204
+ tbody tr:hover {
205
+ background-color: #08b3f7;
206
+ }
207
+
208
+ tbody tr.selected {
209
+ background-color: #0689bc;
210
+ }
211
+
212
+ .status-ok {
213
+ background-color: #d4edda;
214
+ /* Green */
215
+ }
216
+
217
+ .status-error {
218
+ background-color: #f8c7ca;
219
+ /* Red */
220
+ }
221
+
222
+ .status-warning {
223
+ background-color: #edb50230;
224
+ /*#fff3cd; /* Yellow */
225
+ }
226
+
227
+ .status-missing {
228
+ background-color: #f8d7da;
229
+ /* Red */
230
+ }
231
+
232
+ .status-unmapped {
233
+ background-color: #c0c1c2;
234
+ /* Grey */
235
+ }
236
+
237
+ .status-moved {
238
+ background-color: #fc9803;
239
+ /* Orange */
240
+ }
241
+
242
+ .status-deviceidchange {
243
+ background-color: #fc9803;
244
+ /* Orange */
245
+ }
246
+
247
+ .DefaultText {
248
+ font-family: Inter, Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
249
+ }
250
+
251
+ .logo {
252
+ height: 80px;
253
+ width: 280px;
254
+ }