@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,423 @@
1
+ body {
2
+ @apply bg-grey-bg;
3
+ }
4
+
5
+ :root {
6
+ --digit-font-family: "Source Sans Pro", sans-serif;
7
+ }
8
+
9
+ body {
10
+ font-family: var(--digit-font-family);
11
+ }
12
+
13
+
14
+ .body-container {
15
+ @apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
16
+ position: relative !important;
17
+
18
+
19
+ }
20
+
21
+ .navbar {
22
+ @apply text-white bg-secondary w-full mb-md;
23
+ background: #FFF !important;
24
+ box-shadow: 0 1px 4px #b1b4b6;
25
+ img {
26
+ height: 24px;
27
+ }
28
+ }
29
+ /* .navbar-header{
30
+ @apply text-navbarheader float-left px-sm
31
+ }
32
+
33
+ .navbar-subheader{
34
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
35
+ }*/
36
+
37
+ .h1 {
38
+ @apply text-heading-l text-text-primary font-bold mb-md ml-md;
39
+ }
40
+
41
+ .app-container{
42
+ padding: 10px;
43
+ margin-top: 3rem;
44
+ }
45
+
46
+
47
+
48
+ .back-btn {
49
+ width: fit-content;
50
+ @apply block border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mt-md;
51
+
52
+ label {
53
+ @apply inline mr-sm align-middle;
54
+ }
55
+
56
+ p {
57
+ @apply inline float-right;
58
+ }
59
+ }
60
+
61
+ .bread-crumb {
62
+ font-size: 14px;
63
+ color: #505a5f;
64
+ display: flex;
65
+ margin-bottom: 10px;
66
+ flex-wrap: wrap
67
+ }
68
+ .bread-crumb--item {
69
+ margin-left: 5px;
70
+
71
+ &:not(:last-child):after {
72
+ content: " /";
73
+ }
74
+
75
+ button {
76
+ outline: none;
77
+ }
78
+
79
+ .last {
80
+ color: #0b0c0c;
81
+ }
82
+ }
83
+
84
+ .back-btn2 {
85
+ cursor: pointer;
86
+ width: fit-content;
87
+ color: black;
88
+ margin-top: 3rem;
89
+ @apply flex border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mb-md;
90
+
91
+ img {
92
+ @apply flex;
93
+ }
94
+
95
+ svg {
96
+ @apply flex;
97
+ }
98
+
99
+ p {
100
+ @apply flex;
101
+ }
102
+ }
103
+
104
+ @screen dt {
105
+ .employee-app-container {
106
+ @apply w-full;
107
+ }
108
+
109
+ .app-container {
110
+ width: 100%;
111
+ padding: 3rem;
112
+ form {
113
+ .card {
114
+ max-width: 960px;
115
+ h2 {
116
+ }
117
+ .field-container {
118
+ max-width: 540px;
119
+ }
120
+ button {
121
+ max-width: 240px;
122
+ }
123
+ .input-otp-wrap,
124
+ .card-text-button {
125
+ text-align: left;
126
+ }
127
+ }
128
+ }
129
+ }
130
+
131
+ .h1 {
132
+ margin-left: 0;
133
+ @apply text-heading-l-dt;
134
+ }
135
+
136
+ .link-label {
137
+ margin-left: 0;
138
+ }
139
+
140
+ .back-btn {
141
+ margin-left: 0;
142
+ }
143
+
144
+ .back-btn2 {
145
+ margin-left: 0;
146
+ }
147
+ }
148
+
149
+ .body-container::-webkit-scrollbar {
150
+ display: none;
151
+ }
152
+ .audit-card {
153
+ width: 80%;
154
+ margin-left: -21%;
155
+ margin-right: -27%;
156
+ max-height: 120px;
157
+ margin-top: 90px;
158
+ }
159
+
160
+ .citizen-and-architect-photo-header {
161
+ font-size: 24px;
162
+ }
163
+
164
+ .citizen-and-architect-photo-container {
165
+ display: flex;
166
+ justify-content: space-between;
167
+ gap: 20px;
168
+ margin-top: 10px;
169
+ padding: 0px 20px;
170
+ }
171
+
172
+ .citizen-and-architect-photo-item {
173
+ text-align: center;
174
+ }
175
+
176
+ .citizen-and-architect-photo-image {
177
+ width: 100px;
178
+ height: 100px;
179
+ object-fit: cover;
180
+ border-radius: 10%;
181
+ cursor: default;
182
+ }
183
+
184
+ .citizen-and-architect-photo-clickable {
185
+ cursor: pointer;
186
+ }
187
+
188
+ .citizen-and-architect-photo-label {
189
+ /* Add any label styling if needed */
190
+ }
191
+ .bpa-summary-page {
192
+ padding: 2rem;
193
+
194
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
195
+ color: #333;
196
+ }
197
+
198
+ .bpa-summary-heading {
199
+ font-size: 1.5rem;
200
+ border-bottom: 2px solid #ccc;
201
+ padding-bottom: 0.3rem;
202
+ color: #2e4a66;
203
+ margin-top: 2rem;
204
+ margin-bottom: 1rem;
205
+ }
206
+
207
+ .bpa-summary-section {
208
+
209
+ border-radius: 8px;
210
+ margin-bottom: 2rem;
211
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
212
+ }
213
+
214
+ .bpa-summary-label-field-pair {
215
+ display: flex;
216
+ justify-content: space-between;
217
+ border-bottom: 1px dashed #e0e0e0;
218
+ padding: 0.5rem 0;
219
+ color: #333;
220
+ }
221
+
222
+ .bpa-summary-bold-label {
223
+ font-weight: bold;
224
+ color: #555;
225
+ max-width: 170px !important;
226
+ height: auto !important;
227
+ }
228
+
229
+
230
+ .custom-card-container {
231
+ width: 100%;
232
+ background: rgba(255, 255, 255, 0.95);
233
+ backdrop-filter: blur(6px);
234
+ border-radius: 18px;
235
+ border: 1px solid rgba(229, 231, 235, 0.8);
236
+ padding: 0;
237
+ margin-bottom: 24px;
238
+ box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
239
+ transition: all 0.25s ease;
240
+ overflow: hidden;
241
+ cursor: default;
242
+ }
243
+
244
+ .custom-card-clickable {
245
+ cursor: pointer;
246
+ }
247
+
248
+ .custom-card-hovered {
249
+ transform: translateY(-3px);
250
+ box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
251
+ }
252
+
253
+ .custom-card-table {
254
+ width: 100%;
255
+ border-collapse: separate;
256
+ border-spacing: 24px 20px;
257
+ }
258
+
259
+ .custom-card-td {
260
+ width: 100%;
261
+ padding: 0;
262
+ display: block;
263
+ justify-content: space-between;
264
+ align-items: center;
265
+ }
266
+
267
+ /* ============================================
268
+ BPA STEPPER FORM - Common Styles
269
+ ============================================ */
270
+
271
+ .bpa-stepper-form-container {
272
+ padding: 16px;
273
+ background: #f8fafc;
274
+ min-height: calc(100vh - 120px);
275
+ }
276
+
277
+ .bpa-stepper-form-section {
278
+ background: #ffffff;
279
+ border-radius: 12px;
280
+ padding: 20px 24px;
281
+ margin-bottom: 20px;
282
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
283
+ border: 1px solid #e5e7eb;
284
+ }
285
+
286
+ .bpa-section-header {
287
+ font-size: 18px !important;
288
+ font-weight: 600 !important;
289
+ margin-bottom: 16px !important;
290
+ padding-bottom: 12px !important;
291
+ border-bottom: 2px solid #e5e7eb !important;
292
+ }
293
+
294
+ .bpa-block-section {
295
+ background: #f8fafc;
296
+ border-radius: 8px;
297
+ padding: 16px;
298
+ margin-top: 16px;
299
+ border: 1px solid #e5e7eb;
300
+ }
301
+
302
+ .bpa-block-header {
303
+ font-size: 16px !important;
304
+ font-weight: 600 !important;
305
+ color: #374151 !important;
306
+ margin-bottom: 12px !important;
307
+ }
308
+
309
+ .bpa-table-container {
310
+ margin-top: 16px;
311
+ overflow-x: auto;
312
+ border-radius: 8px;
313
+ border: 1px solid #e5e7eb;
314
+ }
315
+
316
+ .bpa-stepper-form-section .status-table-container {
317
+ margin: 0;
318
+ }
319
+
320
+ .bpa-stepper-form-section .status-table-container .status-table {
321
+ margin: 0;
322
+ }
323
+
324
+ .bpa-stepper-form-section .row {
325
+ padding: 12px 0;
326
+ border-bottom: 1px dashed #e5e7eb;
327
+ }
328
+
329
+ .bpa-stepper-form-section .row:last-child {
330
+ border-bottom: none;
331
+ }
332
+
333
+ .bpa-stepper-form-section .row .key {
334
+ font-weight: 500;
335
+ color: #6b7280;
336
+ font-size: 14px;
337
+ }
338
+
339
+ .bpa-stepper-form-section .row .value {
340
+ font-weight: 600;
341
+ color: #1f2937;
342
+ font-size: 14px;
343
+ }
344
+
345
+ /* Responsive Styles */
346
+ @media screen and (max-width: 768px) {
347
+ .bpa-stepper-form-container {
348
+ padding: 12px;
349
+ }
350
+
351
+ .bpa-stepper-form-section {
352
+ padding: 16px;
353
+ margin-bottom: 16px;
354
+ border-radius: 10px;
355
+ }
356
+
357
+ .bpa-section-header {
358
+ font-size: 16px !important;
359
+ margin-bottom: 12px !important;
360
+ padding-bottom: 10px !important;
361
+ }
362
+
363
+ .bpa-block-section {
364
+ padding: 12px;
365
+ margin-top: 12px;
366
+ }
367
+
368
+ .bpa-block-header {
369
+ font-size: 14px !important;
370
+ margin-bottom: 10px !important;
371
+ }
372
+
373
+ .bpa-stepper-form-section .row {
374
+ padding: 10px 0;
375
+ }
376
+
377
+ .bpa-stepper-form-section .row .key,
378
+ .bpa-stepper-form-section .row .value {
379
+ font-size: 13px;
380
+ }
381
+ }
382
+
383
+ @media screen and (max-width: 480px) {
384
+ .bpa-stepper-form-container {
385
+ padding: 8px;
386
+ }
387
+
388
+ .bpa-stepper-form-section {
389
+ padding: 12px;
390
+ margin-bottom: 12px;
391
+ border-radius: 8px;
392
+ }
393
+
394
+ .bpa-section-header {
395
+ font-size: 15px !important;
396
+ margin-bottom: 10px !important;
397
+ padding-bottom: 8px !important;
398
+ }
399
+
400
+ .bpa-block-section {
401
+ padding: 10px;
402
+ margin-top: 10px;
403
+ }
404
+
405
+ .bpa-block-header {
406
+ font-size: 13px !important;
407
+ }
408
+
409
+ .bpa-stepper-form-section .row {
410
+ padding: 8px 0;
411
+ flex-direction: column;
412
+ gap: 4px;
413
+ }
414
+
415
+ .bpa-stepper-form-section .row .key,
416
+ .bpa-stepper-form-section .row .value {
417
+ font-size: 12px;
418
+ }
419
+
420
+ .bpa-table-container {
421
+ margin-top: 12px;
422
+ }
423
+ }
@@ -0,0 +1,142 @@
1
+ .selector-button {
2
+ color: #ffffff !important;
3
+ border: none !important;
4
+ border-radius: 0.375rem;
5
+ padding: 0.5rem 1rem;
6
+ font-family: "Noto Sans", sans-serif;
7
+ font-weight: 500;
8
+ font-size: 0.875rem;
9
+ line-height: 1.25rem;
10
+ cursor: pointer;
11
+ transition: all 0.2s ease;
12
+ white-space: normal;
13
+ word-break: break-word;
14
+ overflow-wrap: break-word;
15
+ text-align: center;
16
+ display: inline-flex;
17
+ align-items: center;
18
+ justify-content: center;
19
+ min-height: 40px;
20
+ height: auto;
21
+ width: 100%;
22
+ margin: 0;
23
+
24
+ @media (min-width: 768px) {
25
+ width: 30%;
26
+ }
27
+
28
+ &:hover {
29
+ opacity: 0.9;
30
+ }
31
+
32
+ h2 {
33
+ color: #ffffff !important;
34
+ font-size: 0.875rem !important;
35
+ line-height: 1.25rem !important;
36
+ font-weight: 500 !important;
37
+ margin: 0 !important;
38
+ padding: 0 !important;
39
+ width: 100%;
40
+ }
41
+ }
42
+
43
+ .selector-button-primary {
44
+ @extend .selector-button;
45
+ background-color: #2947a3 !important;
46
+
47
+ &:hover {
48
+ background-color: #1e3a8a !important;
49
+ }
50
+ }
51
+
52
+ .selector-button-secondary {
53
+ @extend .selector-button;
54
+ background-color: #ffffff !important;
55
+ color: #2947a3 !important;
56
+
57
+ h2 {
58
+ color: #2947a3 !important;
59
+ }
60
+ }
61
+
62
+ .selector-button-border {
63
+ background-color: #2947a3 !important;
64
+ color: #ffffff !important;
65
+ border: none !important;
66
+ border-radius: 0.375rem;
67
+ padding: 0.5rem 1rem;
68
+ font-family: "Noto Sans", sans-serif;
69
+ font-weight: 500;
70
+ font-size: 0.875rem;
71
+ line-height: 1.25rem;
72
+ cursor: pointer;
73
+ transition: all 0.2s ease;
74
+ white-space: normal;
75
+ word-break: break-word;
76
+ overflow-wrap: break-word;
77
+ text-align: center;
78
+ display: inline-flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ height: auto;
82
+ min-height: 40px;
83
+ margin: 0;
84
+
85
+
86
+ &:hover {
87
+ background-color: #1e3a8a !important;
88
+ opacity: 0.9;
89
+ }
90
+
91
+ h2 {
92
+ color: #ffffff !important;
93
+ font-size: 0.875rem !important;
94
+ line-height: 1.25rem !important;
95
+ font-weight: 500 !important;
96
+ margin: 0 !important;
97
+ padding: 0 !important;
98
+ border: none !important;
99
+ width: 100%;
100
+ }
101
+ }
102
+
103
+ .input-mirror-selector-button {
104
+ @apply h-16 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg !important;
105
+
106
+ &:focus {
107
+ @apply outline-none;
108
+ }
109
+
110
+ h2 {
111
+ @apply font-rc font-medium text-legend text-text-primary;
112
+ }
113
+ }
114
+
115
+ .selector-button-primary-disabled {
116
+ @apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
117
+
118
+ &:focus {
119
+ @apply outline-none;
120
+ }
121
+
122
+ h2 {
123
+ @apply font-rc font-medium text-legend text-white;
124
+ }
125
+ }
126
+ .submit-bar:focus {
127
+ @apply outline-none !important;
128
+ }
129
+
130
+ .go-back-footer-button {
131
+ background-color: white !important;
132
+ color: black !important;
133
+ border: 1px solid !important;
134
+ margin-right: 10px !important;
135
+ }
136
+ .action-button-myapplication {
137
+ display: flex;
138
+ gap: 20px;
139
+ flex-wrap: wrap;
140
+ margin-top: 10px;
141
+ }
142
+