@pmidc/upyog-css 1.2.47 → 1.2.49

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.
Files changed (135) hide show
  1. package/dist/index.css +14501 -8978
  2. package/dist/index.min.css +1 -1
  3. package/package.json +63 -63
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +969 -969
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +119 -119
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/documentSection.scss +134 -134
  38. package/src/components/filters.scss +379 -98
  39. package/src/components/grey.scss +3 -3
  40. package/src/components/hoc/InboxComposer.scss +111 -111
  41. package/src/components/howItWorks.scss +71 -71
  42. package/src/components/imageviewer.scss +33 -33
  43. package/src/components/info-banner.scss +35 -35
  44. package/src/components/inputotp.scss +15 -15
  45. package/src/components/keynote.scss +29 -29
  46. package/src/components/languageSelector.scss +24 -24
  47. package/src/components/loader.scss +96 -96
  48. package/src/components/map.scss +36 -36
  49. package/src/components/metricsTable.scss +26 -26
  50. package/src/components/multiLink.scss +117 -117
  51. package/src/components/multiSelectDropdown.scss +88 -88
  52. package/src/components/navbar.scss +377 -377
  53. package/src/components/newFooter.scss +82 -82
  54. package/src/components/newInbox.scss +382 -0
  55. package/src/components/plusMinus.scss +15 -15
  56. package/src/components/popup.scss +26 -26
  57. package/src/components/radiobtn.scss +46 -46
  58. package/src/components/ratingstar.scss +33 -33
  59. package/src/components/roundedLabel.scss +10 -10
  60. package/src/components/searchAction.scss +27 -27
  61. package/src/components/sectionalDropdown.scss +43 -43
  62. package/src/components/selectdropdown.scss +302 -302
  63. package/src/components/staticDynamicMessages.scss +110 -110
  64. package/src/components/staticSideBar.scss +27 -27
  65. package/src/components/statushighlight.scss +17 -17
  66. package/src/components/submiterrors.scss +11 -11
  67. package/src/components/summary.scss +28 -28
  68. package/src/components/table.scss +855 -388
  69. package/src/components/tag.scss +27 -27
  70. package/src/components/telephone.scss +17 -17
  71. package/src/components/textfields.scss +146 -146
  72. package/src/components/toast.scss +31 -31
  73. package/src/components/toggleSwitch.scss +40 -40
  74. package/src/components/topbar.scss +217 -217
  75. package/src/components/uploadcomponents.scss +116 -116
  76. package/src/index.scss +2424 -2423
  77. package/src/modules/BPA/index.scss +394 -281
  78. package/src/modules/TL/index.scss +797 -780
  79. package/src/modules/adv/index.scss +643 -643
  80. package/src/modules/hrms/index.scss +1327 -1327
  81. package/src/modules/rentAndLease/index.scss +238 -238
  82. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  83. package/src/pages/citizen/CitizenLogin.scss +50 -50
  84. package/src/pages/citizen/DocumentList.scss +470 -452
  85. package/src/pages/citizen/Events.scss +46 -46
  86. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  87. package/src/pages/citizen/InboxCard.scss +378 -378
  88. package/src/pages/citizen/SurveyList.scss +24 -24
  89. package/src/pages/citizen/citizenDocument.scss +25 -25
  90. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  91. package/src/pages/citizen/container.scss +32 -32
  92. package/src/pages/citizen/loaderMessage.scss +341 -341
  93. package/src/pages/citizen/payment/payment-type.scss +2 -2
  94. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  95. package/src/pages/common/form.scss +25 -25
  96. package/src/pages/common/newApplicationTimeline.scss +341 -341
  97. package/src/pages/common/pgrUICssfix.scss +128 -128
  98. package/src/pages/common/requiredField.scss +2 -2
  99. package/src/pages/common/sanctionFeeTable.scss +91 -91
  100. package/src/pages/common/searchIcon.scss +21 -21
  101. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  102. package/src/pages/common/stepForm.scss +40 -40
  103. package/src/pages/employee/EmployeeLogin.scss +6 -6
  104. package/src/pages/employee/cardfix.scss +13 -13
  105. package/src/pages/employee/container.scss +73 -73
  106. package/src/pages/employee/dashboard.scss +204 -204
  107. package/src/pages/employee/disconnection.scss +425 -425
  108. package/src/pages/employee/dss.scss +251 -251
  109. package/src/pages/employee/faq.scss +353 -353
  110. package/src/pages/employee/footer.scss +68 -68
  111. package/src/pages/employee/form-fields.scss +26 -26
  112. package/src/pages/employee/header.scss +262 -262
  113. package/src/pages/employee/iframe.scss +65 -65
  114. package/src/pages/employee/inbox.scss +1110 -1110
  115. package/src/pages/employee/index.scss +693 -693
  116. package/src/pages/employee/landing.scss +1802 -1802
  117. package/src/pages/employee/login.scss +253 -253
  118. package/src/pages/employee/oldMobileInbox.scss +4 -4
  119. package/src/pages/employee/popupmodule.scss +47 -47
  120. package/src/pages/employee/response.scss +2 -2
  121. package/src/pages/employee/scroll-table.scss +113 -113
  122. package/src/pages/employee/surveys.scss +469 -469
  123. package/src/pages/employee/tooltip.scss +35 -35
  124. package/src/pages/employee/updateNumber.scss +12 -12
  125. package/src/pages/swach/index.scss +231 -231
  126. package/src/pages/ws/index.scss +118 -118
  127. package/svg/camera.svg +4 -4
  128. package/svg/check.svg +3 -3
  129. package/svg/close.svg +4 -4
  130. package/svg/error.svg +3 -3
  131. package/svg/error2.svg +5 -5
  132. package/svg/searchicon.svg +3 -3
  133. package/svg/starempty.svg +3 -3
  134. package/svg/starfilled.svg +4 -4
  135. package/svg/success.svg +3 -3
