@entit/digit-ui-css 1.5.6 → 2.0.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.
- package/dist/index.css +81 -0
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +44 -44
- package/src/components/CitizenHomeCard.scss +46 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +22 -22
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +131 -131
- package/src/components/body.scss +118 -118
- package/src/components/buttons.scss +47 -47
- package/src/components/card.scss +389 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +53 -53
- package/src/components/checkpoint.scss +63 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +71 -71
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +22 -22
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +34 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +22 -22
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +72 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +109 -109
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +173 -173
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +25 -25
- package/src/components/table.scss +167 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +90 -90
- package/src/components/toast.scss +31 -31
- package/src/components/topbar.scss +134 -134
- package/src/components/uploadcomponents.scss +95 -95
- package/src/index.scss +543 -543
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +4 -4
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +98 -98
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +12 -12
- package/src/pages/employee/container.scss +72 -72
- package/src/pages/employee/dss.scss +116 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +476 -454
- package/src/pages/employee/index.scss +337 -337
- package/src/pages/employee/login.scss +185 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +34 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +273 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
@@ -1,455 +1,477 @@
|
|
1
|
-
.complaint-links-container {
|
2
|
-
@apply bg-white;
|
3
|
-
border-radius: 4px;
|
4
|
-
.header {
|
5
|
-
@apply flex items-center border-b border-border justify-between;
|
6
|
-
|
7
|
-
.logo {
|
8
|
-
width: 56px;
|
9
|
-
height: 56px;
|
10
|
-
@apply bg-focus;
|
11
|
-
padding: 12px;
|
12
|
-
border-radius: 4px;
|
13
|
-
svg {
|
14
|
-
@apply w-8 h-8;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
.text {
|
19
|
-
@apply pl-md text-heading-m font-bold;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.body {
|
24
|
-
padding: 10px;
|
25
|
-
@apply flex items-start flex-col;
|
26
|
-
margin-left: 46px;
|
27
|
-
|
28
|
-
.link {
|
29
|
-
@apply p-sm text-primary-main items-center;
|
30
|
-
display: flex !important;
|
31
|
-
}
|
32
|
-
|
33
|
-
.inbox-total {
|
34
|
-
padding: 4px;
|
35
|
-
display: table;
|
36
|
-
@apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
|
37
|
-
}
|
38
|
-
}
|
39
|
-
|
40
|
-
.links-wrapper {
|
41
|
-
@apply pl-md py-sm text-text-btn;
|
42
|
-
.link {
|
43
|
-
padding: 0 !important;
|
44
|
-
padding-bottom: 4px !important;
|
45
|
-
svg {
|
46
|
-
@apply ml-sm;
|
47
|
-
}
|
48
|
-
}
|
49
|
-
}
|
50
|
-
}
|
51
|
-
|
52
|
-
.MobilePopupHeadingWrapper{
|
53
|
-
@apply flex place-content-between mb-md;
|
54
|
-
h2{
|
55
|
-
@apply text-heading-l font-bold;
|
56
|
-
}
|
57
|
-
}
|
58
|
-
|
59
|
-
.filter-button {
|
60
|
-
@apply text-primary-main;
|
61
|
-
&:hover {
|
62
|
-
@apply text-primary-dark cursor-pointer;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
|
66
|
-
.employeeCard-info-box {
|
67
|
-
@apply flex justify-end ml-md;
|
68
|
-
background-color: #fafafa;
|
69
|
-
div {
|
70
|
-
margin-right: 32px;
|
71
|
-
span:nth-child(2) {
|
72
|
-
@apply font-bold;
|
73
|
-
color: #4f5a5f;
|
74
|
-
}
|
75
|
-
}
|
76
|
-
.employeeCard-info-data {
|
77
|
-
display: flex;
|
78
|
-
flex-direction: column;
|
79
|
-
}
|
80
|
-
}
|
81
|
-
|
82
|
-
.filter-form {
|
83
|
-
.filter-card {
|
84
|
-
@apply bg-white min-h-full;
|
85
|
-
padding: 10px;
|
86
|
-
|
87
|
-
.heading {
|
88
|
-
justify-content: unset ;
|
89
|
-
@apply flex ;
|
90
|
-
|
91
|
-
.clearAll {
|
92
|
-
display: none;
|
93
|
-
}
|
94
|
-
}
|
95
|
-
|
96
|
-
.filter-label {
|
97
|
-
@apply font-bold text-heading-l flex gap-3;
|
98
|
-
padding-bottom: 6px;
|
99
|
-
svg{
|
100
|
-
fill: #0b0c0c
|
101
|
-
}
|
102
|
-
}
|
103
|
-
.sub-filter-label{
|
104
|
-
font-weight: 400;
|
105
|
-
font-size: 16px;
|
106
|
-
}
|
107
|
-
}
|
108
|
-
.filter-form-field{
|
109
|
-
p{
|
110
|
-
@apply text-form-field text-text-primary block mb-md;
|
111
|
-
}
|
112
|
-
}
|
113
|
-
}
|
114
|
-
|
115
|
-
.inbox-container {
|
116
|
-
.filters-container {
|
117
|
-
.filter {
|
118
|
-
.filter-card {
|
119
|
-
@apply bg-white;
|
120
|
-
padding: 10px;
|
121
|
-
.filter-card-close-button{
|
122
|
-
@apply flex flex-row-reverse;
|
123
|
-
}
|
124
|
-
.heading {
|
125
|
-
@apply flex justify-between;
|
126
|
-
|
127
|
-
.clearAll {
|
128
|
-
display: none;
|
129
|
-
}
|
130
|
-
}
|
131
|
-
|
132
|
-
.filter-label {
|
133
|
-
@apply text-heading-m block flex gap-3 items-center;
|
134
|
-
padding-bottom: 6px;
|
135
|
-
svg{
|
136
|
-
fill: #0b0c0c
|
137
|
-
}
|
138
|
-
}
|
139
|
-
|
140
|
-
.sub-filter-label{
|
141
|
-
font-weight: 400;
|
142
|
-
font-size: 16px;
|
143
|
-
}
|
144
|
-
}
|
145
|
-
}
|
146
|
-
|
147
|
-
.search-complaint-container {
|
148
|
-
@apply items-center bg-white p-md;
|
149
|
-
|
150
|
-
.complaint-input-container {
|
151
|
-
@apply w-full;
|
152
|
-
.complaint-input {
|
153
|
-
@apply flex flex-col;
|
154
|
-
|
155
|
-
.clear-search {
|
156
|
-
@apply text-focus;
|
157
|
-
display: none;
|
158
|
-
&:hover {
|
159
|
-
color: #003078;
|
160
|
-
cursor: pointer;
|
161
|
-
}
|
162
|
-
}
|
163
|
-
}
|
164
|
-
|
165
|
-
.mobile-input {
|
166
|
-
}
|
167
|
-
}
|
168
|
-
}
|
169
|
-
}
|
170
|
-
|
171
|
-
.status-container {
|
172
|
-
margin-bottom: 50px;
|
173
|
-
}
|
174
|
-
}
|
175
|
-
|
176
|
-
.clear-search,
|
177
|
-
.clear-search .link-label {
|
178
|
-
@apply text-focus;
|
179
|
-
@apply block;
|
180
|
-
cursor: pointer;
|
181
|
-
&:hover {
|
182
|
-
color: #000;
|
183
|
-
}
|
184
|
-
}
|
185
|
-
.button-clear {
|
186
|
-
@apply text-focus text-body-s-dt;
|
187
|
-
}
|
188
|
-
|
189
|
-
.inbox-count {
|
190
|
-
@apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
|
191
|
-
}
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
.
|
229
|
-
@apply
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
.
|
251
|
-
@apply
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
.
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
@apply
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
}
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
}
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
}
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
}
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
1
|
+
.complaint-links-container {
|
2
|
+
@apply bg-white;
|
3
|
+
border-radius: 4px;
|
4
|
+
.header {
|
5
|
+
@apply flex items-center border-b border-border justify-between;
|
6
|
+
|
7
|
+
.logo {
|
8
|
+
width: 56px;
|
9
|
+
height: 56px;
|
10
|
+
@apply bg-focus;
|
11
|
+
padding: 12px;
|
12
|
+
border-radius: 4px;
|
13
|
+
svg {
|
14
|
+
@apply w-8 h-8;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
.text {
|
19
|
+
@apply pl-md text-heading-m font-bold;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.body {
|
24
|
+
padding: 10px;
|
25
|
+
@apply flex items-start flex-col;
|
26
|
+
margin-left: 46px;
|
27
|
+
|
28
|
+
.link {
|
29
|
+
@apply p-sm text-primary-main items-center;
|
30
|
+
display: flex !important;
|
31
|
+
}
|
32
|
+
|
33
|
+
.inbox-total {
|
34
|
+
padding: 4px;
|
35
|
+
display: table;
|
36
|
+
@apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
.links-wrapper {
|
41
|
+
@apply pl-md py-sm text-text-btn;
|
42
|
+
.link {
|
43
|
+
padding: 0 !important;
|
44
|
+
padding-bottom: 4px !important;
|
45
|
+
svg {
|
46
|
+
@apply ml-sm;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
.MobilePopupHeadingWrapper{
|
53
|
+
@apply flex place-content-between mb-md;
|
54
|
+
h2{
|
55
|
+
@apply text-heading-l font-bold;
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
.filter-button {
|
60
|
+
@apply text-primary-main;
|
61
|
+
&:hover {
|
62
|
+
@apply text-primary-dark cursor-pointer;
|
63
|
+
}
|
64
|
+
}
|
65
|
+
|
66
|
+
.employeeCard-info-box {
|
67
|
+
@apply flex justify-end ml-md;
|
68
|
+
background-color: #fafafa;
|
69
|
+
div {
|
70
|
+
margin-right: 32px;
|
71
|
+
span:nth-child(2) {
|
72
|
+
@apply font-bold;
|
73
|
+
color: #4f5a5f;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
.employeeCard-info-data {
|
77
|
+
display: flex;
|
78
|
+
flex-direction: column;
|
79
|
+
}
|
80
|
+
}
|
81
|
+
|
82
|
+
.filter-form {
|
83
|
+
.filter-card {
|
84
|
+
@apply bg-white min-h-full;
|
85
|
+
padding: 10px;
|
86
|
+
|
87
|
+
.heading {
|
88
|
+
justify-content: unset ;
|
89
|
+
@apply flex ;
|
90
|
+
|
91
|
+
.clearAll {
|
92
|
+
display: none;
|
93
|
+
}
|
94
|
+
}
|
95
|
+
|
96
|
+
.filter-label {
|
97
|
+
@apply font-bold text-heading-l flex gap-3;
|
98
|
+
padding-bottom: 6px;
|
99
|
+
svg{
|
100
|
+
fill: #0b0c0c
|
101
|
+
}
|
102
|
+
}
|
103
|
+
.sub-filter-label{
|
104
|
+
font-weight: 400;
|
105
|
+
font-size: 16px;
|
106
|
+
}
|
107
|
+
}
|
108
|
+
.filter-form-field{
|
109
|
+
p{
|
110
|
+
@apply text-form-field text-text-primary block mb-md;
|
111
|
+
}
|
112
|
+
}
|
113
|
+
}
|
114
|
+
|
115
|
+
.inbox-container {
|
116
|
+
.filters-container {
|
117
|
+
.filter {
|
118
|
+
.filter-card {
|
119
|
+
@apply bg-white;
|
120
|
+
padding: 10px;
|
121
|
+
.filter-card-close-button{
|
122
|
+
@apply flex flex-row-reverse;
|
123
|
+
}
|
124
|
+
.heading {
|
125
|
+
@apply flex justify-between;
|
126
|
+
|
127
|
+
.clearAll {
|
128
|
+
display: none;
|
129
|
+
}
|
130
|
+
}
|
131
|
+
|
132
|
+
.filter-label {
|
133
|
+
@apply text-heading-m block flex gap-3 items-center;
|
134
|
+
padding-bottom: 6px;
|
135
|
+
svg{
|
136
|
+
fill: #0b0c0c
|
137
|
+
}
|
138
|
+
}
|
139
|
+
|
140
|
+
.sub-filter-label{
|
141
|
+
font-weight: 400;
|
142
|
+
font-size: 16px;
|
143
|
+
}
|
144
|
+
}
|
145
|
+
}
|
146
|
+
|
147
|
+
.search-complaint-container {
|
148
|
+
@apply items-center bg-white p-md;
|
149
|
+
|
150
|
+
.complaint-input-container {
|
151
|
+
@apply w-full;
|
152
|
+
.complaint-input {
|
153
|
+
@apply flex flex-col;
|
154
|
+
|
155
|
+
.clear-search {
|
156
|
+
@apply text-focus;
|
157
|
+
display: none;
|
158
|
+
&:hover {
|
159
|
+
color: #003078;
|
160
|
+
cursor: pointer;
|
161
|
+
}
|
162
|
+
}
|
163
|
+
}
|
164
|
+
|
165
|
+
.mobile-input {
|
166
|
+
}
|
167
|
+
}
|
168
|
+
}
|
169
|
+
}
|
170
|
+
|
171
|
+
.status-container {
|
172
|
+
margin-bottom: 50px;
|
173
|
+
}
|
174
|
+
}
|
175
|
+
|
176
|
+
.clear-search,
|
177
|
+
.clear-search .link-label {
|
178
|
+
@apply text-focus;
|
179
|
+
@apply block;
|
180
|
+
cursor: pointer;
|
181
|
+
&:hover {
|
182
|
+
color: #000;
|
183
|
+
}
|
184
|
+
}
|
185
|
+
.button-clear {
|
186
|
+
@apply text-focus text-body-s-dt;
|
187
|
+
}
|
188
|
+
|
189
|
+
.inbox-count {
|
190
|
+
@apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
|
191
|
+
}
|
192
|
+
|
193
|
+
.search-tabs-container {
|
194
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
195
|
+
margin-bottom: 35px;
|
196
|
+
display: flex;
|
197
|
+
justify-content: space-between;
|
198
|
+
|
199
|
+
.search-tab-head {
|
200
|
+
padding: 10px 35px;
|
201
|
+
}
|
202
|
+
|
203
|
+
.search-tab-head-selected {
|
204
|
+
padding: 10px 35px;
|
205
|
+
color: rgb(244, 119, 56);
|
206
|
+
border-bottom: 4px solid rgb(244, 119, 56);
|
207
|
+
font-weight: bold;
|
208
|
+
}
|
209
|
+
|
210
|
+
.search-tab-head-selected:focus {
|
211
|
+
outline: 0;
|
212
|
+
}
|
213
|
+
}
|
214
|
+
|
215
|
+
@screen dt {
|
216
|
+
.complaint-links-container {
|
217
|
+
@apply bg-white;
|
218
|
+
|
219
|
+
.header {
|
220
|
+
@apply flex items-center border-b border-border;
|
221
|
+
|
222
|
+
.logo {
|
223
|
+
@apply bg-focus;
|
224
|
+
padding: 12px;
|
225
|
+
border-radius: 4px;
|
226
|
+
}
|
227
|
+
|
228
|
+
.text {
|
229
|
+
@apply pl-md text-heading-m-dt font-bold;
|
230
|
+
}
|
231
|
+
}
|
232
|
+
|
233
|
+
.body {
|
234
|
+
padding: 10px;
|
235
|
+
@apply flex items-start flex-col;
|
236
|
+
margin-left: 46px;
|
237
|
+
|
238
|
+
.link {
|
239
|
+
@apply p-sm text-primary-main;
|
240
|
+
}
|
241
|
+
}
|
242
|
+
}
|
243
|
+
|
244
|
+
.inboxLinks {
|
245
|
+
margin: 0 !important;
|
246
|
+
padding: 0 !important;
|
247
|
+
.header {
|
248
|
+
border: none;
|
249
|
+
@apply justify-start;
|
250
|
+
.logo {
|
251
|
+
@apply bg-white;
|
252
|
+
svg {
|
253
|
+
path {
|
254
|
+
fill: #f47738;
|
255
|
+
}
|
256
|
+
}
|
257
|
+
}
|
258
|
+
}
|
259
|
+
.body {
|
260
|
+
margin-left: 0;
|
261
|
+
}
|
262
|
+
}
|
263
|
+
|
264
|
+
.filter-form {
|
265
|
+
.filter-card {
|
266
|
+
@apply p-md bg-white;
|
267
|
+
|
268
|
+
.heading {
|
269
|
+
@apply flex justify-between;
|
270
|
+
}
|
271
|
+
|
272
|
+
.label {
|
273
|
+
@apply text-heading-s;
|
274
|
+
}
|
275
|
+
}
|
276
|
+
}
|
277
|
+
|
278
|
+
.inbox-container {
|
279
|
+
@apply flex;
|
280
|
+
|
281
|
+
.filters-container {
|
282
|
+
width: 270px;
|
283
|
+
|
284
|
+
.filter {
|
285
|
+
@apply mt-md;
|
286
|
+
|
287
|
+
.filter-card {
|
288
|
+
@apply p-md bg-white;
|
289
|
+
|
290
|
+
.heading {
|
291
|
+
@apply flex justify-between;
|
292
|
+
}
|
293
|
+
|
294
|
+
.label {
|
295
|
+
@apply text-heading-s;
|
296
|
+
}
|
297
|
+
}
|
298
|
+
}
|
299
|
+
}
|
300
|
+
|
301
|
+
.search-container {
|
302
|
+
width: 874px;
|
303
|
+
|
304
|
+
.search-complaint-container {
|
305
|
+
margin: auto;
|
306
|
+
@apply flex flex-col items-start mb-md bg-white p-md;
|
307
|
+
|
308
|
+
.complaint-header {
|
309
|
+
display: flex;
|
310
|
+
@apply flex justify-between w-full;
|
311
|
+
margin-bottom: 20px;
|
312
|
+
}
|
313
|
+
|
314
|
+
.complaint-input-container {
|
315
|
+
/* display: inline-block !important; */
|
316
|
+
display: grid;
|
317
|
+
grid-template-columns: 33.33% 33.33% 33.33%;
|
318
|
+
|
319
|
+
&.for-pt {
|
320
|
+
&.for-search {
|
321
|
+
grid-template-columns: 25% 25% 25% 25%;
|
322
|
+
|
323
|
+
.input-fields:nth-child(3n) {
|
324
|
+
@apply mr-md !important;
|
325
|
+
}
|
326
|
+
|
327
|
+
.input-fields:nth-child(4n) {
|
328
|
+
margin-right: 0 !important;
|
329
|
+
}
|
330
|
+
|
331
|
+
.search-submit-wrapper {
|
332
|
+
grid-column: 4/5;
|
333
|
+
/* margin-top: 56px;*/
|
334
|
+
max-width: unset;
|
335
|
+
margin-left: unset;
|
336
|
+
}
|
337
|
+
}
|
338
|
+
}
|
339
|
+
|
340
|
+
.search-submit-wrapper {
|
341
|
+
grid-column: 3/4;
|
342
|
+
margin-left: 50%;
|
343
|
+
max-width: 50%;
|
344
|
+
grid-column: 3/4;
|
345
|
+
@apply flex flex-col justify-center text-center;
|
346
|
+
|
347
|
+
.submit-bar-search {
|
348
|
+
margin-top: unset;
|
349
|
+
width: 100%;
|
350
|
+
margin-bottom: 20px;
|
351
|
+
margin-left: unset;
|
352
|
+
max-width: 100%;
|
353
|
+
width: 100%;
|
354
|
+
}
|
355
|
+
}
|
356
|
+
|
357
|
+
|
358
|
+
.input-fields {
|
359
|
+
/*width: calc(50% - 16px);*/
|
360
|
+
|
361
|
+
@apply inline-block mr-md !important;
|
362
|
+
|
363
|
+
.inbox-search-form-error {
|
364
|
+
padding-top: 0;
|
365
|
+
margin-top: 0;
|
366
|
+
@apply absolute;
|
367
|
+
}
|
368
|
+
}
|
369
|
+
|
370
|
+
.input-fields:nth-child(3n) {
|
371
|
+
margin-right: 0 !important;
|
372
|
+
}
|
373
|
+
|
374
|
+
.complaint-input {
|
375
|
+
@apply flex flex-col;
|
376
|
+
|
377
|
+
.clear-search {
|
378
|
+
@apply text-focus;
|
379
|
+
@apply block;
|
380
|
+
cursor: pointer;
|
381
|
+
&:hover {
|
382
|
+
color: #003078;
|
383
|
+
cursor: pointer;
|
384
|
+
}
|
385
|
+
}
|
386
|
+
}
|
387
|
+
|
388
|
+
.mobile-input {
|
389
|
+
@apply ml-sm;
|
390
|
+
}
|
391
|
+
}
|
392
|
+
|
393
|
+
|
394
|
+
|
395
|
+
.search-action-wrapper {
|
396
|
+
width: 33%;
|
397
|
+
margin-top: 28px;
|
398
|
+
@apply inline-block align-middle text-center;
|
399
|
+
button {
|
400
|
+
margin: 0;
|
401
|
+
width: 100%;
|
402
|
+
max-width: 300px !important;
|
403
|
+
}
|
404
|
+
}
|
405
|
+
}
|
406
|
+
|
407
|
+
.search-complaint-container-for-search {
|
408
|
+
}
|
409
|
+
}
|
410
|
+
}
|
411
|
+
}
|
412
|
+
|
413
|
+
.document-clear-all{
|
414
|
+
grid-area: 2/2;
|
415
|
+
display: flex;
|
416
|
+
justify-content: flex-end;
|
417
|
+
padding-right: 16px;
|
418
|
+
align-items: center;
|
419
|
+
}
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
.cell-text {
|
424
|
+
color: #505a5f;
|
425
|
+
}
|
426
|
+
|
427
|
+
.sla-cell-error {
|
428
|
+
color: #d4351c;
|
429
|
+
background-color: rgba(212, 53, 28, 0.12);
|
430
|
+
padding: 0 24px;
|
431
|
+
border-radius: 11px;
|
432
|
+
}
|
433
|
+
|
434
|
+
.sla-cell-success {
|
435
|
+
color: #00703c;
|
436
|
+
background-color: rgba(0, 112, 60, 0.12);
|
437
|
+
padding: 0 24px;
|
438
|
+
border-radius: 11px;
|
439
|
+
}
|
440
|
+
|
441
|
+
.complain-no-cell-text {
|
442
|
+
margin-top: "4px";
|
443
|
+
color: "#505A5F";
|
444
|
+
}
|
445
|
+
|
446
|
+
.search-error-label {
|
447
|
+
@apply font-bold text-legend text-error mb-sm !important;
|
448
|
+
}
|
449
|
+
|
450
|
+
.inbox-action-container {
|
451
|
+
display: flex;
|
452
|
+
justify-content: flex-end;
|
453
|
+
align-items: flex-start;
|
454
|
+
}
|
455
|
+
.complaint-links-container .header .removeHeight {
|
456
|
+
line-height: 28px;
|
457
|
+
}
|
458
|
+
|
459
|
+
@screen dt {
|
460
|
+
.complaint-links-container .header .removeBorderRadiusLogo {
|
461
|
+
border-radius: 2px !important;
|
462
|
+
}
|
463
|
+
}
|
464
|
+
@screen dt {
|
465
|
+
.customEmployeeCard {
|
466
|
+
width: 273px !important;
|
467
|
+
height: 263px !important;
|
468
|
+
}
|
469
|
+
}
|
470
|
+
.employeeTotalLink{
|
471
|
+
color: #505A5F;
|
472
|
+
font-size: 16px;
|
473
|
+
}
|
474
|
+
|
475
|
+
.inboxLinksFSM {
|
476
|
+
margin: 0 !important;
|
455
477
|
}
|