@chipstcp/upyog-css 1.0.0

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 (141) hide show
  1. package/dist/index.css +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,469 @@
1
+ .surveydetailsform-wrapper {
2
+ @apply grid gap-6 py-md;
3
+
4
+ label {
5
+ @apply font-medium;
6
+ }
7
+ .surveyformfield {
8
+ @apply grid gap-4;
9
+ }
10
+
11
+ .employee-select-wrap,
12
+ .employee-card-input {
13
+ margin-bottom: 30px;
14
+ }
15
+ }
16
+
17
+ .newSurveyForm_wrapper {
18
+ @apply grid p-md bg-grey-light border border-border rounded gap-6 ;
19
+ .newSurveyForm_questions {
20
+ }
21
+ .newSurveyForm_answer {
22
+ }
23
+ .newSurveyForm_actions {
24
+ @apply flex justify-end gap-4 py-md;
25
+ .checkbox-wrap .label {
26
+ margin-left: 40px;
27
+ }
28
+ }
29
+ .newSurveyForm_seprator {
30
+ @apply w-px h-6 border border-border;
31
+ }
32
+ }
33
+
34
+ .surveyformslist_wrapper,
35
+ .surveydetailsform-wrapper {
36
+ .heading {
37
+ @apply text-heading-l font-medium py-md;
38
+ }
39
+ }
40
+
41
+ .surveyformslist_wrapper {
42
+ @apply grid gap-6 py-md;
43
+ }
44
+
45
+ .options_checkboxes {
46
+ @apply flex flex-col gap-4;
47
+ }
48
+
49
+ .optioncheckboxwrapper {
50
+ @apply flex;
51
+ }
52
+
53
+ .simple_editable-input {
54
+ outline-width: 0;
55
+ border: 0;
56
+ border-bottom: 2px solid black;
57
+ }
58
+
59
+ .simple_readonly-input {
60
+ outline-width: 0;
61
+ border: 0;
62
+ background: transparent;
63
+ }
64
+
65
+ .pointer {
66
+ cursor: pointer;
67
+ }
68
+
69
+ .disabled-btn {
70
+ @apply pointer-events-none cursor-not-allowed;
71
+ }
72
+
73
+ .optionradiobtnwrapper {
74
+ @apply flex gap-2;
75
+
76
+ .customradiobutton {
77
+ @apply w-6 h-6;
78
+ }
79
+ }
80
+
81
+ .edit-action-btn {
82
+ @apply flex justify-end;
83
+ }
84
+
85
+ .surveyQuestion-wrapper{
86
+ @apply grid gap-6;
87
+ }
88
+
89
+ .question-title {
90
+ font-size: 18px;
91
+ line-height: 21px;
92
+ color: #0b0c0c;
93
+ font-weight: 700;
94
+ }
95
+
96
+ .responses-container {
97
+ display: flex;
98
+ flex-direction: column;
99
+ align-items: flex-start;
100
+ padding: 8px 4px;
101
+ background-color: #FAFAFA;
102
+ border: 1px solid #D6D5D4;
103
+ box-sizing: border-box;
104
+ border-radius: 4px;
105
+ margin-top: 20px;
106
+ margin-bottom: 20px;
107
+ position: relative;
108
+ }
109
+
110
+ .responses-container-date {
111
+ display: flex;
112
+ flex-direction: column;
113
+ justify-content: center;
114
+ align-items: center;
115
+ padding: 8px 8px 0px 8px;
116
+ position: static;
117
+ left: 0px;
118
+ top: 41px;
119
+ background: #FAFAFA;
120
+ border: 1px solid #D6D5D4;
121
+ box-sizing: border-box;
122
+ border-radius: 4px;
123
+ margin-top: 20px;
124
+ margin-bottom: 20px;
125
+ }
126
+
127
+ .responses-container-line {
128
+ width: 100%;
129
+ margin-bottom: -12px;
130
+ }
131
+
132
+ .date-time{
133
+ margin-top: 10px;
134
+ margin-bottom: 10px;
135
+ }
136
+
137
+ .response-result {
138
+ flex: none;
139
+ order: 1;
140
+ flex-grow: 0;
141
+ margin: 0px 0px -20px;
142
+ display: inline-block;
143
+ }
144
+
145
+ .date-container {
146
+ display: flex;
147
+ flex-direction: column;
148
+ justify-content: center;
149
+ align-items: center;
150
+ padding: 16px 8px;
151
+ background: #FAFAFA;
152
+ border: 1px solid #D6D5D4;
153
+ box-sizing: border-box;
154
+ border-radius: 4px;
155
+ @apply gap-y-6;
156
+ }
157
+
158
+ .date-response {
159
+ display: flex;
160
+ flex-direction: row;
161
+ font-weight: bold;
162
+ @apply gap-10 ;
163
+ }
164
+ .divide {
165
+ --tw-divide-x-reverse: 0;
166
+ border-right-width: calc(2px * var(--tw-divide-x-reverse));
167
+ border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
168
+ }
169
+
170
+ .circle {
171
+ background-color:red;
172
+ height:40px;
173
+ border-radius:50%;
174
+ -moz-border-radius:50%;
175
+ -webkit-border-radius:50%;
176
+ width:40px;
177
+ }
178
+
179
+ .align-columns{
180
+ @apply grid gap-4;
181
+ }
182
+
183
+
184
+ @screen dt {
185
+ .surveydetailsform-wrapper {
186
+ .surveyformfield {
187
+ @apply items-center;
188
+ grid-template-columns: 1fr 2fr 1fr;
189
+
190
+ .radio-wrap {
191
+ @apply flex gap-20;
192
+ margin-bottom: 0;
193
+ }
194
+ .radio-wrap div {
195
+ @apply flex items-center;
196
+ }
197
+
198
+ .radio-btn {
199
+ @apply w-6 h-6;
200
+ }
201
+
202
+ .radio-btn-checkmark {
203
+ height: 1.75rem;
204
+ width: 1.75rem;
205
+ --border-opacity: 1;
206
+ border: 1px solid #464646;
207
+ border-color: rgba(70, 70, 70, var(--border-opacity));
208
+ border-radius: 9999px;
209
+ display: block;
210
+ }
211
+
212
+ .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
213
+ display: block;
214
+ --bg-opacity: 1;
215
+ background-color: #a82227;
216
+ height: 1.25rem;
217
+ width: 1.25rem;
218
+ border-radius: 9999px;
219
+ position: absolute;
220
+ top: 4px;
221
+ left: 4px;
222
+ }
223
+ }
224
+ }
225
+
226
+ .newSurveyForm_wrapper {
227
+ @apply grid p-md bg-grey-light border border-border rounded;
228
+ grid-template-columns: 33% 1fr;
229
+
230
+ .newSurveyForm_quesno {
231
+ @apply text-heading-m font-medium;
232
+ }
233
+
234
+ .newSurveyForm_mainsection {
235
+ }
236
+ .newSurveyForm_questions {
237
+ @apply flex gap-4;
238
+
239
+ .text-input {
240
+ @apply w-3/4;
241
+ }
242
+ .employee-select-wrap {
243
+ @apply flex-1;
244
+ }
245
+ }
246
+ .newSurveyForm_answer {
247
+ }
248
+ .newSurveyForm_actions {
249
+ @apply flex justify-end gap-2;
250
+ .checkbox-wrap {
251
+ @apply items-center;
252
+ margin-bottom: 0;
253
+ }
254
+ .checkbox-wrap .label {
255
+ margin-left: 40px;
256
+ }
257
+ }
258
+ .newSurveyForm_seprator {
259
+ @apply w-px h-6 border border-border;
260
+ }
261
+ }
262
+
263
+ .surveyformslist_wrapper {
264
+ @apply grid gap-6 py-md;
265
+ }
266
+ }
267
+
268
+ .unstyled-button {
269
+ border: none;
270
+ padding: 0;
271
+ background: none;
272
+ }
273
+
274
+
275
+
276
+ .survey-grid-container {
277
+ display: grid;
278
+ gap: 16px;
279
+ }
280
+ .survey-grid-container-input {
281
+ padding: 8px;
282
+ border: 1px solid #ccc;
283
+ border-radius: 4px;
284
+ }
285
+ @media (min-width: 320px) {
286
+ .survey-grid-container {
287
+ grid-template-columns: repeat(1, 1fr);
288
+ }
289
+ }
290
+ @media (min-width: 480px) {
291
+ .survey-grid-container {
292
+ grid-template-columns: repeat(2, 1fr);
293
+ }
294
+ }
295
+ @media (min-width: 768px) {
296
+ .survey-grid-container {
297
+ grid-template-columns: repeat(3, 1fr);
298
+ }
299
+ }
300
+ @media (min-width: 1024px) {
301
+ .survey-grid-container {
302
+ grid-template-columns: repeat(4, 1fr);
303
+ }
304
+ }
305
+
306
+
307
+
308
+
309
+
310
+ .section-card {
311
+ border: 1px solid #ccc;
312
+ border-radius: 4px;
313
+ padding: 20px;
314
+ margin-bottom: 20px;
315
+ background-color: #f9f9f9;
316
+ }
317
+
318
+ .section-card h3 {
319
+ margin-top: 0;
320
+ }
321
+
322
+ .section-card input {
323
+ display: block;
324
+ width: 100%;
325
+ padding: 10px;
326
+ margin-bottom: 10px;
327
+ border: 1px solid #ccc;
328
+ border-radius: 4px;
329
+ }
330
+
331
+ .section-card button {
332
+ padding: 10px 20px;
333
+ border: none;
334
+ border-radius: 4px;
335
+ background-color: #007bff;
336
+ color: white;
337
+ cursor: pointer;
338
+ }
339
+
340
+ .section-card button:disabled {
341
+ background-color: #ccc;
342
+ cursor: not-allowed;
343
+ }
344
+
345
+
346
+
347
+
348
+ .category-card {
349
+ border: 1px solid #ccc;
350
+ border-radius: 4px;
351
+ padding: 20px;
352
+ margin-bottom: 20px;
353
+ background-color: #f0f8ff;
354
+ display: flex;
355
+ flex-direction: column;
356
+ gap: 20px;
357
+ box-shadow: none;
358
+ }
359
+
360
+ .category-card h3 {
361
+ margin-top: 5px;
362
+ margin-bottom: 2px;
363
+ font-weight: 600;
364
+ color: #0d43a7;
365
+ font-family: 'roboto';
366
+
367
+ }
368
+ .category-card h2 {
369
+ margin-top: 5px;
370
+ margin-bottom: 2px;
371
+ font-weight: bold;
372
+ font-size: 18px;
373
+ color: #0d43a7;
374
+ }
375
+ .category-card input,
376
+ .category-card select {
377
+ display: block;
378
+ width: 100%;
379
+ padding: 10px;
380
+ margin-bottom: 10px;
381
+ border: 1px solid #ccc;
382
+ border-radius: 4px;
383
+ color: #0d43a7;
384
+ }
385
+
386
+ .category-card button {
387
+ padding: 10px 20px;
388
+ border: none;
389
+ border-radius: 4px;
390
+ background-color: #007bff;
391
+ color: white;
392
+ cursor: pointer;
393
+ }
394
+
395
+ .category-card button:disabled {
396
+ background-color: #ccc;
397
+ cursor: not-allowed;
398
+ }
399
+
400
+ .category-card table {
401
+ width: 100%;
402
+ border-collapse: collapse;
403
+ margin-top: 10px;
404
+ }
405
+
406
+ .category-card table, .category-card th, .category-card td {
407
+ border: 1px solid #ccc;
408
+ }
409
+ .category-card thead{
410
+ background-color: #6f98b8;
411
+ }
412
+ .category-card th, .category-card td {
413
+ padding: 10px;
414
+ text-align: left;
415
+ }
416
+
417
+ .category-card label {
418
+ padding: 10px 20px;
419
+ border: none;
420
+ border-radius: 4px;
421
+ background-color: #007bff;
422
+ color: white;
423
+ cursor: pointer;
424
+ }
425
+
426
+ .category-card label:disabled {
427
+ background-color: #ccc;
428
+ cursor: not-allowed;
429
+ }
430
+
431
+ .category-card span{
432
+ color: #FF2400;
433
+
434
+ }
435
+
436
+ .create-survey-card{
437
+ display: flex;
438
+ flex-direction: column;
439
+ gap: 20px;
440
+ }
441
+
442
+ .survey-row{
443
+ display: flex;
444
+ justify-content: space-between;
445
+ }
446
+
447
+ .survey-column{
448
+ display: flex;
449
+ flex-direction: column;
450
+ gap: 10px;
451
+ width: 48%;
452
+ color: #232323;
453
+ font-family: 'Noto Sans';
454
+ font-size: 16px;
455
+ line-height: "100%";
456
+ font-weight: 400;
457
+ letter-spacing: "0%";
458
+
459
+ }
460
+
461
+ .create-survey-card
462
+ .heading{
463
+ color: #0d43a7;
464
+ font-size: 20px;
465
+ line-height: 24px;
466
+ font-weight: 700;
467
+ }
468
+
469
+
@@ -0,0 +1,36 @@
1
+ .tooltip {
2
+ position: relative;
3
+ display: inline-block;
4
+ }
5
+
6
+ .tooltip .tooltiptext {
7
+ visibility: hidden;
8
+ background-color: #555;
9
+ color: #fff;
10
+ text-align: left;
11
+ border-radius: 6px;
12
+ padding: 5px;
13
+ position: absolute;
14
+ z-index: 1;
15
+ bottom: 125%;
16
+ left: 50%;
17
+ margin-left: -60px;
18
+ opacity: 0;
19
+ transition: opacity 0.3s;
20
+ }
21
+
22
+ .tooltip .tooltiptext::after {
23
+ position: absolute;
24
+ top: 100%;
25
+ left: 50%;
26
+ margin-left: -5px;
27
+ border-width: 5px;
28
+ border-style: solid;
29
+ border-color: #555 transparent transparent transparent;
30
+ }
31
+
32
+ .tooltip:hover .tooltiptext {
33
+ visibility: visible;
34
+ opacity: 1;
35
+ cursor: pointer;
36
+ }
@@ -0,0 +1,13 @@
1
+ .updateNumberEmployee{
2
+ width: 100%;
3
+ .employee-data-table .row h2{
4
+ font-weight:500;
5
+ width: 100%;
6
+ }
7
+ .submit-bar {
8
+ position: relative;
9
+ }
10
+ .search-form-wrapper {
11
+ justify-content: initial;
12
+ }
13
+ }