@pmidc/upyog-css 1.1.0 → 1.1.2

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 (125) hide show
  1. package/dist/index.css +6464 -8264
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +110 -530
  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/OnGroundEventCard.scss +71 -71
  10. package/src/components/PageBasedInput.scss +30 -30
  11. package/src/components/PopupHeadingLabel.scss +14 -14
  12. package/src/components/PropertySearchForm.scss +58 -58
  13. package/src/components/SearchForm.scss +56 -56
  14. package/src/components/SearchOnRadioButton.scss +9 -9
  15. package/src/components/StandaloneSearchBar.scss +9 -9
  16. package/src/components/TimeLine.scss +68 -96
  17. package/src/components/WhatsNewCard.scss +12 -12
  18. package/src/components/actionLink.scss +3 -3
  19. package/src/components/actionbar.scss +96 -96
  20. package/src/components/bannercomponents.scss +137 -137
  21. package/src/components/body.scss +147 -157
  22. package/src/components/buttons.scss +50 -57
  23. package/src/components/card.scss +436 -588
  24. package/src/components/cardHeaderWithOptions.scss +13 -13
  25. package/src/components/changeLanguage.scss +3 -3
  26. package/src/components/charts.scss +185 -185
  27. package/src/components/checkbox.scss +83 -83
  28. package/src/components/checkpoint.scss +65 -65
  29. package/src/components/citizenInfoLabel.scss +14 -14
  30. package/src/components/custombtn.scss +15 -15
  31. package/src/components/datatable.scss +116 -116
  32. package/src/components/datewrap.scss +21 -21
  33. package/src/components/detailscard.scss +6 -6
  34. package/src/components/detailscontainer.scss +13 -13
  35. package/src/components/filters.scss +97 -97
  36. package/src/components/grey.scss +3 -3
  37. package/src/components/hoc/InboxComposer.scss +115 -115
  38. package/src/components/howItWorks.scss +71 -71
  39. package/src/components/imageviewer.scss +33 -33
  40. package/src/components/info-banner.scss +35 -35
  41. package/src/components/inputotp.scss +15 -15
  42. package/src/components/keynote.scss +27 -29
  43. package/src/components/languageSelector.scss +24 -24
  44. package/src/components/loader.scss +96 -96
  45. package/src/components/map.scss +30 -30
  46. package/src/components/metricsTable.scss +26 -26
  47. package/src/components/multiLink.scss +87 -87
  48. package/src/components/multiSelectDropdown.scss +72 -88
  49. package/src/components/navbar.scss +345 -338
  50. package/src/components/plusMinus.scss +15 -15
  51. package/src/components/popup.scss +15 -15
  52. package/src/components/radiobtn.scss +44 -44
  53. package/src/components/ratingstar.scss +33 -33
  54. package/src/components/roundedLabel.scss +10 -10
  55. package/src/components/searchAction.scss +20 -27
  56. package/src/components/sectionalDropdown.scss +43 -43
  57. package/src/components/selectdropdown.scss +205 -276
  58. package/src/components/staticDynamicMessages.scss +110 -110
  59. package/src/components/staticSideBar.scss +27 -27
  60. package/src/components/statushighlight.scss +17 -17
  61. package/src/components/submiterrors.scss +11 -11
  62. package/src/components/summary.scss +28 -28
  63. package/src/components/table.scss +178 -362
  64. package/src/components/tag.scss +27 -27
  65. package/src/components/telephone.scss +17 -17
  66. package/src/components/textfields.scss +111 -119
  67. package/src/components/toast.scss +31 -31
  68. package/src/components/toggleSwitch.scss +40 -40
  69. package/src/components/topbar.scss +147 -217
  70. package/src/components/uploadcomponents.scss +113 -113
  71. package/src/index.scss +969 -975
  72. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  73. package/src/pages/citizen/DocumentList.scss +305 -384
  74. package/src/pages/citizen/Events.scss +46 -46
  75. package/src/pages/citizen/HomePageWrapper.scss +165 -214
  76. package/src/pages/citizen/SurveyList.scss +21 -21
  77. package/src/pages/citizen/citizenDocument.scss +21 -25
  78. package/src/pages/citizen/citizenNewLogin.scss +193 -357
  79. package/src/pages/citizen/container.scss +22 -32
  80. package/src/pages/citizen/loaderMessage.scss +295 -295
  81. package/src/pages/citizen/payment/payment-type.scss +2 -2
  82. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  83. package/src/pages/common/form.scss +25 -25
  84. package/src/pages/common/pgrUICssfix.scss +105 -105
  85. package/src/pages/common/requiredField.scss +2 -2
  86. package/src/pages/common/sanctionFeeTable.scss +91 -91
  87. package/src/pages/common/searchIcon.scss +12 -12
  88. package/src/pages/common/stepForm.scss +40 -40
  89. package/src/pages/employee/EmployeeLogin.scss +6 -6
  90. package/src/pages/employee/cardfix.scss +13 -13
  91. package/src/pages/employee/container.scss +73 -73
  92. package/src/pages/employee/dashboard.scss +203 -203
  93. package/src/pages/employee/disconnection.scss +425 -425
  94. package/src/pages/employee/dss.scss +249 -251
  95. package/src/pages/employee/faq.scss +353 -353
  96. package/src/pages/employee/footer.scss +68 -68
  97. package/src/pages/employee/form-fields.scss +13 -13
  98. package/src/pages/employee/iframe.scss +65 -65
  99. package/src/pages/employee/inbox.scss +744 -744
  100. package/src/pages/employee/index.scss +678 -674
  101. package/src/pages/employee/landing.scss +324 -324
  102. package/src/pages/employee/login.scss +595 -253
  103. package/src/pages/employee/oldMobileInbox.scss +4 -4
  104. package/src/pages/employee/popupmodule.scss +47 -47
  105. package/src/pages/employee/response.scss +2 -2
  106. package/src/pages/employee/scroll-table.scss +113 -113
  107. package/src/pages/employee/surveys.scss +469 -469
  108. package/src/pages/employee/tooltip.scss +35 -35
  109. package/src/pages/employee/updateNumber.scss +12 -12
  110. package/src/pages/swach/index.scss +172 -172
  111. package/src/pages/ws/index.scss +104 -104
  112. package/svg/camera.svg +4 -4
  113. package/svg/check.svg +3 -3
  114. package/svg/close.svg +4 -4
  115. package/svg/error.svg +3 -3
  116. package/svg/error2.svg +5 -5
  117. package/svg/searchicon.svg +3 -3
  118. package/svg/starempty.svg +3 -3
  119. package/svg/starfilled.svg +4 -4
  120. package/svg/success.svg +3 -3
  121. package/src/components/NewAccordianCitizen.scss +0 -130
  122. package/src/components/newFooter.scss +0 -75
  123. package/src/pages/citizen/CitizenLogin.scss +0 -50
  124. package/src/pages/citizen/InboxCard.scss +0 -327
  125. package/src/pages/employee/header.scss +0 -262
