@pmidc/upyog-css 1.1.6 → 1.1.7

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 (126) hide show
  1. package/dist/index.css +216 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +534 -534
  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/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/TimeLine.scss +96 -96
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -261
  23. package/src/components/buttons.scss +87 -87
  24. package/src/components/card.scss +581 -581
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -29
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -36
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -88
  50. package/src/components/navbar.scss +338 -338
  51. package/src/components/newFooter.scss +75 -75
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -27
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -276
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -362
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -119
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -217
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1028
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -50
  76. package/src/pages/citizen/DocumentList.scss +448 -448
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -214
  79. package/src/pages/citizen/InboxCard.scss +327 -327
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -25
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -357
  83. package/src/pages/citizen/container.scss +32 -32
  84. package/src/pages/citizen/loaderMessage.scss +295 -295
  85. package/src/pages/citizen/payment/payment-type.scss +2 -2
  86. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  87. package/src/pages/common/form.scss +25 -25
  88. package/src/pages/common/newApplicationTimeline.scss +203 -0
  89. package/src/pages/common/pgrUICssfix.scss +105 -105
  90. package/src/pages/common/requiredField.scss +2 -2
  91. package/src/pages/common/sanctionFeeTable.scss +91 -91
  92. package/src/pages/common/searchIcon.scss +12 -12
  93. package/src/pages/common/stepForm.scss +40 -40
  94. package/src/pages/employee/EmployeeLogin.scss +6 -6
  95. package/src/pages/employee/cardfix.scss +13 -13
  96. package/src/pages/employee/container.scss +73 -73
  97. package/src/pages/employee/dashboard.scss +203 -203
  98. package/src/pages/employee/disconnection.scss +425 -425
  99. package/src/pages/employee/dss.scss +251 -251
  100. package/src/pages/employee/faq.scss +353 -353
  101. package/src/pages/employee/footer.scss +68 -68
  102. package/src/pages/employee/form-fields.scss +13 -13
  103. package/src/pages/employee/header.scss +262 -262
  104. package/src/pages/employee/iframe.scss +65 -65
  105. package/src/pages/employee/inbox.scss +744 -744
  106. package/src/pages/employee/index.scss +677 -677
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -253
  109. package/src/pages/employee/oldMobileInbox.scss +4 -4
  110. package/src/pages/employee/popupmodule.scss +47 -47
  111. package/src/pages/employee/response.scss +2 -2
  112. package/src/pages/employee/scroll-table.scss +113 -113
  113. package/src/pages/employee/surveys.scss +469 -469
  114. package/src/pages/employee/tooltip.scss +35 -35
  115. package/src/pages/employee/updateNumber.scss +12 -12
  116. package/src/pages/swach/index.scss +172 -172
  117. package/src/pages/ws/index.scss +104 -104
  118. package/svg/camera.svg +4 -4
  119. package/svg/check.svg +3 -3
  120. package/svg/close.svg +4 -4
  121. package/svg/error.svg +3 -3
  122. package/svg/error2.svg +5 -5
  123. package/svg/searchicon.svg +3 -3
  124. package/svg/starempty.svg +3 -3
  125. package/svg/starfilled.svg +4 -4
  126. package/svg/success.svg +3 -3
@@ -1,33 +1,33 @@
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;
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;
33
33
  }
