@pmidc/upyog-css 1.2.51 → 1.2.53
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.
- package/dist/index.css +23988 -14978
- package/dist/index.min.css +1 -1
- package/package.json +62 -62
- package/src/components/CardBasedOptions.scss +535 -535
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/SurveyModal.scss +195 -195
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +99 -99
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +422 -422
- package/src/components/buttons.scss +144 -144
- package/src/components/card.scss +968 -968
- package/src/components/cardHeaderWithOptions.scss +16 -16
- package/src/components/challanGeneration.scss +349 -0
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/chb.scss +242 -0
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +119 -119
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/documentSection.scss +134 -134
- package/src/components/filters.scss +379 -379
- package/src/components/garbageCollection.scss +535 -0
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +111 -111
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +117 -117
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +377 -377
- package/src/components/ndc.scss +233 -0
- package/src/components/newFooter.scss +82 -82
- package/src/components/newInbox.scss +382 -382
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +26 -26
- package/src/components/ptr.scss +301 -0
- package/src/components/radiobtn.scss +46 -46
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +312 -302
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +855 -855
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +146 -146
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +116 -116
- package/src/index.scss +2436 -2424
- package/src/modules/BPA/index.scss +5262 -394
- package/src/modules/TL/index.scss +796 -796
- package/src/modules/adv/index.scss +1807 -643
- package/src/modules/hrms/index.scss +1327 -1327
- package/src/modules/noc/index.scss +1210 -0
- package/src/modules/rentAndLease/index.scss +591 -288
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +470 -470
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +215 -215
- package/src/pages/citizen/InboxCard.scss +378 -378
- package/src/pages/citizen/SurveyList.scss +24 -24
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +352 -352
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +341 -341
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +341 -341
- package/src/pages/common/pgrUICssfix.scss +128 -128
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +21 -21
- package/src/pages/common/sitePhotoGraphs.scss +26 -26
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +204 -204
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +26 -26
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +1110 -1110
- package/src/pages/employee/index.scss +693 -693
- package/src/pages/employee/landing.scss +1802 -1802
- package/src/pages/employee/login.scss +253 -253
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +231 -231
- package/src/pages/ws/index.scss +118 -118
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.cardHeaderWithOptions{
|
|
2
|
-
@apply flex flex-row justify-between;
|
|
3
|
-
align-items: center;
|
|
4
|
-
.multilinkWrapper{
|
|
5
|
-
@apply relative;
|
|
6
|
-
.multilink-labelWrap{
|
|
7
|
-
position: unset;
|
|
8
|
-
@apply flex z-10 items-center align-middle text-center m-md;
|
|
9
|
-
}
|
|
10
|
-
.multilink-optionWrap{
|
|
11
|
-
top: 32px;
|
|
12
|
-
right: 0%;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
1
|
+
.cardHeaderWithOptions{
|
|
2
|
+
@apply flex flex-row justify-between;
|
|
3
|
+
align-items: center;
|
|
4
|
+
.multilinkWrapper{
|
|
5
|
+
@apply relative;
|
|
6
|
+
.multilink-labelWrap{
|
|
7
|
+
position: unset;
|
|
8
|
+
@apply flex z-10 items-center align-middle text-center m-md;
|
|
9
|
+
}
|
|
10
|
+
.multilink-optionWrap{
|
|
11
|
+
top: 32px;
|
|
12
|
+
right: 0%;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
.challan-generation-style-011d038e3b {
|
|
2
|
+
color:blue;
|
|
3
|
+
text-decoration:underline;
|
|
4
|
+
cursor:pointer;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.challan-generation-style-060ccfad81 {
|
|
8
|
+
width:50%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.challan-generation-style-07e09bd50b {
|
|
12
|
+
justify-content:flex-start;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.challan-generation-style-126891d584 {
|
|
16
|
+
margin:2rem 0;
|
|
17
|
+
text-align:center;
|
|
18
|
+
font-size:18px;
|
|
19
|
+
color:#505050;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.challan-generation-style-16a8a8b00c {
|
|
23
|
+
overflow:auto;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.challan-generation-style-16b4c2d840 {
|
|
27
|
+
flex:none;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.challan-generation-style-1ca832ca6c {
|
|
31
|
+
align-items:center;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.challan-generation-style-1cf294634a {
|
|
35
|
+
min-width:160px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.challan-generation-style-1ec56a5983 {
|
|
39
|
+
overflow-wrap:break-word;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.challan-generation-style-25d0175a45 {
|
|
43
|
+
font-weight:normal;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.challan-generation-style-26afc10d19 {
|
|
47
|
+
border:1px solid #e0e0e0;
|
|
48
|
+
padding:6px;
|
|
49
|
+
margin-top:5px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.challan-generation-style-2e2a4224f6 {
|
|
53
|
+
margin-right:8px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.challan-generation-style-2f0cbe05af {
|
|
57
|
+
width:100%;
|
|
58
|
+
text-align:right;
|
|
59
|
+
width:240px;
|
|
60
|
+
text-align:right;
|
|
61
|
+
margin-left:96px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.challan-generation-style-2f8e8ab1f2 {
|
|
65
|
+
width:auto;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.challan-generation-style-3343fd6464 {
|
|
69
|
+
margin-top:24px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.challan-generation-style-3bec6c4bcc {
|
|
73
|
+
font-weight:bolder;
|
|
74
|
+
color:green;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.challan-generation-style-44b6015a79 {
|
|
78
|
+
display:flex;
|
|
79
|
+
align-items:center;
|
|
80
|
+
margin-top:auto;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.challan-generation-style-481ed7e754 {
|
|
84
|
+
padding:10px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.challan-generation-style-5bac8467c0 {
|
|
88
|
+
color:green;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.challan-generation-style-5c0843b73b {
|
|
92
|
+
max-width:500px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.challan-generation-style-5c357d95f7 {
|
|
96
|
+
margin-top:20;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.challan-generation-style-669a0ee4e0 {
|
|
100
|
+
display:flex;
|
|
101
|
+
justify-content:flex-end;
|
|
102
|
+
align-items:baseline;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.challan-generation-style-6eab5e7808 {
|
|
106
|
+
display:flex;
|
|
107
|
+
flex-direction:column;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.challan-generation-style-6fbc35255f {
|
|
111
|
+
width:100%;
|
|
112
|
+
padding-right:25px;
|
|
113
|
+
padding-left:25px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.challan-generation-style-6ffaa34fed {
|
|
117
|
+
font-size:24px;
|
|
118
|
+
padding:10px 0px;
|
|
119
|
+
font-weight:700;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.challan-generation-style-7623f05545 {
|
|
123
|
+
flex:1;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.challan-generation-style-791521f0b7 {
|
|
127
|
+
width:35%;
|
|
128
|
+
border:1px solid #D6D5D4;
|
|
129
|
+
margin-top:1rem;
|
|
130
|
+
margin-bottom:1rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.challan-generation-style-7dde5e56b3 {
|
|
134
|
+
margin-bottom:20px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.challan-generation-style-806dcbc2f3 {
|
|
138
|
+
border:1px solid #e0e0e0;
|
|
139
|
+
padding:6px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.challan-generation-style-8119d65878 {
|
|
143
|
+
margin-left:8px;
|
|
144
|
+
font-weight:normal;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.challan-generation-style-88bbba3a71 {
|
|
148
|
+
padding:10px 0px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.challan-generation-style-8a359a76eb {
|
|
152
|
+
margin-top:16px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.challan-generation-style-8c313805d9 {
|
|
156
|
+
margin-top:19px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.challan-generation-style-8f96e7bd84 {
|
|
160
|
+
color:#FE7A51;
|
|
161
|
+
cursor:pointer;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.challan-generation-style-99871d5ffa {
|
|
165
|
+
margin-right:1rem;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.challan-generation-style-9bdc9a8416 {
|
|
169
|
+
display:flex;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.challan-generation-style-9c67b9a649 {
|
|
173
|
+
overflow-x:scroll;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.challan-generation-style-a2e94d72eb {
|
|
177
|
+
padding:0;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.challan-generation-style-a55b17636b {
|
|
181
|
+
margin-top:10px;
|
|
182
|
+
font-size:15px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.challan-generation-style-a5a34f1718 {
|
|
186
|
+
margin-left:unset;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.challan-generation-style-aa35c0473f {
|
|
190
|
+
padding-right:0;
|
|
191
|
+
margin-top:0;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.challan-generation-style-acb1508a33 {
|
|
195
|
+
margin-bottom:0;
|
|
196
|
+
width:100%;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.challan-generation-style-b1ecc496e0 {
|
|
200
|
+
margin-top:8px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.challan-generation-style-b9d23c1045 {
|
|
204
|
+
background:#f6f6f6;
|
|
205
|
+
padding:8px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.challan-generation-style-ba53c25006 {
|
|
209
|
+
padding-top:9px;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.challan-generation-style-bbc75b303e {
|
|
213
|
+
background-color:white;
|
|
214
|
+
margin-right:200px;
|
|
215
|
+
margin-left:2.5%;
|
|
216
|
+
width:100%;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.challan-generation-style-c0505f64f2 {
|
|
220
|
+
min-width:100px;
|
|
221
|
+
margin-right:10px;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.challan-generation-style-cad980f4b7 {
|
|
225
|
+
width:100%;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.challan-generation-style-ce105fd28a {
|
|
229
|
+
margin-top:-1px;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.challan-generation-style-cf34b98518 {
|
|
233
|
+
width:100%;
|
|
234
|
+
gap:20px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.challan-generation-style-d3ebd854a3 {
|
|
238
|
+
display:flex;
|
|
239
|
+
flex-wrap:wrap;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.challan-generation-style-da303dcf86 {
|
|
243
|
+
margin-bottom:15px;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.challan-generation-style-dac4fe6c9b {
|
|
247
|
+
text-align:center;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.challan-generation-style-e0f04f86f4 {
|
|
251
|
+
cursor:pointer;
|
|
252
|
+
color:#007bff;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.challan-generation-style-f9f0ebc1c8 {
|
|
256
|
+
padding-top:10px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.challan-generation-style-fca99e6205 {
|
|
260
|
+
color: red;
|
|
261
|
+
padding-right: 3px;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.challan-generation-loader {
|
|
265
|
+
display: flex;
|
|
266
|
+
justify-content: center;
|
|
267
|
+
align-items: center;
|
|
268
|
+
min-height: 100px;
|
|
269
|
+
width: 100%;
|
|
270
|
+
position: relative;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.challan-generation-loader--page {
|
|
274
|
+
position: fixed;
|
|
275
|
+
top: 0;
|
|
276
|
+
left: 0;
|
|
277
|
+
width: 100vw;
|
|
278
|
+
height: 100vh;
|
|
279
|
+
background: rgba(255, 255, 255, 0.6);
|
|
280
|
+
backdrop-filter: blur(4px);
|
|
281
|
+
z-index: 9999;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.challan-generation-loader__spinner {
|
|
285
|
+
width: 64px;
|
|
286
|
+
height: 64px;
|
|
287
|
+
border: 8px solid #1976d2;
|
|
288
|
+
border-top: 8px solid transparent;
|
|
289
|
+
border-radius: 50%;
|
|
290
|
+
animation: challan-generation-spin 1.2s linear infinite;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
@keyframes challan-generation-spin {
|
|
294
|
+
from {
|
|
295
|
+
transform: rotate(0deg);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
to {
|
|
299
|
+
transform: rotate(360deg);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.challan-generation-desktop-inbox__result {
|
|
304
|
+
flex: 1;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.challan-generation-desktop-inbox__result--inbox {
|
|
308
|
+
margin-left: 24px;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.challan-generation-details-card {
|
|
312
|
+
border: 2px solid #fff;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.challan-generation-details-card--selected {
|
|
316
|
+
border-color: #a82227;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.challan-generation-employee-breadcrumb--mobile {
|
|
320
|
+
margin-left: 2vw;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.challan-generation-citizen-breadcrumb--offset {
|
|
324
|
+
margin-left: 10px;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.challan-generation-search--inbox {
|
|
328
|
+
margin-left: 24px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.challan-generation-search__inputs {
|
|
332
|
+
width: 100%;
|
|
333
|
+
display: grid;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.challan-generation-search__clear-link--mobile {
|
|
337
|
+
margin: 0;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.challan-generation-form-section--desktop {
|
|
341
|
+
margin-top: -50px;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.challan-generation-form-field-error {
|
|
345
|
+
width: 70%;
|
|
346
|
+
margin-left: 30%;
|
|
347
|
+
font-size: 12px;
|
|
348
|
+
margin-top: -21px;
|
|
349
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.language-title {
|
|
2
|
-
margin-bottom: "5px";
|
|
3
|
-
}
|
|
1
|
+
.language-title {
|
|
2
|
+
margin-bottom: "5px";
|
|
3
|
+
}
|