@@ -1,98 +1,379 @@
1
- .filters-wrapper {
2
- display: none;
3
- padding: 20px 0px 0px;
4
- z-index: 1;
5
-
6
- .filters-input {
7
- flex-basis: 22%;
8
- }
9
-
10
- .filters-input:not(:first-of-type) {
11
- margin-left: 5%;
12
- }
13
-
14
- .switch-wrapper {
15
- display: flex;
16
- justify-content: space-between;
17
- max-width: 200px;
18
-
19
- .radio-switch {
20
- display: none;
21
-
22
- &:checked ~ label {
23
- border-color: #a82227;
24
- color: #a82227;
25
- }
26
- }
27
-
28
- label {
29
- border: 1px solid;
30
- padding: 6px 10px;
31
- display: block;
32
- @apply border border-solid border-input-border;
33
- &:hover{
34
- @apply border-2 border-solid border-primary-main;
35
- }
36
- }
37
- }
38
- }
39
-
40
- .pickerShadow {
41
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
42
- }
43
-
44
- .filter-close {
45
- @apply flex justify-end;
46
- }
47
-
48
- .filter-header {
49
- @apply flex;
50
-
51
- p {
52
- font-weight: bold;
53
- font-size: 24px;
54
- line-height: 1;
55
- margin: 0 12px 20px 8px;
56
- }
57
- }
58
-
59
- .clearText {
60
- display: none;
61
- }
62
-
63
- @screen dt {
64
- .filters-wrapper {
65
- display: flex;
66
- }
67
-
68
- .filter-close,
69
- .filter-header {
70
- display: none;
71
- }
72
-
73
- .clearText {
74
- display: block;
75
- text-align: right;
76
- color: #a82227;
77
- margin-top: 20px;
78
- margin-left: 10px;
79
- }
80
- }
81
-
82
- @media (max-width: 780px) {
83
- .filters-modal {
84
- display: block;
85
- position: fixed;
86
- width: 100%;
87
- height: 100vh;
88
- left: 0;
89
- top: 130px;
90
- padding: 16px;
91
- background-color: #fff;
92
- z-index: 99;
93
- }
94
-
95
- .rdrDefinedRangesWrapper {
96
- display: none;
97
- }
98
- }
1
+ .filters-wrapper {
2
+ display: none;
3
+ padding: 20px 0px 0px;
4
+ z-index: 1;
5
+
6
+ .filters-input {
7
+ flex-basis: 22%;
8
+ }
9
+
10
+ .filters-input:not(:first-of-type) {
11
+ margin-left: 5%;
12
+ }
13
+
14
+ .switch-wrapper {
15
+ display: flex;
16
+ justify-content: space-between;
17
+ max-width: 200px;
18
+
19
+ .radio-switch {
20
+ display: none;
21
+
22
+ &:checked ~ label {
23
+ border-color: #a82227;
24
+ color: #a82227;
25
+ }
26
+ }
27
+
28
+ label {
29
+ border: 1px solid;
30
+ padding: 6px 10px;
31
+ display: block;
32
+ @apply border border-solid border-input-border;
33
+ &:hover {
34
+ @apply border-2 border-solid border-primary-main;
35
+ }
36
+ }
37
+ }
38
+ }
39
+
40
+ .pickerShadow {
41
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
42
+ }
43
+
44
+ .filter-close {
45
+ @apply flex justify-end;
46
+ }
47
+
48
+ .filter-header {
49
+ @apply flex;
50
+
51
+ p {
52
+ font-weight: bold;
53
+ font-size: 24px;
54
+ line-height: 1;
55
+ margin: 0 12px 20px 8px;
56
+ }
57
+ }
58
+
59
+ .clearText {
60
+ display: none;
61
+ }
62
+
63
+ @screen dt {
64
+ .filters-wrapper {
65
+ display: flex;
66
+ }
67
+
68
+ .filter-close,
69
+ .filter-header {
70
+ display: none;
71
+ }
72
+
73
+ .clearText {
74
+ display: block;
75
+ text-align: right;
76
+ color: #a82227;
77
+ margin-top: 20px;
78
+ margin-left: 10px;
79
+ }
80
+ }
81
+
82
+ @media (max-width: 780px) {
83
+ .filters-modal {
84
+ display: block;
85
+ position: fixed;
86
+ width: 100%;
87
+ height: 100vh;
88
+ left: 0;
89
+ top: 130px;
90
+ padding: 16px;
91
+ background-color: #fff;
92
+ z-index: 99;
93
+ }
94
+
95
+ .rdrDefinedRangesWrapper {
96
+ display: none;
97
+ }
98
+ }
99
+
100
+ .ndc-new-inbox-filter-card {
101
+ margin: 0;
102
+ }
103
+
104
+ .ndc-new-filter-status-wrapper {
105
+ display: flex;
106
+ flex-direction: column;
107
+ gap: 8px;
108
+ }
109
+
110
+ .ndc-new-filter-card-grid {
111
+ display: grid;
112
+ grid-template-columns: repeat(6, 1fr);
113
+ gap: 14px;
114
+ }
115
+
116
+ .ndc-new-filter-option-card {
117
+ background: #f8fafc;
118
+ border: 1px solid #e5e7eb;
119
+ border-radius: 12px;
120
+ padding: 16px;
121
+ min-height: 88px;
122
+ text-align: left;
123
+ cursor: pointer;
124
+ transition: all 0.2s ease;
125
+ position: relative;
126
+ overflow: hidden;
127
+ font-family: inherit;
128
+ font-size: 14px;
129
+
130
+ &.active {
131
+ background: #e0f2fe;
132
+ border-color: #38bdf8;
133
+ box-shadow: 0 4px 12px rgba(2, 132, 199, 0.18);
134
+ }
135
+
136
+ &.primary {
137
+ background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
138
+ color: white;
139
+
140
+ &.active {
141
+ background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
142
+ box-shadow: 0 10px 24px rgba(37, 99, 235, 0.25);
143
+ transform: translateY(-1px);
144
+ }
145
+ }
146
+
147
+ &.success {
148
+ background: linear-gradient(135deg, #10b981 0%, #059669 100%);
149
+ color: white;
150
+
151
+ &.active {
152
+ background: linear-gradient(135deg, #059669 0%, #047857 100%);
153
+ box-shadow: 0 10px 24px rgba(16, 185, 129, 0.25);
154
+ transform: translateY(-1px);
155
+ }
156
+ }
157
+
158
+ &.warning {
159
+ background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
160
+ color: white;
161
+
162
+ &.active {
163
+ background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
164
+ box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
165
+ transform: translateY(-1px);
166
+ }
167
+ }
168
+
169
+ &.danger {
170
+ background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
171
+ color: white;
172
+
173
+ &.active {
174
+ background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
175
+ box-shadow: 0 10px 24px rgba(239, 68, 68, 0.25);
176
+ transform: translateY(-1px);
177
+ }
178
+ }
179
+
180
+ &.info {
181
+ background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
182
+ color: white;
183
+
184
+ &.active {
185
+ background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
186
+ box-shadow: 0 10px 24px rgba(6, 182, 212, 0.25);
187
+ transform: translateY(-1px);
188
+ }
189
+ }
190
+
191
+ &.indigo {
192
+ background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
193
+ color: white;
194
+
195
+ &.active {
196
+ background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
197
+ box-shadow: 0 10px 24px rgba(99, 102, 241, 0.25);
198
+ transform: translateY(-1px);
199
+ }
200
+ }
201
+
202
+ &.teal {
203
+ background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
204
+ color: white;
205
+
206
+ &.active {
207
+ background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
208
+ box-shadow: 0 10px 24px rgba(20, 184, 166, 0.25);
209
+ transform: translateY(-1px);
210
+ }
211
+ }
212
+
213
+ &.pink {
214
+ background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
215
+ color: white;
216
+
217
+ &.active {
218
+ background: linear-gradient(135deg, #db2777 0%, #be185d 100%);
219
+ box-shadow: 0 10px 24px rgba(219, 39, 119, 0.25);
220
+ transform: translateY(-1px);
221
+ }
222
+ }
223
+
224
+ &.amber {
225
+ background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
226
+ color: white;
227
+
228
+ &.active {
229
+ background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
230
+ box-shadow: 0 10px 24px rgba(217, 119, 6, 0.25);
231
+ transform: translateY(-1px);
232
+ }
233
+ }
234
+
235
+ &.slate {
236
+ background: linear-gradient(135deg, #64748b 0%, #475569 100%);
237
+ color: white;
238
+
239
+ &.active {
240
+ background: linear-gradient(135deg, #475569 0%, #334155 100%);
241
+ box-shadow: 0 10px 24px rgba(71, 85, 105, 0.25);
242
+ transform: translateY(-1px);
243
+ }
244
+ }
245
+ }
246
+
247
+ .ndc-new-filter-status-card {
248
+ border: 1px solid #e5e7eb;
249
+ border-radius: 12px;
250
+ padding: 16px;
251
+ min-height: 88px;
252
+ text-align: left;
253
+ cursor: pointer;
254
+ transition: all 0.2s ease;
255
+ position: relative;
256
+ overflow: hidden;
257
+ font-family: inherit;
258
+ font-size: 14px;
259
+ }
260
+
261
+ .ndc-new-filter-status-title,
262
+ .ndc-new-filter-option-title {
263
+ font-weight: 700;
264
+ font-size: 14px;
265
+ color: #f9f9f9;
266
+ }
267
+
268
+ .ndc-new-filter-status-count {
269
+ font-size: 13px;
270
+ font-weight: 600;
271
+ margin-top: 8px;
272
+ color: white;
273
+ background: rgba(255, 255, 255, 0.25);
274
+ padding: 4px 10px;
275
+ border-radius: 12px;
276
+ display: inline-block;
277
+ min-width: 30px;
278
+ text-align: center;
279
+ }
280
+
281
+ .ndc-new-filter-option-subtitle {
282
+ font-size: 12px;
283
+ margin-top: 6px;
284
+ color: white;
285
+ }
286
+
287
+ .ndc-new-filter-card-check {
288
+ position: absolute;
289
+ top: 8px;
290
+ right: 8px;
291
+ width: 20px;
292
+ height: 20px;
293
+ border-radius: 50%;
294
+ background: #2563eb;
295
+ color: white;
296
+ display: flex;
297
+ align-items: center;
298
+ justify-content: center;
299
+ font-size: 12px;
300
+ font-weight: 700;
301
+ }
302
+
303
+ .ndc-new-filter-card-icon {
304
+ position: absolute;
305
+ bottom: 8px;
306
+ right: 8px;
307
+ font-size: 14px;
308
+ color: #f9fafc;
309
+ opacity: 0.5;
310
+ }
311
+
312
+ .ndc-new-filter-show-more {
313
+ margin-top: 12px;
314
+ cursor: pointer;
315
+ font-weight: 600;
316
+ font-size: 12px;
317
+ color: #2563eb;
318
+ display: inline-flex;
319
+ align-items: center;
320
+ gap: 6px;
321
+ transition: all 0.2s ease;
322
+ background: transparent;
323
+ border: none;
324
+ padding: 0;
325
+ font-family: inherit;
326
+
327
+ &:hover {
328
+ background: #eff6ff;
329
+ border-color: #bfdbfe;
330
+ }
331
+ }
332
+
333
+ .ndc-new-filter-show-more-icon {
334
+ width: 28px;
335
+ height: 28px;
336
+ border-radius: 999px;
337
+ display: inline-flex;
338
+ align-items: center;
339
+ justify-content: center;
340
+ font-size: 12px;
341
+ color: #457fff;
342
+ background: #eff6ff;
343
+ }
344
+
345
+ @media (max-width: 1400px) {
346
+ .ndc-new-filter-card-grid,
347
+ .ndc-new-filter-status-grid {
348
+ grid-template-columns: repeat(4, minmax(140px, 1fr));
349
+ }
350
+ }
351
+
352
+ @media (max-width: 1100px) {
353
+ .ndc-new-filter-card-grid,
354
+ .ndc-new-filter-status-grid {
355
+ grid-template-columns: repeat(3, minmax(120px, 1fr));
356
+ }
357
+ }
358
+
359
+ @media (max-width: 768px) {
360
+ .ndc-new-filter-card-grid,
361
+ .ndc-new-filter-status-grid {
362
+ grid-template-columns: repeat(2, 1fr);
363
+ }
364
+
365
+ .ndc-new-filter-option-card,
366
+ .ndc-new-filter-status-card {
367
+ min-height: 72px;
368
+ padding: 12px;
369
+ }
370
+
371
+ .ndc-new-filter-option-title,
372
+ .ndc-new-filter-status-title {
373
+ font-size: 12px;
374
+ }
375
+
376
+ .ndc-new-filter-status-count {
377
+ font-size: 11px;
378
+ }
379
+ }
@@ -1,3 +1,3 @@
1
- .grey {
2
- @apply text-text-secondary;
3
- }
1
+ .grey {
2
+ @apply text-text-secondary;
3
+ }
@@ -1,111 +1,111 @@
1
- .complaint-input-container{
2
- display: flex;
3
- }
4
-
5
- .inboxPopupMobileWrapper {
6
- @apply block p-md w-full overflow-scroll;
7
- .submit {
8
- @apply flex left-0 w-full px-xl items-center flex-row-reverse !important;
9
- }
10
- .form-field , .field{
11
- margin: 0 !important;
12
- @apply w-full;
13
- }
14
- .InboxMobilePopupCloseButtonWrapper {
15
- @apply flex flex-row-reverse;
16
- }
17
- }
18
-
19
- @screen dt {
20
- .InboxComposerWrapper {
21
- grid-template-columns: calc(25% - 32px) 75%;
22
- @apply grid gap-x-8 gap-y-6;
23
- }
24
-
25
- .wns-inbox-composer {
26
- .filter-form {
27
- height: fit-content;
28
- }
29
-
30
- .wns-search-field {
31
- width: 30% !important;
32
- .field-container {
33
- }
34
- }
35
- .form-field , .field{
36
- width: 100% !important;
37
- }
38
-
39
- .SubmitAndClearAllContainer {
40
- width: 100%;
41
- display: flex;
42
- justify-content: end;
43
- align-items: center;
44
- .clear-search {
45
- width: 30%;
46
- display: inline-block;
47
- vertical-align: middle;
48
- text-align: right;
49
- cursor: pointer;
50
- p {
51
- padding: 1rem;
52
- color: rgb(244, 119, 56);
53
- text-align: end;
54
- }
55
- }
56
- .submit {
57
- width: 30% !important;
58
- margin-left: unset !important;
59
- button {
60
- width: 100% !important;
61
- }
62
- }
63
- }
64
- }
65
-
66
- .search-form-wns-inbox {
67
- .clear-search-container {
68
- grid-column: 2/3;
69
- text-align: right;
70
- .clear-search {
71
- width: 100%;
72
- color: #2947A3 !important;
73
- }
74
- }
75
- button {
76
- width: 100%;
77
- }
78
-
79
- .filter-form {
80
- height: fit-content;
81
- }
82
-
83
- .search-complaint-container {
84
- flex-direction: column;
85
- align-items: flex-start;
86
- --bg-opacity: 1;
87
- background-color: #fff;
88
- background-color: rgba(255, 255, 255, var(--bg-opacity));
89
- padding: 16px;
90
- display: unset;
91
- flex-wrap: unset;
92
- justify-content: unset;
93
- margin-bottom: 0;
94
- .complaint-input-container {
95
- display: grid !important;
96
- grid-template-columns: 33.33% 33.33% 33.33%;
97
- }
98
- .form-field , .field{
99
- width: 100%;
100
- padding-right: 15px;
101
- .clear-search {
102
- padding-top: 10px;
103
- }
104
- }
105
- }
106
- .submit {
107
- margin-top: 0;
108
- right: 0;
109
- }
110
- }
111
- }
1
+ .complaint-input-container{
2
+ display: flex;
3
+ }
4
+
5
+ .inboxPopupMobileWrapper {
6
+ @apply block p-md w-full overflow-scroll;
7
+ .submit {
8
+ @apply flex left-0 w-full px-xl items-center flex-row-reverse !important;
9
+ }
10
+ .form-field , .field{
11
+ margin: 0 !important;
12
+ @apply w-full;
13
+ }
14
+ .InboxMobilePopupCloseButtonWrapper {
15
+ @apply flex flex-row-reverse;
16
+ }
17
+ }
18
+
19
+ @screen dt {
20
+ .InboxComposerWrapper {
21
+ grid-template-columns: calc(25% - 32px) 75%;
22
+ @apply grid gap-x-8 gap-y-6;
23
+ }
24
+
25
+ .wns-inbox-composer {
26
+ .filter-form {
27
+ height: fit-content;
28
+ }
29
+
30
+ .wns-search-field {
31
+ width: 30% !important;
32
+ .field-container {
33
+ }
34
+ }
35
+ .form-field , .field{
36
+ width: 100% !important;
37
+ }
38
+
39
+ .SubmitAndClearAllContainer {
40
+ width: 100%;
41
+ display: flex;
42
+ justify-content: end;
43
+ align-items: center;
44
+ .clear-search {
45
+ width: 30%;
46
+ display: inline-block;
47
+ vertical-align: middle;
48
+ text-align: right;
49
+ cursor: pointer;
50
+ p {
51
+ padding: 1rem;
52
+ color: rgb(244, 119, 56);
53
+ text-align: end;
54
+ }
55
+ }
56
+ .submit {
57
+ width: 30% !important;
58
+ margin-left: unset !important;
59
+ button {
60
+ width: 100% !important;
61
+ }
62
+ }
63
+ }
64
+ }
65
+
66
+ .search-form-wns-inbox {
67
+ .clear-search-container {
68
+ grid-column: 2/3;
69
+ text-align: right;
70
+ .clear-search {
71
+ width: 100%;
72
+ color: #2947A3 !important;
73
+ }
74
+ }
75
+ button {
76
+ width: 100%;
77
+ }
78
+
79
+ .filter-form {
80
+ height: fit-content;
81
+ }
82
+
83
+ .search-complaint-container {
84
+ flex-direction: column;
85
+ align-items: flex-start;
86
+ --bg-opacity: 1;
87
+ background-color: #fff;
88
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
89
+ padding: 16px;
90
+ display: unset;
91
+ flex-wrap: unset;
92
+ justify-content: unset;
93
+ margin-bottom: 0;
94
+ .complaint-input-container {
95
+ display: grid !important;
96
+ grid-template-columns: 33.33% 33.33% 33.33%;
97
+ }
98
+ .form-field , .field{
99
+ width: 100%;
100
+ padding-right: 15px;
101
+ .clear-search {
102
+ padding-top: 10px;
103
+ }
104
+ }
105
+ }
106
+ .submit {
107
+ margin-top: 0;
108
+ right: 0;
109
+ }
110
+ }
111
+ }