@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.
Files changed (141) hide show
  1. package/dist/index.css +23988 -14978
  2. package/dist/index.min.css +1 -1
  3. package/package.json +62 -62
  4. package/src/components/CardBasedOptions.scss +535 -535
  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/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +968 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -0
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +242 -0
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -0
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -0
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -0
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +312 -302
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +855 -855
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2436 -2424
  82. package/src/modules/BPA/index.scss +5262 -394
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1807 -643
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -0
  87. package/src/modules/rentAndLease/index.scss +591 -288
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +693 -693
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +253 -253
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,186 +1,186 @@
1
- .chartHeader {
2
- display: flex;
3
- flex-direction: row;
4
- justify-content: space-between;
5
-
6
- .sideContent {
7
- @apply flex justify-around items-center ;
8
-
9
- }
10
- }
11
-
12
- .searchInput {
13
- @apply mr-lg;
14
- input{
15
- margin-bottom: 0;
16
- @apply pr-xl;
17
- }
18
- }
19
-
20
- .signature-img{
21
- top: 8px;
22
- right: 8px;
23
- fill: #505A5F;
24
- @apply absolute;
25
- }
26
-
27
- .column-direction {
28
- flex-direction: column;
29
- }
30
-
31
- .chart-wrapper {
32
- padding: 0 10px;
33
- margin-top: 60px;
34
- }
35
-
36
- .chart-row {
37
- @apply flex justify-between flex-wrap;
38
- .chart-item {
39
- flex-grow: 1;
40
- margin-bottom: 15px;
41
- width: 100%;
42
-
43
- &:last-child {
44
- margin-right: 0px;
45
- }
46
- }
47
- }
48
-
49
- .cursorPointer {
50
- @apply cursor-pointer;
51
- }
52
-
53
- .options {
54
- @apply flex justify-between items-center;
55
- div {
56
- display: none;
57
- }
58
- }
59
-
60
- .options-m {
61
- width: 95%;
62
- margin: 0 auto 15px;
63
- @apply flex justify-between;
64
-
65
- svg {
66
- margin-right: 10px;
67
- }
68
- }
69
-
70
- .options-m {
71
- div {
72
- @apply flex;
73
- }
74
- }
75
- .no-data {
76
- @apply flex justify-center items-center;
77
- height: 90%;
78
- margin-bottom: 40px;
79
- white-space:pre;
80
- }
81
-
82
- @screen dt {
83
- .chart-wrapper {
84
- padding-left: 15px;
85
- margin-top: 10px;
86
-
87
- .chart-item {
88
- margin-right: 25px !important;
89
- margin-bottom: 25px !important;
90
- margin-left: 0 !important;
91
- width: 31%;
92
- }
93
- }
94
- .column-direction {
95
- flex-direction: row;
96
- }
97
- .options-m {
98
- display: none;
99
- }
100
-
101
- .options {
102
- div {
103
- @apply flex cursor-pointer;
104
- }
105
- }
106
- }
107
-
108
- .showMore {
109
- @apply text-right cursor-pointer;
110
- color: #a82227;
111
- }
112
-
113
- @media (max-width: 420px) {
114
- .recharts-default-tooltip {
115
- width: 85%;
116
- ul {
117
- width: 100% !important;
118
- }
119
- ul li {
120
- width: 100%;
121
- display: flex !important;
122
- flex-wrap: wrap;
123
- }
124
- }
125
- }
126
-
127
-
128
- @media print{
129
- .page-break {
130
- margin-top: 1rem;
131
- display: block;
132
- page-break-before: auto;
133
- }
134
- .chart-wrapper {
135
- @media print{
136
- .chart-row {
137
- @media print{
138
- @apply flex justify-between flex-wrap;
139
- .chart-item {
140
- @media print{
141
- flex-grow: 1;
142
- margin-right: 25px;
143
- margin-bottom: 25px;
144
- width: 31%;
145
-
146
- &:last-child {
147
- margin-right: 0px;
148
- }
149
- .chartHeader {
150
- display: flex;
151
- justify-content: space-between;
152
-
153
- .sideContent {
154
- @apply flex justify-around items-center ;
155
-
156
- .searchInput {
157
- @apply mr-lg;
158
- input{
159
- margin-bottom: 0;
160
- @apply pr-xl;
161
- }
162
- }
163
-
164
- .signature-img{
165
- top: 8px;
166
- right: 8px;
167
- fill: #505A5F;
168
- @apply absolute;
169
- }
170
- }
171
- }
172
- }
173
- }
174
- }
175
- }
176
-
177
- .options {
178
- @apply flex justify-end;
179
- }
180
-
181
- .options-m {
182
- display: none;
183
- }
184
- }
185
- }
1
+ .chartHeader {
2
+ display: flex;
3
+ flex-direction: row;
4
+ justify-content: space-between;
5
+
6
+ .sideContent {
7
+ @apply flex justify-around items-center ;
8
+
9
+ }
10
+ }
11
+
12
+ .searchInput {
13
+ @apply mr-lg;
14
+ input{
15
+ margin-bottom: 0;
16
+ @apply pr-xl;
17
+ }
18
+ }
19
+
20
+ .signature-img{
21
+ top: 8px;
22
+ right: 8px;
23
+ fill: #505A5F;
24
+ @apply absolute;
25
+ }
26
+
27
+ .column-direction {
28
+ flex-direction: column;
29
+ }
30
+
31
+ .chart-wrapper {
32
+ padding: 0 10px;
33
+ margin-top: 60px;
34
+ }
35
+
36
+ .chart-row {
37
+ @apply flex justify-between flex-wrap;
38
+ .chart-item {
39
+ flex-grow: 1;
40
+ margin-bottom: 15px;
41
+ width: 100%;
42
+
43
+ &:last-child {
44
+ margin-right: 0px;
45
+ }
46
+ }
47
+ }
48
+
49
+ .cursorPointer {
50
+ @apply cursor-pointer;
51
+ }
52
+
53
+ .options {
54
+ @apply flex justify-between items-center;
55
+ div {
56
+ display: none;
57
+ }
58
+ }
59
+
60
+ .options-m {
61
+ width: 95%;
62
+ margin: 0 auto 15px;
63
+ @apply flex justify-between;
64
+
65
+ svg {
66
+ margin-right: 10px;
67
+ }
68
+ }
69
+
70
+ .options-m {
71
+ div {
72
+ @apply flex;
73
+ }
74
+ }
75
+ .no-data {
76
+ @apply flex justify-center items-center;
77
+ height: 90%;
78
+ margin-bottom: 40px;
79
+ white-space:pre;
80
+ }
81
+
82
+ @screen dt {
83
+ .chart-wrapper {
84
+ padding-left: 15px;
85
+ margin-top: 10px;
86
+
87
+ .chart-item {
88
+ margin-right: 25px !important;
89
+ margin-bottom: 25px !important;
90
+ margin-left: 0 !important;
91
+ width: 31%;
92
+ }
93
+ }
94
+ .column-direction {
95
+ flex-direction: row;
96
+ }
97
+ .options-m {
98
+ display: none;
99
+ }
100
+
101
+ .options {
102
+ div {
103
+ @apply flex cursor-pointer;
104
+ }
105
+ }
106
+ }
107
+
108
+ .showMore {
109
+ @apply text-right cursor-pointer;
110
+ color: #a82227;
111
+ }
112
+
113
+ @media (max-width: 420px) {
114
+ .recharts-default-tooltip {
115
+ width: 85%;
116
+ ul {
117
+ width: 100% !important;
118
+ }
119
+ ul li {
120
+ width: 100%;
121
+ display: flex !important;
122
+ flex-wrap: wrap;
123
+ }
124
+ }
125
+ }
126
+
127
+
128
+ @media print{
129
+ .page-break {
130
+ margin-top: 1rem;
131
+ display: block;
132
+ page-break-before: auto;
133
+ }
134
+ .chart-wrapper {
135
+ @media print{
136
+ .chart-row {
137
+ @media print{
138
+ @apply flex justify-between flex-wrap;
139
+ .chart-item {
140
+ @media print{
141
+ flex-grow: 1;
142
+ margin-right: 25px;
143
+ margin-bottom: 25px;
144
+ width: 31%;
145
+
146
+ &:last-child {
147
+ margin-right: 0px;
148
+ }
149
+ .chartHeader {
150
+ display: flex;
151
+ justify-content: space-between;
152
+
153
+ .sideContent {
154
+ @apply flex justify-around items-center ;
155
+
156
+ .searchInput {
157
+ @apply mr-lg;
158
+ input{
159
+ margin-bottom: 0;
160
+ @apply pr-xl;
161
+ }
162
+ }
163
+
164
+ .signature-img{
165
+ top: 8px;
166
+ right: 8px;
167
+ fill: #505A5F;
168
+ @apply absolute;
169
+ }
170
+ }
171
+ }
172
+ }
173
+ }
174
+ }
175
+ }
176
+
177
+ .options {
178
+ @apply flex justify-end;
179
+ }
180
+
181
+ .options-m {
182
+ display: none;
183
+ }
184
+ }
185
+ }
186
186
  }
@@ -0,0 +1,242 @@
1
+ .chb-slot-summary {
2
+ display: flex;
3
+ justify-content: space-between;
4
+ width: 100%;
5
+ }
6
+
7
+ .chb-input-width--employee input {
8
+ width: 50%;
9
+ }
10
+
11
+ .chb-input-width--citizen input {
12
+ width: 86%;
13
+ }
14
+
15
+ .chb-textarea-width--half {
16
+ width: 50%;
17
+ }
18
+
19
+ .chb-citizen-details {
20
+ width: 100%;
21
+ }
22
+
23
+ .chb-citizen-details__field {
24
+ margin-bottom: 20px;
25
+ }
26
+
27
+ .chb-citizen-details__input {
28
+ width: 100%;
29
+ }
30
+
31
+ .chb-citizen-details__required,
32
+ .chb-citizen-details__error {
33
+ color: red;
34
+ }
35
+
36
+ .chb-citizen-details__error--field {
37
+ margin-top: 4px;
38
+ margin-bottom: 0;
39
+ }
40
+
41
+ .chb-citizen-details__terms {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 10px;
45
+ cursor: pointer;
46
+ }
47
+
48
+ .chb-citizen-details__terms-input {
49
+ width: 18px;
50
+ height: 18px;
51
+ cursor: pointer;
52
+ }
53
+
54
+ .chb-citizen-details__terms-label {
55
+ margin: 0;
56
+ color: #007bff;
57
+ cursor: pointer;
58
+ text-decoration: underline;
59
+ }
60
+
61
+ /* Keep Venue Code options below the select instead of covering the selected value. */
62
+ .chb-venue-code-dropdown {
63
+ position: relative;
64
+ overflow: visible;
65
+ }
66
+
67
+ .chb-venue-details-form,
68
+ .chb-venue-details-form .card,
69
+ .chb-venue-code-field {
70
+ overflow: visible;
71
+ }
72
+
73
+ .chb-venue-code-field {
74
+ position: relative;
75
+ }
76
+
77
+ .chb-community-hall-modal {
78
+ position: relative;
79
+ width: 90%;
80
+ max-width: 1200px;
81
+ max-height: 90vh;
82
+ overflow-y: auto;
83
+ background-color: #fff;
84
+ }
85
+
86
+ .chb-community-hall-modal__header {
87
+ position: sticky;
88
+ top: 0;
89
+ background-color: #f5f5f5;
90
+ }
91
+
92
+ .chb-community-hall-modal__main {
93
+ padding: 10px;
94
+ }
95
+
96
+ .chb-community-hall-modal__actions {
97
+ display: none;
98
+ }
99
+
100
+ .chb-community-hall-details {
101
+ padding: 1px 15px 15px;
102
+ }
103
+
104
+ .chb-community-hall-details__grid {
105
+ display: flex;
106
+ flex-wrap: wrap;
107
+ gap: 10px;
108
+ }
109
+
110
+ .chb-community-hall-details__item {
111
+ flex: 1 1 45%;
112
+ }
113
+
114
+ .chb-community-hall-details__label {
115
+ font-size: 20px;
116
+ }
117
+
118
+ .chb-community-hall-details__terms-label {
119
+ margin-top: 10px;
120
+ }
121
+
122
+ .chb-community-hall-details__list-item {
123
+ margin-bottom: 10px;
124
+ }
125
+
126
+ .chb-community-hall-details__title {
127
+ margin: 35px;
128
+ color: #a82227;
129
+ }
130
+
131
+ .chb-cancellation-policy__list {
132
+ padding-left: 20px;
133
+ }
134
+
135
+ .chb-cancellation-policy__list-item {
136
+ margin-bottom: 10px;
137
+ }
138
+
139
+ .chb-cancellation-policy__amount-title,
140
+ .chb-cancellation-policy__link,
141
+ .chb-cancellation-policy__modal-title {
142
+ color: #a82227;
143
+ }
144
+
145
+ .chb-cancellation-policy__amount-title {
146
+ font-size: 18px;
147
+ }
148
+
149
+ .chb-cancellation-policy__summary,
150
+ .chb-cancellation-policy__total {
151
+ display: flex;
152
+ align-items: center;
153
+ }
154
+
155
+ .chb-cancellation-policy__amount {
156
+ margin-right: 60px;
157
+ margin-left: 30px;
158
+ font-size: 16px;
159
+ font-weight: bold;
160
+ }
161
+
162
+ .chb-cancellation-policy__link {
163
+ cursor: pointer;
164
+ font-size: 20px;
165
+ text-decoration: none;
166
+ }
167
+
168
+ .chb-cancellation-policy__link--price-breakup {
169
+ margin: 0 18px;
170
+ }
171
+
172
+ .chb-cancellation-policy__modal-title {
173
+ margin: 25px;
174
+ }
175
+
176
+ .chb-cancellation-policy__loading-label {
177
+ font-size: 20px;
178
+ }
179
+
180
+ .chb-cancellation-policy__estimate-label {
181
+ margin-bottom: 15px;
182
+ }
183
+
184
+ .chb-cancellation-policy__price-row,
185
+ .chb-cancellation-policy__total {
186
+ justify-content: space-between;
187
+ }
188
+
189
+ .chb-cancellation-policy__price-row {
190
+ display: flex;
191
+ }
192
+
193
+ .chb-cancellation-policy__total {
194
+ margin-top: 10px;
195
+ font-weight: bold;
196
+ }
197
+
198
+ .chb-cancellation-policy__modal {
199
+ position: relative;
200
+ overflow-y: auto;
201
+ background-color: #fff;
202
+ }
203
+
204
+ .chb-cancellation-policy__modal--terms {
205
+ width: 80%;
206
+ max-height: 90vh;
207
+ }
208
+
209
+ .chb-cancellation-policy__modal--price-breakup {
210
+ width: 60%;
211
+ max-height: 60vh;
212
+ }
213
+
214
+ .chb-cancellation-policy__modal-header {
215
+ position: sticky;
216
+ top: 0;
217
+ background-color: #f5f5f5;
218
+ }
219
+
220
+ .chb-cancellation-policy__modal-actions {
221
+ display: none;
222
+ }
223
+
224
+ .chb-check-page__section-title {
225
+ font-size: 24px;
226
+ }
227
+
228
+ .chb-check-page__documents {
229
+ display: flex;
230
+ flex-direction: row;
231
+ }
232
+
233
+ .chb-check-page__document {
234
+ margin-right: 25px;
235
+ }
236
+
237
+ .chb-check-page__table-cell {
238
+ min-width: 150px;
239
+ padding: 10px !important;
240
+ padding-left: 20px !important;
241
+ font-size: 16px !important;
242
+ }