@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,378 @@
1
+ .inbox-card-container {
2
+ width: 100%;
3
+ height: 85%;
4
+ position: relative;
5
+ }
6
+
7
+ .inbox-card-body {
8
+ margin: 0px;
9
+ padding: 0px;
10
+ }
11
+
12
+ .inbox-outer-flex-column {
13
+ display: flex;
14
+ flex-direction: column;
15
+ }
16
+
17
+ .inbox-inner-flex-row {
18
+ display: flex;
19
+ }
20
+
21
+ .inbox-icon-container {
22
+ width: 30%;
23
+ height: 50px;
24
+ }
25
+
26
+ .inbox-icon-banner-style {
27
+ position: absolute;
28
+ left: 10%;
29
+ top: 10%;
30
+ border-radius: 5px;
31
+ box-shadow: 5px 5px 5px 0px #e3e4e3;
32
+ }
33
+
34
+ .inbox-kpi-container {
35
+ width: 70%;
36
+ }
37
+
38
+ .inbox-flex-fit-citizen {
39
+ padding-left: 17px;
40
+ }
41
+
42
+ .inbox-card-count-style {
43
+ display: flex;
44
+ width: 100%;
45
+ flex-direction: column;
46
+ }
47
+
48
+ .inbox-count-wrapper {
49
+ margin-left: auto;
50
+ display: flex;
51
+ flex-direction: column-reverse;
52
+ width: 100%;
53
+ }
54
+
55
+ .inbox-label-text {
56
+ text-align: center;
57
+ }
58
+
59
+ .inbox-count-text {
60
+ text-align: center;
61
+ }
62
+
63
+ .inbox-count-value {
64
+ color: #ae1e28;
65
+ font-size: 18px;
66
+ font-family: sans-serif;
67
+ font-weight: bold;
68
+ }
69
+
70
+ .inbox-links-wrapper-style {
71
+ display: flex;
72
+ justify-content: space-around;
73
+ padding-top: 15px;
74
+ }
75
+
76
+ .inbox-link-item {
77
+ padding-left: 5px;
78
+ color: #a1a5b7;
79
+ display: flex;
80
+ }
81
+
82
+ .inbox-link-flex {
83
+ display: flex;
84
+ }
85
+ .inbox-text-employee-card {
86
+ font-size: 1.5rem;
87
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
88
+ position: absolute;
89
+ top: 10%;
90
+ padding-left: 10%;
91
+ color: rgb(255, 255, 255) !important;
92
+ width: 300px;
93
+ }
94
+
95
+ .view-declaration-link {
96
+ color: green;
97
+ }
98
+
99
+ .view-link-button {
100
+ float: right;
101
+ display: inline;
102
+ background: #fff;
103
+ }
104
+
105
+ .summary-content-wrapper {
106
+ margin-top: 30px;
107
+ padding-bottom: 30px;
108
+ }
109
+
110
+ .summary-page-table-container {
111
+ margin-top: 19px;
112
+ background: #fafafa;
113
+ border: 1px solid #d6d5d4;
114
+ border-radius: 4px;
115
+ padding: 12px;
116
+ max-width: 960px;
117
+ min-width: 280px;
118
+ }
119
+
120
+ .summary-page-table {
121
+ width: 100%;
122
+ border-collapse: collapse;
123
+ font-size: 15px;
124
+ }
125
+
126
+ .summary-page-table-row {
127
+ border-bottom: 1px solid #eaeaea;
128
+ }
129
+
130
+ .summary-page-table-data {
131
+ padding: 8px;
132
+ font-weight: 600;
133
+ color: #333;
134
+ }
135
+
136
+ .summary-page-tabledata {
137
+ padding: 8px;
138
+ text-align: right;
139
+ color: #555;
140
+ }
141
+
142
+ .summary-page-uploaded-tabledata {
143
+ padding: 12px 8px;
144
+ font-weight: 600;
145
+ color: #333;
146
+ }
147
+
148
+ .summary-page-uploaded-table-data {
149
+ padding: 12px 8px;
150
+ text-align: right;
151
+ }
152
+
153
+ .summary-page-checkbox {
154
+ height: auto;
155
+ }
156
+
157
+ .summary-page-scroll {
158
+ overflow: scroll;
159
+ }
160
+
161
+ .bpa-newbuilding-bpa-section {
162
+
163
+ }
164
+ .bpa-newbuilding-label-field-pair {
165
+ display: flex;
166
+ justify-content: space-between;
167
+ border-bottom: 1px dashed #e0e0e0;
168
+ padding: 0.5rem 0;
169
+ color: #333;
170
+ }
171
+ .bpa-newbuilding-bold-label {
172
+ font-weight: 700;
173
+ color: #555;
174
+ }
175
+ .bpa-newbuilding-search-icon-container {
176
+ position: relative;
177
+ z-index: 1;
178
+ right: 95px;
179
+ margin-top: -24px;
180
+ margin-right: -20px;
181
+ cursor: pointer;
182
+ }
183
+ .bpa-newbuilding-or-text {
184
+ position: relative;
185
+ font-weight: 700;
186
+ left: 20px;
187
+ }
188
+ .bpa-newbuilding-upload-margin {
189
+ margin-bottom: 15px;
190
+ }
191
+ .bpa-newbuilding-ecbc-error-text {
192
+ color: red;
193
+ }
194
+ .bpa-newbuilding-submit-back {
195
+ border: 1px solid;
196
+ background: transparent;
197
+ color: #2947a3;
198
+ margin-right: 5px;
199
+ }
200
+ .bpa-newbuilding-newbuilding-error-message {
201
+ color: red;
202
+ margin-top: 4px;
203
+ font-size: 0.9rem;
204
+ }
205
+ .newbuilding-error-message {
206
+ color: "red";
207
+ font-size: "12px";
208
+ margin-top: "4px";
209
+ }
210
+
211
+ .bpa-owner-error-message {
212
+ color: #dc2626;
213
+ font-size: 12px;
214
+ margin-top: 6px;
215
+ font-weight: 500;
216
+ }
217
+
218
+ .bpa-owner-delete-icon {
219
+ position: relative;
220
+ bottom: 0;
221
+ }
222
+
223
+ .bpa-owner-link-delete-button {
224
+ width: 40px;
225
+ height: 40px;
226
+ display: inline-flex;
227
+ justify-content: center;
228
+ align-items: center;
229
+ background: #fee2e2;
230
+ border-radius: 8px;
231
+ float: right;
232
+ margin-top: -10px;
233
+ transition: all 0.2s ease;
234
+
235
+ &:hover {
236
+ background: #fecaca;
237
+ }
238
+ }
239
+
240
+
241
+
242
+ .bpa-owner-cardlabel-negative-margin {
243
+ margin-bottom: 8px;
244
+ }
245
+
246
+ .bpa-owner-mobile-row {
247
+ margin-top: 8px;
248
+ margin-bottom: 16px;
249
+ }
250
+
251
+ .bpa-owner-field-container {
252
+ position: relative;
253
+ width: 100%;
254
+ max-width: 400px;
255
+
256
+ .field-container {
257
+ margin-bottom: 0;
258
+ }
259
+
260
+ .text-input input {
261
+ padding-right: 44px !important;
262
+ }
263
+ }
264
+
265
+ .bpa-owner-search-icon-container {
266
+ position: absolute;
267
+ right: 12px;
268
+ top: 36%;
269
+ transform: translateY(-50%);
270
+ display: flex;
271
+ align-items: center;
272
+ justify-content: center;
273
+ cursor: pointer;
274
+ z-index: 2;
275
+
276
+ svg {
277
+ width: 20px;
278
+ height: 20px;
279
+ fill: #2563eb;
280
+ }
281
+
282
+ &:hover svg {
283
+ fill: #1e40af;
284
+ }
285
+ }
286
+
287
+ .bpa-owner-cardlabel-margin-top {
288
+ margin-top: 20px;
289
+ }
290
+
291
+ .bpa-owner-upload-row {
292
+ display: flex;
293
+ gap: 16px;
294
+ flex-direction: row;
295
+ align-items: flex-start;
296
+ }
297
+
298
+ @media (max-width: 768px) {
299
+ .bpa-owner-upload-row {
300
+ flex-direction: column;
301
+ }
302
+
303
+ .bpa-owner-field-container {
304
+ max-width: 100%;
305
+ }
306
+ }
307
+
308
+ .bpa-owner-input-bg-fa {
309
+ background: #fafafa;
310
+ border-radius: 8px;
311
+ }
312
+
313
+ .bpa-owner-owner-textarea {
314
+ background: #fafafa;
315
+ width: 100%;
316
+ min-height: 80px;
317
+ padding: 12px;
318
+ border: 1px solid #d1d5db;
319
+ border-radius: 8px;
320
+ resize: vertical;
321
+ font-size: 14px;
322
+
323
+ &:focus {
324
+ outline: none;
325
+ border-color: #2563eb;
326
+ box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
327
+ }
328
+ }
329
+
330
+ .bpa-owner-checkbox-top {
331
+ padding-top: 16px;
332
+ }
333
+
334
+ .bpa-owner-add-owner-row {
335
+ display: flex;
336
+ padding: 16px 0;
337
+ }
338
+
339
+ .bpa-owner-add-owner-button {
340
+ padding: 10px 20px;
341
+ background: transparent;
342
+ border: 2px dashed #2563eb;
343
+ border-radius: 8px;
344
+ color: #2563eb;
345
+ font-weight: 600;
346
+ font-size: 14px;
347
+ cursor: pointer;
348
+ transition: all 0.2s ease;
349
+
350
+ &:hover {
351
+ background: rgba(37, 99, 235, 0.05);
352
+ border-style: solid;
353
+ }
354
+ }
355
+
356
+ .bpa-owner-submit-back {
357
+ margin-right: 12px;
358
+ }
359
+
360
+ .bpa-owner-label-field-pair {
361
+ display: flex;
362
+ justify-content: space-between;
363
+ border-bottom: 1px dashed #e5e7eb;
364
+ padding: 12px 0;
365
+ color: #374151;
366
+ }
367
+
368
+ .bpa-owner-bold-label {
369
+ font-weight: 600;
370
+ color: #4b5563;
371
+ }
372
+
373
+ .bpa-owner-newbuilding-error-message {
374
+ color: #dc2626;
375
+ margin-top: 6px;
376
+ font-size: 12px;
377
+ font-weight: 500;
378
+ }
@@ -0,0 +1,25 @@
1
+ .surveyListclockDiv{
2
+ @apply flex items-center my-lg;
3
+ }
4
+ .surveyListclockDiv span{
5
+ @apply pl-md text-text-primary;
6
+ }
7
+ .surveyListstatus{
8
+ @apply flex items-center justify-between;
9
+ }
10
+ .surveyLisNotResponded{
11
+ @apply text-error;
12
+ }
13
+ .surveyLisResponded{
14
+ @apply text-success;
15
+ }
16
+ .surveyListCardMargin{
17
+ @apply mx-md my-lg ;
18
+ }
19
+ .centered-message{
20
+ @apply flex items-center pl-md py-lg ;
21
+
22
+ }
23
+ .engagement-citizen-wrapper{
24
+ margin-top: 3rem !important;
25
+ }
@@ -0,0 +1,26 @@
1
+ .notice_and_circular_image svg {
2
+ width: 80px;
3
+ height: 100px;
4
+ }
5
+ .notice_and_circular_content {
6
+ padding-left: 50px;
7
+ }
8
+ .back-btn2{
9
+ border: none;
10
+ }
11
+ @media screen and (max-width: 768px) {
12
+ .notice_and_circular_image svg {
13
+ width: 53px;
14
+ height: 66px;
15
+ }
16
+ .notice_and_circular_content {
17
+ padding-left: 40px;
18
+ }
19
+ .documentContainerPadding{
20
+ padding: 0 10px;
21
+ }
22
+ }
23
+
24
+ .obps-challan-documents-container{
25
+ margin-bottom: 24px;
26
+ }