@@ -1,296 +1,296 @@
1
- .loader-message {
2
- overflow: hidden;
3
- position: relative;
4
- height: 100vh;
5
- width: 100vw;
6
- display: flex;
7
- justify-content: center;
8
- align-items: center;
9
- flex-direction: column;
10
- font-weight: 600;
11
- font-size: 14px;
12
- color: #000;
13
- }
14
-
15
- .loader-message .body {
16
- position: absolute;
17
- left: 44%;
18
- top: 50%;
19
- animation: speeder .4s linear infinite;
20
- }
21
-
22
- .loader-message .body>span {
23
- height: 5px;
24
- width: 35px;
25
- background: #0d43a7;
26
- position: absolute;
27
- top: -19px;
28
- left: -40px;
29
- border-radius: 2px 10px 1px 0;
30
- }
31
-
32
- .loader-message .base span {
33
- position: absolute;
34
- width: 0;
35
- height: 0;
36
- border-top: 6px solid transparent;
37
- border-right: 100px solid #000;
38
- border-bottom: 6px solid transparent;
39
- }
40
-
41
- .loader-message .base span::before {
42
- content: "";
43
- height: 22px;
44
- width: 22px;
45
- border-radius: 50%;
46
- background: #0d43a7;
47
- position: absolute;
48
- right: -110px;
49
- top: -16px;
50
- }
51
-
52
- .loader-message .base span::after {
53
- content: "";
54
- position: absolute;
55
- width: 0;
56
- height: 0;
57
- border-top: 0 solid transparent;
58
- border-right: 55px solid #000;
59
- border-bottom: 16px solid transparent;
60
- top: -16px;
61
- right: -98px;
62
- }
63
-
64
- .loader-message .face {
65
- position: absolute;
66
- height: 12px;
67
- width: 20px;
68
- background: #0d43a7;
69
- border-radius: 20px 20px 0 0;
70
- transform: rotate(-40deg);
71
- right: -125px;
72
- top: -15px;
73
- }
74
-
75
- .loader-message .face::after {
76
- content: "";
77
- height: 12px;
78
- width: 12px;
79
- background: #0d43a7;
80
- right: 4px;
81
- top: 7px;
82
- position: absolute;
83
- transform: rotate(40deg);
84
- transform-origin: 50% 50%;
85
- border-radius: 0 0 0 2px;
86
- }
87
-
88
- .loader-message .body>span>span {
89
- width: 30px;
90
- height: 1px;
91
- background: #0d43a7;
92
- position: absolute;
93
- }
94
-
95
- .loader-message .body>span>span:nth-child(1) {
96
- top: 0;
97
- animation: fazer1 .2s linear infinite;
98
- }
99
-
100
- .loader-message .body>span>span:nth-child(2) {
101
- top: 3px;
102
- animation: fazer2 .4s linear infinite;
103
- }
104
-
105
- .loader-message .body>span>span:nth-child(3) {
106
- top: 1px;
107
- animation: fazer3 .4s linear infinite;
108
- animation-delay: -1s;
109
- }
110
-
111
- .loader-message .body>span>span:nth-child(4) {
112
- top: 4px;
113
- animation: fazer4 1s linear infinite;
114
- animation-delay: -1s;
115
- }
116
-
117
- @keyframes fazer1 {
118
- 0% {
119
- left: 0;
120
- }
121
-
122
- 100% {
123
- left: -80px;
124
- opacity: 0;
125
- }
126
- }
127
-
128
- @keyframes fazer2 {
129
- 0% {
130
- left: 0;
131
- }
132
-
133
- 100% {
134
- left: -100px;
135
- opacity: 0;
136
- }
137
- }
138
-
139
- @keyframes fazer3 {
140
- 0% {
141
- left: 0;
142
- }
143
-
144
- 100% {
145
- left: -50px;
146
- opacity: 0;
147
- }
148
- }
149
-
150
- @keyframes fazer4 {
151
- 0% {
152
- left: 0;
153
- }
154
-
155
- 100% {
156
- left: -150px;
157
- opacity: 0;
158
- }
159
- }
160
-
161
- @keyframes speeder {
162
- 0% {
163
- transform: translate(2px, 1px) rotate(0deg);
164
- }
165
-
166
- 10% {
167
- transform: translate(-1px, -3px) rotate(-1deg);
168
- }
169
-
170
- 20% {
171
- transform: translate(-2px, 0px) rotate(1deg);
172
- }
173
-
174
- 30% {
175
- transform: translate(1px, 2px) rotate(0deg);
176
- }
177
-
178
- 40% {
179
- transform: translate(1px, -1px) rotate(1deg);
180
- }
181
-
182
- 50% {
183
- transform: translate(-1px, 3px) rotate(-1deg);
184
- }
185
-
186
- 60% {
187
- transform: translate(-1px, 1px) rotate(0deg);
188
- }
189
-
190
- 70% {
191
- transform: translate(3px, 1px) rotate(-1deg);
192
- }
193
-
194
- 80% {
195
- transform: translate(-2px, -1px) rotate(1deg);
196
- }
197
-
198
- 90% {
199
- transform: translate(2px, 1px) rotate(0deg);
200
- }
201
-
202
- 100% {
203
- transform: translate(1px, -2px) rotate(-1deg);
204
- }
205
- }
206
-
207
- .loader-message .longfazers {
208
- position: absolute;
209
- width: 100%;
210
- height: 100%;
211
- }
212
-
213
- .loader-message .longfazers span {
214
- position: absolute;
215
- height: 2px;
216
- width: 20%;
217
- background: #0d43a7;
218
- }
219
-
220
- .loader-message .longfazers span:nth-child(1) {
221
- top: 20%;
222
- animation: lf .6s linear infinite;
223
- animation-delay: -5s;
224
- }
225
-
226
- .loader-message .longfazers span:nth-child(2) {
227
- top: 40%;
228
- animation: lf2 .8s linear infinite;
229
- animation-delay: -1s;
230
- }
231
-
232
- .loader-message .longfazers span:nth-child(3) {
233
- top: 60%;
234
- animation: lf3 .6s linear infinite;
235
- }
236
-
237
- .loader-message .longfazers span:nth-child(4) {
238
- top: 80%;
239
- animation: lf4 .5s linear infinite;
240
- animation-delay: -3s;
241
- }
242
-
243
- .loader-message .message {
244
- position: absolute;
245
- font-family: 'Open Sans', sans-serif;
246
- font-weight: 600;
247
- font-size: 12px;
248
- text-transform: uppercase;
249
- left: 44%;
250
- top: 58%;
251
- margin-left: -20px;
252
- }
253
-
254
- @keyframes lf {
255
- 0% {
256
- left: 200%;
257
- }
258
-
259
- 100% {
260
- left: -200%;
261
- opacity: 0;
262
- }
263
- }
264
-
265
- @keyframes lf2 {
266
- 0% {
267
- left: 200%;
268
- }
269
-
270
- 100% {
271
- left: -200%;
272
- opacity: 0;
273
- }
274
- }
275
-
276
- @keyframes lf3 {
277
- 0% {
278
- left: 200%;
279
- }
280
-
281
- 100% {
282
- left: -100%;
283
- opacity: 0;
284
- }
285
- }
286
-
287
- @keyframes lf4 {
288
- 0% {
289
- left: 200%;
290
- }
291
-
292
- 100% {
293
- left: -100%;
294
- opacity: 0;
295
- }
1
+ .loader-message {
2
+ overflow: hidden;
3
+ position: relative;
4
+ height: 100vh;
5
+ width: 100vw;
6
+ display: flex;
7
+ justify-content: center;
8
+ align-items: center;
9
+ flex-direction: column;
10
+ font-weight: 600;
11
+ font-size: 14px;
12
+ color: #000;
13
+ }
14
+
15
+ .loader-message .body {
16
+ position: absolute;
17
+ left: 44%;
18
+ top: 50%;
19
+ animation: speeder .4s linear infinite;
20
+ }
21
+
22
+ .loader-message .body>span {
23
+ height: 5px;
24
+ width: 35px;
25
+ background: #0d43a7;
26
+ position: absolute;
27
+ top: -19px;
28
+ left: -40px;
29
+ border-radius: 2px 10px 1px 0;
30
+ }
31
+
32
+ .loader-message .base span {
33
+ position: absolute;
34
+ width: 0;
35
+ height: 0;
36
+ border-top: 6px solid transparent;
37
+ border-right: 100px solid #000;
38
+ border-bottom: 6px solid transparent;
39
+ }
40
+
41
+ .loader-message .base span::before {
42
+ content: "";
43
+ height: 22px;
44
+ width: 22px;
45
+ border-radius: 50%;
46
+ background: #0d43a7;
47
+ position: absolute;
48
+ right: -110px;
49
+ top: -16px;
50
+ }
51
+
52
+ .loader-message .base span::after {
53
+ content: "";
54
+ position: absolute;
55
+ width: 0;
56
+ height: 0;
57
+ border-top: 0 solid transparent;
58
+ border-right: 55px solid #000;
59
+ border-bottom: 16px solid transparent;
60
+ top: -16px;
61
+ right: -98px;
62
+ }
63
+
64
+ .loader-message .face {
65
+ position: absolute;
66
+ height: 12px;
67
+ width: 20px;
68
+ background: #0d43a7;
69
+ border-radius: 20px 20px 0 0;
70
+ transform: rotate(-40deg);
71
+ right: -125px;
72
+ top: -15px;
73
+ }
74
+
75
+ .loader-message .face::after {
76
+ content: "";
77
+ height: 12px;
78
+ width: 12px;
79
+ background: #0d43a7;
80
+ right: 4px;
81
+ top: 7px;
82
+ position: absolute;
83
+ transform: rotate(40deg);
84
+ transform-origin: 50% 50%;
85
+ border-radius: 0 0 0 2px;
86
+ }
87
+
88
+ .loader-message .body>span>span {
89
+ width: 30px;
90
+ height: 1px;
91
+ background: #0d43a7;
92
+ position: absolute;
93
+ }
94
+
95
+ .loader-message .body>span>span:nth-child(1) {
96
+ top: 0;
97
+ animation: fazer1 .2s linear infinite;
98
+ }
99
+
100
+ .loader-message .body>span>span:nth-child(2) {
101
+ top: 3px;
102
+ animation: fazer2 .4s linear infinite;
103
+ }
104
+
105
+ .loader-message .body>span>span:nth-child(3) {
106
+ top: 1px;
107
+ animation: fazer3 .4s linear infinite;
108
+ animation-delay: -1s;
109
+ }
110
+
111
+ .loader-message .body>span>span:nth-child(4) {
112
+ top: 4px;
113
+ animation: fazer4 1s linear infinite;
114
+ animation-delay: -1s;
115
+ }
116
+
117
+ @keyframes fazer1 {
118
+ 0% {
119
+ left: 0;
120
+ }
121
+
122
+ 100% {
123
+ left: -80px;
124
+ opacity: 0;
125
+ }
126
+ }
127
+
128
+ @keyframes fazer2 {
129
+ 0% {
130
+ left: 0;
131
+ }
132
+
133
+ 100% {
134
+ left: -100px;
135
+ opacity: 0;
136
+ }
137
+ }
138
+
139
+ @keyframes fazer3 {
140
+ 0% {
141
+ left: 0;
142
+ }
143
+
144
+ 100% {
145
+ left: -50px;
146
+ opacity: 0;
147
+ }
148
+ }
149
+
150
+ @keyframes fazer4 {
151
+ 0% {
152
+ left: 0;
153
+ }
154
+
155
+ 100% {
156
+ left: -150px;
157
+ opacity: 0;
158
+ }
159
+ }
160
+
161
+ @keyframes speeder {
162
+ 0% {
163
+ transform: translate(2px, 1px) rotate(0deg);
164
+ }
165
+
166
+ 10% {
167
+ transform: translate(-1px, -3px) rotate(-1deg);
168
+ }
169
+
170
+ 20% {
171
+ transform: translate(-2px, 0px) rotate(1deg);
172
+ }
173
+
174
+ 30% {
175
+ transform: translate(1px, 2px) rotate(0deg);
176
+ }
177
+
178
+ 40% {
179
+ transform: translate(1px, -1px) rotate(1deg);
180
+ }
181
+
182
+ 50% {
183
+ transform: translate(-1px, 3px) rotate(-1deg);
184
+ }
185
+
186
+ 60% {
187
+ transform: translate(-1px, 1px) rotate(0deg);
188
+ }
189
+
190
+ 70% {
191
+ transform: translate(3px, 1px) rotate(-1deg);
192
+ }
193
+
194
+ 80% {
195
+ transform: translate(-2px, -1px) rotate(1deg);
196
+ }
197
+
198
+ 90% {
199
+ transform: translate(2px, 1px) rotate(0deg);
200
+ }
201
+
202
+ 100% {
203
+ transform: translate(1px, -2px) rotate(-1deg);
204
+ }
205
+ }
206
+
207
+ .loader-message .longfazers {
208
+ position: absolute;
209
+ width: 100%;
210
+ height: 100%;
211
+ }
212
+
213
+ .loader-message .longfazers span {
214
+ position: absolute;
215
+ height: 2px;
216
+ width: 20%;
217
+ background: #0d43a7;
218
+ }
219
+
220
+ .loader-message .longfazers span:nth-child(1) {
221
+ top: 20%;
222
+ animation: lf .6s linear infinite;
223
+ animation-delay: -5s;
224
+ }
225
+
226
+ .loader-message .longfazers span:nth-child(2) {
227
+ top: 40%;
228
+ animation: lf2 .8s linear infinite;
229
+ animation-delay: -1s;
230
+ }
231
+
232
+ .loader-message .longfazers span:nth-child(3) {
233
+ top: 60%;
234
+ animation: lf3 .6s linear infinite;
235
+ }
236
+
237
+ .loader-message .longfazers span:nth-child(4) {
238
+ top: 80%;
239
+ animation: lf4 .5s linear infinite;
240
+ animation-delay: -3s;
241
+ }
242
+
243
+ .loader-message .message {
244
+ position: absolute;
245
+ font-family: 'Open Sans', sans-serif;
246
+ font-weight: 600;
247
+ font-size: 12px;
248
+ text-transform: uppercase;
249
+ left: 44%;
250
+ top: 58%;
251
+ margin-left: -20px;
252
+ }
253
+
254
+ @keyframes lf {
255
+ 0% {
256
+ left: 200%;
257
+ }
258
+
259
+ 100% {
260
+ left: -200%;
261
+ opacity: 0;
262
+ }
263
+ }
264
+
265
+ @keyframes lf2 {
266
+ 0% {
267
+ left: 200%;
268
+ }
269
+
270
+ 100% {
271
+ left: -200%;
272
+ opacity: 0;
273
+ }
274
+ }
275
+
276
+ @keyframes lf3 {
277
+ 0% {
278
+ left: 200%;
279
+ }
280
+
281
+ 100% {
282
+ left: -100%;
283
+ opacity: 0;
284
+ }
285
+ }
286
+
287
+ @keyframes lf4 {
288
+ 0% {
289
+ left: 200%;
290
+ }
291
+
292
+ 100% {
293
+ left: -100%;
294
+ opacity: 0;
295
+ }
296
296
  }
@@ -1,3 +1,3 @@
1
- .payment-amount-info{
2
- @apply flex justify-between;
1
+ .payment-amount-info{
2
+ @apply flex justify-between;
3
3
  }