@entit/digit-ui-css 1.5.6
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/dist/index.css +7724 -0
- package/dist/index.min.css +1 -0
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/package.json +64 -0
- package/src/components/CardBasedOptions.scss +45 -0
- package/src/components/CitizenHomeCard.scss +47 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +23 -0
- package/src/components/PopupHeadingLabel.scss +15 -0
- package/src/components/PropertySearchForm.scss +58 -0
- package/src/components/SearchForm.scss +56 -0
- package/src/components/SearchOnRadioButton.scss +10 -0
- package/src/components/StandaloneSearchBar.scss +10 -0
- package/src/components/TimeLine.scss +68 -0
- package/src/components/WhatsNewCard.scss +13 -0
- package/src/components/actionLink.scss +3 -0
- package/src/components/actionbar.scss +58 -0
- package/src/components/bannercomponents.scss +131 -0
- package/src/components/body.scss +119 -0
- package/src/components/buttons.scss +47 -0
- package/src/components/card.scss +390 -0
- package/src/components/cardHeaderWithOptions.scss +14 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +186 -0
- package/src/components/checkbox.scss +53 -0
- package/src/components/checkpoint.scss +63 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +11 -0
- package/src/components/datatable.scss +72 -0
- package/src/components/datewrap.scss +21 -0
- package/src/components/detailscard.scss +6 -0
- package/src/components/detailscontainer.scss +13 -0
- package/src/components/filters.scss +98 -0
- package/src/components/grey.scss +3 -0
- package/src/components/hoc/InboxComposer.scss +22 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/info-banner.scss +34 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +27 -0
- package/src/components/languageSelector.scss +23 -0
- package/src/components/loader.scss +96 -0
- package/src/components/map.scss +30 -0
- package/src/components/menu.scss +0 -0
- package/src/components/metricsTable.scss +27 -0
- package/src/components/multiLink.scss +73 -0
- package/src/components/multiSelectDropdown.scss +73 -0
- package/src/components/navbar.scss +110 -0
- package/src/components/popup.scss +16 -0
- package/src/components/radiobtn.scss +45 -0
- package/src/components/ratingstar.scss +33 -0
- package/src/components/roundedLabel.scss +10 -0
- package/src/components/searchAction.scss +20 -0
- package/src/components/sectionalDropdown.scss +43 -0
- package/src/components/selectdropdown.scss +173 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +26 -0
- package/src/components/table.scss +167 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +90 -0
- package/src/components/toast.scss +31 -0
- package/src/components/topbar.scss +134 -0
- package/src/components/uploadcomponents.scss +95 -0
- package/src/index.scss +544 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -0
- package/src/pages/citizen/DocumentList.scss +305 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +99 -0
- package/src/pages/citizen/SurveyList.scss +22 -0
- package/src/pages/citizen/citizenDocument.scss +22 -0
- package/src/pages/citizen/container.scss +19 -0
- package/src/pages/citizen/payment/payment-type.scss +3 -0
- package/src/pages/citizen/updatePropertyNumber.scss +46 -0
- package/src/pages/employee/EmployeeLogin.scss +7 -0
- package/src/pages/employee/cardfix.scss +13 -0
- package/src/pages/employee/container.scss +73 -0
- package/src/pages/employee/dss.scss +116 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +455 -0
- package/src/pages/employee/index.scss +337 -0
- package/src/pages/employee/login.scss +185 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +34 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +114 -0
- package/src/pages/employee/surveys.scss +273 -0
- package/src/pages/employee/tooltip.scss +36 -0
- package/src/pages/employee/updateNumber.scss +13 -0
- package/svg/arrowdown.svg +1 -0
- package/svg/arrowleft.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/camera.svg +4 -0
- package/svg/check.svg +4 -0
- package/svg/close.svg +4 -0
- package/svg/error.svg +4 -0
- package/svg/error2.svg +5 -0
- package/svg/searchicon.svg +4 -0
- package/svg/starempty.svg +4 -0
- package/svg/starfilled.svg +5 -0
- package/svg/success.svg +4 -0
package/src/index.scss
ADDED
@@ -0,0 +1,544 @@
|
|
1
|
+
/*@import 'normalize.css';*/
|
2
|
+
|
3
|
+
/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");*/
|
4
|
+
|
5
|
+
@import "tailwindcss/base";
|
6
|
+
|
7
|
+
@import "tailwindcss/components";
|
8
|
+
|
9
|
+
@import "tailwindcss/utilities";
|
10
|
+
|
11
|
+
@import "react-date-range/dist/styles.css";
|
12
|
+
@import "react-date-range/dist/theme/default.css";
|
13
|
+
|
14
|
+
@import "./components/loader.scss";
|
15
|
+
|
16
|
+
@import "./components/body.scss";
|
17
|
+
@import "./components/navbar.scss";
|
18
|
+
@import "./components/card.scss";
|
19
|
+
@import "./components/buttons.scss";
|
20
|
+
@import "./components/radiobtn.scss";
|
21
|
+
@import "./components/selectdropdown.scss";
|
22
|
+
@import "./components/textfields.scss";
|
23
|
+
@import "./components/bannercomponents.scss";
|
24
|
+
@import "./components/datewrap.scss";
|
25
|
+
@import "./components/datatable.scss";
|
26
|
+
@import "./components/checkpoint.scss";
|
27
|
+
@import "./components/checkbox.scss";
|
28
|
+
@import "./components/inputotp.scss";
|
29
|
+
@import "./components/map.scss";
|
30
|
+
@import "./pages/employee/tooltip.scss";
|
31
|
+
@import "./components/menu.scss";
|
32
|
+
@import "./components/submiterrors.scss";
|
33
|
+
@import "./components/ratingstar.scss";
|
34
|
+
@import "./components/keynote.scss";
|
35
|
+
@import "./components/statushighlight.scss";
|
36
|
+
@import "./components/imageviewer.scss";
|
37
|
+
@import "./components/actionbar.scss";
|
38
|
+
@import "./components/table.scss";
|
39
|
+
@import "./components/popup.scss";
|
40
|
+
@import "./components/uploadcomponents.scss";
|
41
|
+
@import "./components/toast.scss";
|
42
|
+
@import "./components/detailscontainer.scss";
|
43
|
+
@import "./components/telephone.scss";
|
44
|
+
@import "./components/grey.scss";
|
45
|
+
@import "./components/actionLink.scss";
|
46
|
+
@import "./components/sectionalDropdown.scss";
|
47
|
+
@import "./components/detailscard.scss";
|
48
|
+
@import "./components/searchAction.scss";
|
49
|
+
@import "./components/tag.scss";
|
50
|
+
@import "./components/topbar.scss";
|
51
|
+
@import "./components/languageSelector.scss";
|
52
|
+
@import "./components/custombtn.scss";
|
53
|
+
@import "./components/citizenInfoLabel.scss";
|
54
|
+
@import "./components/roundedLabel.scss";
|
55
|
+
@import "./components/changeLanguage.scss";
|
56
|
+
@import "./components//metricsTable.scss";
|
57
|
+
@import "./components/filters.scss";
|
58
|
+
@import "./components//charts.scss";
|
59
|
+
@import "./components/summary.scss";
|
60
|
+
@import "./components/multiLink.scss";
|
61
|
+
@import "./components/info-banner.scss";
|
62
|
+
@import "./components/multiSelectDropdown.scss";
|
63
|
+
@import "./components/EllipsisMenu.scss";
|
64
|
+
@import "./components/CitizenHomeCard.scss";
|
65
|
+
@import "./components/PropertySearchForm.scss";
|
66
|
+
@import "./components/SearchForm.scss";
|
67
|
+
@import "./components/cardHeaderWithOptions.scss";
|
68
|
+
@import "./components/TimeLine.scss";
|
69
|
+
@import "./components/PageBasedInput.scss";
|
70
|
+
@import "./components/StandaloneSearchBar.scss";
|
71
|
+
@import "./components/CardBasedOptions.scss";
|
72
|
+
@import "./components/WhatsNewCard.scss";
|
73
|
+
@import "./components/SearchOnRadioButton.scss";
|
74
|
+
@import "./components/EventCalendarView.scss";
|
75
|
+
@import "./components/OnGroundEventCard.scss";
|
76
|
+
@import "./components/PopupHeadingLabel.scss";
|
77
|
+
@import "./components/hoc/index.scss";
|
78
|
+
|
79
|
+
@import "./pages/employee/index.scss";
|
80
|
+
@import "./pages/employee/cardfix.scss";
|
81
|
+
@import "./pages/employee/popupmodule.scss";
|
82
|
+
@import "./pages/employee/container.scss";
|
83
|
+
@import "./pages/employee/inbox.scss";
|
84
|
+
@import "./pages/employee/response.scss";
|
85
|
+
@import "./pages/employee/form-fields.scss";
|
86
|
+
@import "./pages/employee/scroll-table.scss";
|
87
|
+
@import "./pages/employee/EmployeeLogin.scss";
|
88
|
+
@import "./pages/employee/updateNumber.scss";
|
89
|
+
@import "./pages/employee/oldMobileInbox.scss";
|
90
|
+
@import "./pages/employee/dss.scss";
|
91
|
+
@import "./pages/employee/iframe.scss";
|
92
|
+
|
93
|
+
@import "./pages/citizen/payment/payment-type.scss";
|
94
|
+
@import "./pages/citizen/container.scss";
|
95
|
+
@import "./pages/citizen/HomePageWrapper.scss";
|
96
|
+
@import "./pages/citizen/CitizenEngagementNotificationWrapper.scss";
|
97
|
+
@import "./pages/citizen/Events.scss";
|
98
|
+
@import "./pages/citizen/DocumentList.scss";
|
99
|
+
@import "./pages/citizen/SurveyList.scss";
|
100
|
+
@import "./pages/citizen/updatePropertyNumber.scss";
|
101
|
+
@import "./pages/citizen/citizenDocument.scss";
|
102
|
+
@import "./pages/employee/surveys.scss";
|
103
|
+
|
104
|
+
.display-none{
|
105
|
+
display: none;
|
106
|
+
}
|
107
|
+
|
108
|
+
.p-unset{
|
109
|
+
padding: unset !important;
|
110
|
+
}
|
111
|
+
|
112
|
+
.flex-one{
|
113
|
+
@apply flex-1;
|
114
|
+
}
|
115
|
+
|
116
|
+
.display-flex-gap-2{
|
117
|
+
@apply flex gap-3;
|
118
|
+
}
|
119
|
+
.rm-mb {
|
120
|
+
margin-bottom: unset !important;
|
121
|
+
}
|
122
|
+
|
123
|
+
.w-fullwidth{
|
124
|
+
@apply w-full;
|
125
|
+
}
|
126
|
+
|
127
|
+
.margin-unset{
|
128
|
+
margin: unset !important;
|
129
|
+
}
|
130
|
+
|
131
|
+
.text-align-center{
|
132
|
+
@apply text-center;
|
133
|
+
}
|
134
|
+
|
135
|
+
.desktop-only{
|
136
|
+
@apply hidden;
|
137
|
+
}
|
138
|
+
|
139
|
+
@screen dt {
|
140
|
+
.desktop-only{
|
141
|
+
@apply block;
|
142
|
+
}
|
143
|
+
}
|
144
|
+
|
145
|
+
.mobile-only{
|
146
|
+
@apply block;
|
147
|
+
}
|
148
|
+
|
149
|
+
@screen dt {
|
150
|
+
.mobile-only{
|
151
|
+
@apply hidden;
|
152
|
+
}
|
153
|
+
}
|
154
|
+
|
155
|
+
.dark {
|
156
|
+
@apply text-text-primary;
|
157
|
+
}
|
158
|
+
|
159
|
+
.mrlg{
|
160
|
+
@apply mr-lg;
|
161
|
+
}
|
162
|
+
|
163
|
+
.mrsm{
|
164
|
+
@apply mr-sm;
|
165
|
+
}
|
166
|
+
|
167
|
+
.mbsm{
|
168
|
+
@apply mb-sm;
|
169
|
+
}
|
170
|
+
|
171
|
+
.home-link {
|
172
|
+
margin-left: 16px;
|
173
|
+
margin-bottom: 16px;
|
174
|
+
|
175
|
+
a {
|
176
|
+
color: #1d70b8;
|
177
|
+
}
|
178
|
+
}
|
179
|
+
|
180
|
+
.clear-search-label {
|
181
|
+
color: #f47738;
|
182
|
+
cursor: pointer;
|
183
|
+
}
|
184
|
+
|
185
|
+
.search-submit-bar {
|
186
|
+
margin-top: 32;
|
187
|
+
margin-left: auto;
|
188
|
+
}
|
189
|
+
|
190
|
+
.application-details-link-button {
|
191
|
+
@apply flex justify-between items-center;
|
192
|
+
|
193
|
+
.download-button {
|
194
|
+
color: #f47738;
|
195
|
+
margin-left: 8px;
|
196
|
+
}
|
197
|
+
}
|
198
|
+
|
199
|
+
.response-download-button {
|
200
|
+
@apply flex mb-sm;
|
201
|
+
|
202
|
+
.download-button {
|
203
|
+
color: #f47738;
|
204
|
+
margin-left: 8px;
|
205
|
+
}
|
206
|
+
}
|
207
|
+
|
208
|
+
.check-page-link-button {
|
209
|
+
color: #f47738 !important;
|
210
|
+
}
|
211
|
+
|
212
|
+
.pt-application-download-btn {
|
213
|
+
display: flex;
|
214
|
+
justify-content: flex-end;
|
215
|
+
margin: 0px 8px;
|
216
|
+
}
|
217
|
+
|
218
|
+
.form-pt-dropdown-only {
|
219
|
+
.options-card {
|
220
|
+
position: unset;
|
221
|
+
}
|
222
|
+
}
|
223
|
+
.application-table-container {
|
224
|
+
@apply mt-lg ml-lg flex-1;
|
225
|
+
}
|
226
|
+
|
227
|
+
.primary-label-btn {
|
228
|
+
@apply flex;
|
229
|
+
gap: 10px;
|
230
|
+
|
231
|
+
svg {
|
232
|
+
fill: #f47738;
|
233
|
+
}
|
234
|
+
|
235
|
+
color: #f47738;
|
236
|
+
|
237
|
+
cursor: pointer;
|
238
|
+
font-weight: 500;
|
239
|
+
width: fit-content;
|
240
|
+
}
|
241
|
+
|
242
|
+
.primaryColor {
|
243
|
+
color: #0B0C0C !important;
|
244
|
+
}
|
245
|
+
|
246
|
+
@media (hover: hover) {
|
247
|
+
.primary-label-btn {
|
248
|
+
&:hover {
|
249
|
+
color: #000;
|
250
|
+
|
251
|
+
svg {
|
252
|
+
fill: #000;
|
253
|
+
}
|
254
|
+
}
|
255
|
+
}
|
256
|
+
}
|
257
|
+
|
258
|
+
.disabled {
|
259
|
+
@apply border-grey-dark text-grey-dark !important;
|
260
|
+
pointer-events: none !important;
|
261
|
+
}
|
262
|
+
|
263
|
+
.card-date-input {
|
264
|
+
@apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
|
265
|
+
outline: transparent solid 1px;
|
266
|
+
height: 2.5rem;
|
267
|
+
}
|
268
|
+
|
269
|
+
.h4 {
|
270
|
+
@apply mb-sm;
|
271
|
+
}
|
272
|
+
|
273
|
+
.react-time-picker {
|
274
|
+
width: 194px;
|
275
|
+
height: 2.5rem;
|
276
|
+
&__wrapper {
|
277
|
+
border: 2px solid #0b0c0c;
|
278
|
+
padding-left: 16px;
|
279
|
+
}
|
280
|
+
&__inputGroup__input {
|
281
|
+
@apply px-sm;
|
282
|
+
line-height: 2.5rem;
|
283
|
+
min-width: 16px;
|
284
|
+
&:focus {
|
285
|
+
outline: 2px solid black;
|
286
|
+
}
|
287
|
+
}
|
288
|
+
}
|
289
|
+
|
290
|
+
.border-none {
|
291
|
+
border: none;
|
292
|
+
justify-content: space-between;
|
293
|
+
}
|
294
|
+
|
295
|
+
input[type="number"]::-webkit-inner-spin-button,
|
296
|
+
input[type="number"]::-webkit-outer-spin-button {
|
297
|
+
-webkit-appearance: none;
|
298
|
+
margin: 0;
|
299
|
+
}
|
300
|
+
input[type="number"] {
|
301
|
+
-moz-appearance: textfield;
|
302
|
+
}
|
303
|
+
|
304
|
+
.static {
|
305
|
+
@apply flex flex-col;
|
306
|
+
min-height: 85vh;
|
307
|
+
|
308
|
+
&-wrapper {
|
309
|
+
flex: 1;
|
310
|
+
max-height: 75vh;
|
311
|
+
overflow: scroll;
|
312
|
+
-ms-overflow-style: none; /* IE and Edge */
|
313
|
+
scrollbar-width: none; /* Firefox */
|
314
|
+
|
315
|
+
&::-webkit-scrollbar {
|
316
|
+
display: none;
|
317
|
+
}
|
318
|
+
}
|
319
|
+
}
|
320
|
+
|
321
|
+
.bill-summary {
|
322
|
+
border: #e8e7e6 solid 1px;
|
323
|
+
@apply bg-grey-light w-full;
|
324
|
+
|
325
|
+
.bill-account-details {
|
326
|
+
@apply flex mb-md;
|
327
|
+
padding: 5px;
|
328
|
+
|
329
|
+
.label {
|
330
|
+
@apply w-1/2 font-bold;
|
331
|
+
}
|
332
|
+
|
333
|
+
.value {
|
334
|
+
@apply w-1/2 text-right;
|
335
|
+
}
|
336
|
+
}
|
337
|
+
|
338
|
+
.amount-details {
|
339
|
+
@apply flex mb-md items-center;
|
340
|
+
padding: 5px;
|
341
|
+
|
342
|
+
.label {
|
343
|
+
@apply w-1/2 font-bold;
|
344
|
+
}
|
345
|
+
|
346
|
+
.value {
|
347
|
+
@apply w-1/2 font-bold text-right;
|
348
|
+
font-size: 18px;
|
349
|
+
}
|
350
|
+
}
|
351
|
+
}
|
352
|
+
|
353
|
+
.bill-payment-amount {
|
354
|
+
@apply sticky bottom-0 bg-white;
|
355
|
+
padding-bottom: 32px;
|
356
|
+
|
357
|
+
.payment-amount-front {
|
358
|
+
@apply absolute z-10 w-10 flex justify-center items-center;
|
359
|
+
background-color: #efefef;
|
360
|
+
padding: 7px 12px;
|
361
|
+
color: #9a9a9a;
|
362
|
+
}
|
363
|
+
}
|
364
|
+
|
365
|
+
.text-indent-xl input {
|
366
|
+
text-indent: 40px;
|
367
|
+
}
|
368
|
+
|
369
|
+
.select-payment-type {
|
370
|
+
@apply flex justify-center font-bold items-center;
|
371
|
+
padding-top: 10px;
|
372
|
+
padding-bottom: 25px;
|
373
|
+
|
374
|
+
.value {
|
375
|
+
font-size: 20px;
|
376
|
+
}
|
377
|
+
}
|
378
|
+
|
379
|
+
.cheque-date {
|
380
|
+
@apply flex items-center mb-lg;
|
381
|
+
border: 2px solid #0b0c0c;
|
382
|
+
border-radius: 2px;
|
383
|
+
|
384
|
+
input {
|
385
|
+
@apply outline-none w-full;
|
386
|
+
border: 0px;
|
387
|
+
background: transparent;
|
388
|
+
text-indent: 5px;
|
389
|
+
padding: 6px 0px;
|
390
|
+
}
|
391
|
+
|
392
|
+
button {
|
393
|
+
@apply outline-none;
|
394
|
+
border: 0px;
|
395
|
+
background: transparent;
|
396
|
+
text-indent: 2px;
|
397
|
+
}
|
398
|
+
}
|
399
|
+
|
400
|
+
.w-half {
|
401
|
+
@apply w-1/2;
|
402
|
+
}
|
403
|
+
|
404
|
+
.ifsc-field {
|
405
|
+
@apply flex items-center mb-lg;
|
406
|
+
border: 2px solid #0b0c0c;
|
407
|
+
border-radius: 2px;
|
408
|
+
|
409
|
+
input {
|
410
|
+
@apply outline-none w-full;
|
411
|
+
border: 0px;
|
412
|
+
background: transparent;
|
413
|
+
text-indent: 5px;
|
414
|
+
padding: 6px 0px;
|
415
|
+
}
|
416
|
+
button {
|
417
|
+
@apply outline-none;
|
418
|
+
border: 0px;
|
419
|
+
background: transparent;
|
420
|
+
text-indent: 2px;
|
421
|
+
}
|
422
|
+
}
|
423
|
+
|
424
|
+
.text-input {
|
425
|
+
@apply relative w-full;
|
426
|
+
input{
|
427
|
+
&:hover{
|
428
|
+
@apply border-2 border-solid border-primary-main;
|
429
|
+
}
|
430
|
+
}
|
431
|
+
}
|
432
|
+
|
433
|
+
.custom-time-picker {
|
434
|
+
@apply w-full;
|
435
|
+
max-width: 200px;
|
436
|
+
}
|
437
|
+
|
438
|
+
.sla-cell {
|
439
|
+
@apply text-text-secondary;
|
440
|
+
}
|
441
|
+
|
442
|
+
.submit-bar-search {
|
443
|
+
margin-top: 32px;
|
444
|
+
margin-left: 16px;
|
445
|
+
max-width: 256px;
|
446
|
+
}
|
447
|
+
|
448
|
+
.clear-search-container {
|
449
|
+
@apply flex justify-between items-center;
|
450
|
+
}
|
451
|
+
|
452
|
+
.card-label-smaller {
|
453
|
+
@apply w-1/3;
|
454
|
+
margin-bottom: revert;
|
455
|
+
}
|
456
|
+
|
457
|
+
.card-label-APK {
|
458
|
+
@apply w-1/3;
|
459
|
+
margin-bottom: revert;
|
460
|
+
width:100%;
|
461
|
+
}
|
462
|
+
|
463
|
+
.underline {
|
464
|
+
border-color: #e7e6e6;
|
465
|
+
@apply mb-sm;
|
466
|
+
}
|
467
|
+
|
468
|
+
.box-shadow-none {
|
469
|
+
box-shadow: none;
|
470
|
+
}
|
471
|
+
|
472
|
+
.component-in-front {
|
473
|
+
@apply flex justify-center items-center;
|
474
|
+
}
|
475
|
+
|
476
|
+
.subform-composer {
|
477
|
+
@apply flex;
|
478
|
+
}
|
479
|
+
|
480
|
+
.inbox-search-container {
|
481
|
+
.result {
|
482
|
+
@apply mt-lg;
|
483
|
+
}
|
484
|
+
}
|
485
|
+
|
486
|
+
.payment-form-text-input-correction {
|
487
|
+
width: 100% !important;
|
488
|
+
}
|
489
|
+
|
490
|
+
|
491
|
+
.edcr-citizen-inbox{
|
492
|
+
thead th:first-child{
|
493
|
+
min-width:155px;
|
494
|
+
}
|
495
|
+
|
496
|
+
}
|
497
|
+
|
498
|
+
.error-boundary {
|
499
|
+
width: 100vw;
|
500
|
+
height: 100vh;
|
501
|
+
font-size: 16px;
|
502
|
+
font-family: sans-serif;
|
503
|
+
display: flex;
|
504
|
+
justify-content: center;
|
505
|
+
align-items: center;
|
506
|
+
flex-direction: column;
|
507
|
+
}
|
508
|
+
|
509
|
+
.error-boundary summary,
|
510
|
+
.error-boundary details {
|
511
|
+
width: 300px;
|
512
|
+
background-color: rgb(218, 100, 100);
|
513
|
+
margin: 5px;
|
514
|
+
border: 2px solid #222;
|
515
|
+
border-radius: 3px;
|
516
|
+
padding: 3px;
|
517
|
+
}
|
518
|
+
|
519
|
+
.full-width-card{
|
520
|
+
width : 92vw !important;
|
521
|
+
}
|
522
|
+
.full-employee-card-link{
|
523
|
+
width: 100%!important;
|
524
|
+
margin: 7px 0px;
|
525
|
+
}
|
526
|
+
.full-employee-card-height{
|
527
|
+
height: unset !important;
|
528
|
+
}
|
529
|
+
|
530
|
+
@media (min-width: 640px) {
|
531
|
+
.full-employee-card-height{
|
532
|
+
height: 196px !important;
|
533
|
+
}
|
534
|
+
.full-employee-card-link{
|
535
|
+
width: 30%!important;
|
536
|
+
}
|
537
|
+
.full-width-card{
|
538
|
+
@apply w-full !important;
|
539
|
+
}
|
540
|
+
}
|
541
|
+
|
542
|
+
.employee-app-wrapper{
|
543
|
+
min-height: calc(100vh - 8em);
|
544
|
+
}
|