@@ -1,357 +1,193 @@
1
- /* Main Container - Full height viewport */
2
- .login-page-cover {
3
- width: 100%;
4
- height: 90vh;
5
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
6
- display: flex;
7
- align-items: center;
8
- justify-content: center;
9
- /* Removed overflow: hidden to prevent scrolling issues */
10
- }
11
-
12
- /* Container - Full height split layout */
13
- .login-container {
14
- width: 100%;
15
- height: 100vh;
16
- max-width: 100%;
17
- display: flex;
18
- background-color: #ffffff;
19
- overflow: hidden;
20
- }
21
-
22
- /* Left Panel - Hero Section takes full height */
23
- .login-hero-panel {
24
- flex: 1;
25
- background: linear-gradient(135deg, #5b68f0 0%, #7b5fc7 100%);
26
- color: white;
27
- padding: 60px 50px;
28
- display: flex;
29
- flex-direction: column;
30
- align-items: center;
31
- justify-content: center;
32
- overflow-y: auto;
33
- }
34
-
35
- .hero-content {
36
- max-width: 500px;
37
- text-align: center;
38
- }
39
-
40
- .hero-icon-circle {
41
- width: 100px;
42
- height: 100px;
43
- border-radius: 50%;
44
- background-color: rgba(255, 255, 255, 0.2);
45
- border: 3px solid rgba(255, 255, 255, 0.3);
46
- display: flex;
47
- align-items: center;
48
- justify-content: center;
49
- margin: 0 auto 30px;
50
- backdrop-filter: blur(10px);
51
- }
52
-
53
- .hero-icon-circle svg {
54
- width: 50px;
55
- height: 50px;
56
- color: white;
57
- }
58
-
59
- .hero-title {
60
- font-size: 2.5rem;
61
- font-weight: 700;
62
- margin-bottom: 20px;
63
- line-height: 1.2;
64
- }
65
-
66
- .hero-description {
67
- font-size: 1.125rem;
68
- line-height: 1.6;
69
- margin-bottom: 50px;
70
- opacity: 0.95;
71
- }
72
-
73
- .hero-features {
74
- display: flex;
75
- justify-content: space-around;
76
- gap: 30px;
77
- margin-top: 40px;
78
- }
79
-
80
- .feature-item {
81
- display: flex;
82
- flex-direction: column;
83
- align-items: center;
84
- gap: 12px;
85
- }
86
-
87
- .feature-icon {
88
- width: 70px;
89
- height: 70px;
90
- border-radius: 50%;
91
- background-color: rgba(255, 255, 255, 0.15);
92
- display: flex;
93
- align-items: center;
94
- justify-content: center;
95
- border: 2px solid rgba(255, 255, 255, 0.2);
96
- transition: all 0.3s ease;
97
- }
98
-
99
- .feature-icon:hover {
100
- background-color: rgba(255, 255, 255, 0.25);
101
- transform: translateY(-5px);
102
- }
103
-
104
- .feature-icon svg {
105
- color: white;
106
- }
107
-
108
- .feature-text {
109
- font-size: 0.95rem;
110
- font-weight: 500;
111
- text-align: center;
112
- }
113
-
114
- /* Right Panel - Login Form with scrollable content */
115
- .login-form-panel {
116
- flex: 1;
117
- display: flex;
118
- align-items: center;
119
- justify-content: center;
120
- background-color: #f5f5f5;
121
- overflow-y: auto;
122
- padding: 20px;
123
- }
124
-
125
- /* Login Wrapper - Matches reference image design */
126
- .login-wrapper {
127
- width: 100%;
128
- max-width: 480px;
129
- background-color: #ffffff;
130
- padding: 40px;
131
- border-radius: 12px;
132
- box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
133
- }
134
-
135
- .login-form-header {
136
- margin-bottom: 30px;
137
- display: flex;
138
- flex-direction: column;
139
- justify-content: center;
140
- align-items: flex-start;
141
- border-radius: 4px;
142
- position: relative;
143
- }
144
- .register-login-wrapper {
145
- display: flex;
146
- flex-direction: column;
147
- justify-content: center;
148
- align-items: flex-start;
149
- background-color: rgba(255, 255, 255, 1);
150
- margin: 8px;
151
- padding: 2rem;
152
- box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
153
- border-radius: 4px;
154
- width: 35%;
155
- max-width: 100vw;
156
- height: 900px;
157
- position: relative;
158
- }
159
-
160
- .login-title {
161
- font-size: 2rem;
162
- font-weight: 700;
163
- color: #0b0c0c;
164
- margin-bottom: 8px;
165
- }
166
-
167
- .login-subtitle {
168
- font-size: 0.95rem;
169
- color: #686677;
170
- margin: 0;
171
- }
172
-
173
- /* Form Elements */
174
- .label {
175
- font-weight: 500;
176
- font-size: 16px;
177
- line-height: 25px;
178
- color: #686677;
179
- display: block;
180
- margin-bottom: 8px;
181
- }
182
-
183
- .label span {
184
- color: #ff1515;
185
- }
186
-
187
- .language-wrapper,
188
- .location-wrapper,
189
- .input-wrapper {
190
- margin-bottom: 24px;
191
- width: 100%;
192
- }
193
-
194
- .location-wrapper .select {
195
- display: flex;
196
- align-items: center;
197
- border: 1px solid #b4b4b4 !important;
198
- background-color: rgba(255, 255, 255, var(--bg-opacity));
199
- border-radius: 8px;
200
- }
201
-
202
- .location-wrapper .select-active {
203
- border-radius: 8px !important;
204
- }
205
-
206
- .input-wrapper .submit-bar,
207
- .input-wrapper .submit-bar-disabled {
208
- width: 100%;
209
- }
210
-
211
- .input-wrapper .card-label {
212
- font-weight: 500 !important;
213
- font-size: 16px !important;
214
- line-height: 25px !important;
215
- color: #686677 !important;
216
- }
217
-
218
- .input-wrapper.hide-submit-buttons + .submit-bar,
219
- .input-wrapper.hide-submit-buttons + .submit-bar-disabled {
220
- display: none !important;
221
- }
222
-
223
- /* Account Link */
224
- .account-link {
225
- font-size: 16px;
226
- font-weight: 400;
227
- line-height: 25px;
228
- text-align: center;
229
- margin-top: 24px;
230
- color: #0b0c0c;
231
- }
232
-
233
- .link {
234
- color: #5b68f0;
235
- text-decoration: none;
236
- cursor: pointer;
237
- font-weight: 500;
238
- transition: color 0.2s ease;
239
- }
240
-
241
- .link:hover {
242
- color: #7b5fc7;
243
- text-decoration: underline;
244
- }
245
-
246
- /* OTP Section */
247
- .resendIn {
248
- font-size: 16px;
249
- font-weight: 500;
250
- color: #686677;
251
- text-align: right;
252
- }
253
-
254
- .resendIn span {
255
- color: #5b68f0;
256
- }
257
-
258
- .resend {
259
- text-align: right;
260
- cursor: pointer;
261
- font-weight: 700;
262
- color: #5b68f0;
263
- }
264
-
265
- /* Register Login Wrapper - For registration page with same left panel */
266
- .register-login-wrapper {
267
- width: 100%;
268
- max-width: 480px;
269
- background-color: #ffffff;
270
- padding: 40px;
271
- border-radius: 12px;
272
- box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
273
- }
274
-
275
- /* Responsive Design - Hide left panel on tablets and mobile */
276
- @media (max-width: 1024px) {
277
- .login-hero-panel {
278
- display: none;
279
- }
280
-
281
- .login-container {
282
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
283
- }
284
-
285
- .login-form-panel {
286
- background: transparent;
287
- }
288
-
289
- .login-wrapper,
290
- .register-login-wrapper {
291
- box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
292
- }
293
- }
294
-
295
- @media (max-width: 768px) {
296
- .login-wrapper,
297
- .register-login-wrapper {
298
- padding: 30px 24px;
299
- max-width: 95%;
300
- }
301
-
302
- .login-title {
303
- font-size: 1.75rem;
304
- }
305
-
306
- .login-subtitle {
307
- font-size: 0.875rem;
308
- }
309
- }
310
-
311
- @media (max-width: 480px) {
312
- .login-wrapper,
313
- .register-login-wrapper {
314
- padding: 24px 20px;
315
- }
316
-
317
- .login-title {
318
- font-size: 1.5rem;
319
- }
320
-
321
- .login-form-header {
322
- margin-bottom: 24px;
323
- }
324
-
325
- .language-wrapper,
326
- .location-wrapper,
327
- .input-wrapper {
328
- margin-bottom: 20px;
329
- }
330
-
331
- .label,
332
- .account-link {
333
- font-size: 14px;
334
- }
335
- .lag-loc-wrapper {
336
- flex-direction: column;
337
- gap: 0px;
338
- }
339
- .login-wrapper{
340
- width: 60%;
341
- }
342
- .register-login-wrapper{
343
- width: 60%;
344
- }
345
- }
346
- @media (min-width: 769px) and (max-width : 1024px) {
347
- .lag-loc-wrapper {
348
- flex-direction: column;
349
- gap: 0px;
350
- }
351
- .login-wrapper{
352
- width: 60%;
353
- }
354
- .register-login-wrapper{
355
- width: 60%;
356
- }
357
- }
1
+ .login-container {
2
+ width: 100%;
3
+ display: flex;
4
+ align-items: center;
5
+ justify-content: center;
6
+ height: 100vh;
7
+ }
8
+
9
+ .login-page-cover {
10
+ background: linear-gradient(0deg, rgba(41, 71, 163, 0.9), rgba(41, 71, 163, 0.9)),
11
+ url("https://sdc-uat.lgpunjab.gov.in/filestore/v1/files/viewfile/?name=pb%2Fproperty-upload%2FOctober%2F16%2F1760620815250vZVIeEsyde.jpeg");
12
+ background-size: cover;
13
+ background-position: center;
14
+ height: 100vh;
15
+ width: 100%;
16
+ }
17
+
18
+ .login-wrapper {
19
+ display: flex;
20
+ flex-direction: column;
21
+ justify-content: center;
22
+ align-items: flex-start;
23
+ background-color: rgba(255, 255, 255, 1);
24
+ margin: 8px;
25
+ padding: 2rem;
26
+ box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
27
+ border-radius: 4px;
28
+ width: 35%;
29
+ max-width: 100vw;
30
+ height: 750px;
31
+ position: relative;
32
+ }
33
+ .register-login-wrapper {
34
+ display: flex;
35
+ flex-direction: column;
36
+ justify-content: center;
37
+ align-items: flex-start;
38
+ background-color: rgba(255, 255, 255, 1);
39
+ margin: 8px;
40
+ padding: 2rem;
41
+ box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
42
+ border-radius: 4px;
43
+ width: 35%;
44
+ max-width: 100vw;
45
+ height: 900px;
46
+ position: relative;
47
+ }
48
+ .login-title {
49
+ width: 100%;
50
+ max-width: 525px;
51
+ font-size: 2.5rem;
52
+ color: #0b0c0c;
53
+ font-weight: 600;
54
+ text-align: center;
55
+ padding: 2rem 0rem;
56
+ }
57
+
58
+ .lag-loc-wrapper {
59
+ display: flex;
60
+ justify-content: center;
61
+ width: 100%;
62
+ max-width: 540px;
63
+ gap: 30px;
64
+ }
65
+
66
+ .location-wrapper {
67
+ display: flex;
68
+ flex-direction: column;
69
+ gap: 8px;
70
+ width: 100%;
71
+ }
72
+
73
+ /* The inner select div */
74
+ .location-wrapper .select {
75
+ display: flex;
76
+ align-items: center;
77
+ border: 1px solid #b4b4b4 !important;
78
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
79
+ border-radius: 8px;
80
+ }
81
+
82
+ .location-wrapper .select-active {
83
+ border-radius: 8px !important;
84
+ }
85
+
86
+ .language-wrapper {
87
+ width: 100%;
88
+ max-width: 260px;
89
+ }
90
+
91
+ .label {
92
+ font-weight: 500;
93
+ font-size: 16px;
94
+ line-height: 25px;
95
+ color: #686677;
96
+
97
+ span {
98
+ color: #ff1515;
99
+ }
100
+ }
101
+
102
+ .input-wrapper {
103
+ width: 100%;
104
+ max-width: 540px;
105
+ }
106
+
107
+ .input-wrapper .submit-bar,
108
+ .input-wrapper .submit-bar-disabled {
109
+ width: 100%;
110
+ max-width: 540px;
111
+ }
112
+
113
+ .input-wrapper .card-label {
114
+ font-weight: 500 !important;
115
+ font-size: 16px !important;
116
+ line-height: 25px !important;
117
+ color: #686677 !important;
118
+ }
119
+
120
+ .input-wrapper.hide-submit-buttons+.submit-bar,
121
+ .input-wrapper.hide-submit-buttons+.submit-bar-disabled {
122
+ display: none !important;
123
+ }
124
+
125
+ .account-link {
126
+ font-size: 16px;
127
+ font-weight: 400;
128
+ line-height: 25px;
129
+ text-align: center;
130
+ }
131
+
132
+ .link {
133
+ color: #1778ff;
134
+ text-decoration: underline;
135
+ }
136
+
137
+ .resendIn {
138
+ font-size: 16px;
139
+ font-weight: 500;
140
+ color: #686677;
141
+ text-align: right;
142
+
143
+ span {
144
+ color: #1778ff;
145
+ }
146
+ }
147
+
148
+ .resend {
149
+ text-align: right;
150
+ cursor: pointer;
151
+ font-weight: 700;
152
+ }
153
+
154
+ .login-circle {
155
+ width: 75px;
156
+ height: 75px;
157
+ border-radius: 50%;
158
+ background-color: #2947a3;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ color: white;
163
+ font-size: 24px;
164
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
165
+ cursor: pointer;
166
+ position: absolute;
167
+ top: -30px;
168
+ }
169
+
170
+ @media (max-width: 768px) {
171
+ .lag-loc-wrapper {
172
+ flex-direction: column;
173
+ gap: 0px;
174
+ }
175
+ .login-wrapper{
176
+ width: 60%;
177
+ }
178
+ .register-login-wrapper{
179
+ width: 60%;
180
+ }
181
+ }
182
+ @media (min-width: 769px) and (max-width : 1024px) {
183
+ .lag-loc-wrapper {
184
+ flex-direction: column;
185
+ gap: 0px;
186
+ }
187
+ .login-wrapper{
188
+ width: 60%;
189
+ }
190
+ .register-login-wrapper{
191
+ width: 60%;
192
+ }
193
+ }
@@ -1,33 +1,23 @@
1
- .citizen-home-footer {
2
- @apply flex w-full h-10 bg-grey-bg pb-md pt-sm justify-center;
3
- img {
4
- @apply ml-sm;
5
- }
6
- }
7
-
8
- .employee .citizen-home-footer {
9
- @apply fixed bottom-0;
10
- }
11
- .fill-path-primary-main {
12
- path {
13
- fill: #1359C8;
14
- }
15
- }
16
-
17
- .obps-search {
18
- margin: 8px;
19
- }
20
- .font-Weigth-bold {
21
- font-weight: 600 !important;
22
- margin-top: 20px !important;
23
- }
24
-
25
- .obps-citizen-search-header{
26
- background:#ffffff;
27
- padding: 20px 0px;
28
- color: #00000099;
29
- padding: 10px;
30
- }
31
- .obps-citizen-card-paragraph{
32
- text-align: center;
1
+ .citizen-home-footer {
2
+ @apply flex w-full h-10 bg-grey-bg pb-md pt-sm justify-center;
3
+ img {
4
+ @apply ml-sm;
5
+ }
6
+ }
7
+
8
+ .employee .citizen-home-footer {
9
+ @apply fixed bottom-0;
10
+ }
11
+ .fill-path-primary-main {
12
+ path {
13
+ fill: #1359C8;
14
+ }
15
+ }
16
+
17
+ .obps-search {
18
+ margin: 8px;
19
+ }
20
+ .font-Weigth-bold {
21
+ font-weight: 600 !important;
22
+ margin-top: 20px !important;
33
23
  }