@pmidc/upyog-css 1.1.5 → 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 +5068 -2869
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -110
  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 -0
  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 -68
  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 -147
  23. package/src/components/buttons.scss +87 -80
  24. package/src/components/card.scss +581 -436
  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 -27
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -30
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -72
  50. package/src/components/navbar.scss +338 -345
  51. package/src/components/newFooter.scss +75 -0
  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 -20
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -205
  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 -178
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -111
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -147
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1022
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -0
  76. package/src/pages/citizen/DocumentList.scss +448 -304
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -165
  79. package/src/pages/citizen/InboxCard.scss +327 -0
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -21
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -193
  83. package/src/pages/citizen/container.scss +32 -22
  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 -249
  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 -0
  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 -678
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -595
  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
@@ -0,0 +1,327 @@
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
+ background-color: #ffffff;
163
+ border-radius: 8px;
164
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
165
+ padding-bottom: 50px;
166
+ }
167
+ .bpa-newbuilding-label-field-pair {
168
+ display: flex;
169
+ justify-content: space-between;
170
+ border-bottom: 1px dashed #e0e0e0;
171
+ padding: 0.5rem 0;
172
+ color: #333;
173
+ }
174
+ .bpa-newbuilding-bold-label {
175
+ font-weight: 700;
176
+ color: #555;
177
+ }
178
+ .bpa-newbuilding-search-icon-container {
179
+ position: relative;
180
+ z-index: 1;
181
+ right: 95px;
182
+ margin-top: -24px;
183
+ margin-right: -20px;
184
+ cursor: pointer;
185
+ }
186
+ .bpa-newbuilding-or-text {
187
+ position: relative;
188
+ font-weight: 700;
189
+ left: 20px;
190
+ }
191
+ .bpa-newbuilding-upload-margin {
192
+ margin-bottom: 15px;
193
+ }
194
+ .bpa-newbuilding-ecbc-error-text {
195
+ color: red;
196
+ }
197
+ .bpa-newbuilding-submit-back {
198
+ border: 1px solid;
199
+ background: transparent;
200
+ color: #2947a3;
201
+ margin-right: 5px;
202
+ }
203
+ .bpa-newbuilding-newbuilding-error-message {
204
+ color: red;
205
+ margin-top: 4px;
206
+ font-size: 0.9rem;
207
+ }
208
+ .newbuilding-error-message {
209
+ color: "red";
210
+ font-size: "12px";
211
+ margin-top: "4px";
212
+ }
213
+
214
+ .bpa-owner-error-message {
215
+ color: red;
216
+ font-size: 12px;
217
+ margin-top: 4px;
218
+ }
219
+ .bpa-owner-delete-icon {
220
+ position: relative;
221
+ bottom: 5px;
222
+ }
223
+ .bpa-owner-link-delete-button {
224
+ width: 50px;
225
+ display: inline-flex;
226
+ justify-content: center;
227
+ align-items: center;
228
+ background: black;
229
+ float: right;
230
+ }
231
+ .bpa-owner-owner-card {
232
+ border: 1px solid;
233
+ border-radius: 5px;
234
+ padding: 10px;
235
+ padding-top: 20px;
236
+ margin-top: 10px;
237
+ border-color: #f3f3f3;
238
+ background: #fafafa;
239
+ }
240
+ .bpa-owner-cardlabel-negative-margin {
241
+ margin-bottom: -15px;
242
+ }
243
+ .bpa-owner-mobile-row {
244
+ margin-top: 30px;
245
+ }
246
+ .bpa-owner-country-prefix {
247
+ margin-bottom: 24px;
248
+ padding: 3px 2px;
249
+ border: 1px solid #b4b4b4;
250
+ border-radius: 8px 0 0 8px;
251
+ display: inline-block;
252
+ }
253
+ .bpa-owner-phone-input {
254
+ background: #fafafa;
255
+ padding: 0 4px;
256
+ border-radius: 0 8px 8px 0;
257
+ width: 96%;
258
+ }
259
+ .bpa-owner-search-icon-container {
260
+ position: relative;
261
+ z-index: 100;
262
+ right: 44px;
263
+ margin-top: -24px;
264
+ margin-right: -20px;
265
+ cursor: pointer;
266
+ }
267
+ .bpa-owner-cardlabel-margin-top {
268
+ margin-top: 30px;
269
+ }
270
+ .bpa-owner-upload-row {
271
+ display: flex;
272
+ gap: 15px;
273
+ flex-direction: row;
274
+ }
275
+ @media (max-width: 768px) {
276
+ .upload-row {
277
+ flex-direction: column;
278
+ }
279
+ }
280
+ .bpa-owner-input-bg-fa {
281
+ background: #fafafa;
282
+ }
283
+ .bpa-owner-owner-textarea {
284
+ background: #fafafa;
285
+ width: 100%;
286
+ min-height: 80px;
287
+ padding: 8px;
288
+ border: 1px solid #ccc;
289
+ border-radius: 4px;
290
+ resize: vertical;
291
+ }
292
+ .bpa-owner-checkbox-top {
293
+ padding-top: 10px;
294
+ }
295
+ .bpa-owner-add-owner-row {
296
+ display: flex;
297
+ padding-bottom: 15px;
298
+ color: #ff8c00;
299
+ }
300
+ .bpa-owner-add-owner-button {
301
+ padding-top: 10px;
302
+ background: transparent;
303
+ border: none;
304
+ color: inherit;
305
+ }
306
+ .bpa-owner-submit-back {
307
+ border: 1px solid;
308
+ background: transparent;
309
+ color: #2947a3;
310
+ margin-right: 5px;
311
+ }
312
+ .bpa-owner-label-field-pair {
313
+ display: flex;
314
+ justify-content: space-between;
315
+ border-bottom: 1px dashed #e0e0e0;
316
+ padding: 0.5rem 0;
317
+ color: #333;
318
+ }
319
+ .bpa-owner-bold-label {
320
+ font-weight: 700;
321
+ color: #555;
322
+ }
323
+ .bpa-owner-newbuilding-error-message {
324
+ color: red;
325
+ margin-top: 4px;
326
+ font-size: 0.9rem;
327
+ }
@@ -1,22 +1,22 @@
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
-
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
22
  }
@@ -1,22 +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
- }
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;
22
26
  }