@chipstcp/upyog-css 1.0.0

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 +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,238 @@
1
+ .ral-banner {
2
+ padding: 10px;
3
+ }
4
+
5
+ .ral-banner-header {
6
+ font-size: 32px;
7
+ word-break: break-word;
8
+ }
9
+
10
+ .ral-action-bar {
11
+ display: flex;
12
+ justify-content: flex-end;
13
+ align-items: baseline;
14
+ }
15
+
16
+ .ral-error-label {
17
+ width: 70%;
18
+ margin-left: 1%;
19
+ margin-top: -18px;
20
+ }
21
+
22
+ /* Desktop view - margin-left 50% */
23
+ @media (min-width: 768px) {
24
+ .ral-error-label {
25
+ margin-left: 50%;
26
+ }
27
+ }
28
+
29
+ .ral-applicant-container {
30
+ border: 1px solid #ddd;
31
+ padding: 12px;
32
+ margin-bottom: 16px;
33
+ border-radius: 10px;
34
+ }
35
+
36
+ .ral-applicant-header-row {
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ margin-bottom: 20px;
41
+ }
42
+
43
+ .ral-remove-btn {
44
+ background: transparent;
45
+ width: 100%;
46
+ max-width: 25px;
47
+ }
48
+
49
+ .ral-add-applicant-row {
50
+ display: flex;
51
+ justify-content: flex-end;
52
+ margin-bottom: 16px;
53
+ }
54
+
55
+ .ral-add-applicant-btn {
56
+ border: 1px solid #2947a3;
57
+ background: transparent;
58
+ color: #2947a3;
59
+ width: 100%;
60
+ max-width: 140px;
61
+ }
62
+
63
+ .ral-back-btn {
64
+ border: 1px solid;
65
+ background: transparent;
66
+ color: #2947a3;
67
+ margin-right: 8px;
68
+ }
69
+
70
+ .ral-summary-card {
71
+ padding: 2px;
72
+ }
73
+
74
+ .ral-summary-section {
75
+ background-color: #ffffff;
76
+ padding: 1rem 0;
77
+ border-radius: 8px;
78
+ margin-bottom: 1.5rem;
79
+ box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
80
+ }
81
+
82
+ .ral-summary-header-row {
83
+ display: flex;
84
+ justify-content: space-between;
85
+ align-items: center;
86
+ margin-bottom: 0.75rem;
87
+ }
88
+
89
+ .ral-summary-heading {
90
+ font-size: 1.25rem;
91
+ color: #0d43a7;
92
+ font-weight: 500;
93
+ margin: 0;
94
+ }
95
+
96
+ .ral-summary-row {
97
+ display: flex;
98
+ justify-content: space-between;
99
+ flex-wrap: wrap;
100
+ border-bottom: 1px dashed #e9eef2;
101
+ padding: 10px 4px;
102
+ align-items: center;
103
+ }
104
+
105
+ .ral-summary-label {
106
+ font-weight: 600;
107
+ color: #333;
108
+ }
109
+
110
+ .ral-summary-docs-container {
111
+ display: flex;
112
+ flex-wrap: wrap;
113
+ gap: 1rem;
114
+ margin-top: 0.5rem;
115
+ }
116
+
117
+ .ral-summary-doc-card {
118
+ flex: 1 1 220px;
119
+ min-width: 180px;
120
+ max-width: 260px;
121
+ background-color: #fbfcfe;
122
+ padding: 0.6rem;
123
+ border: 1px solid #eef3f7;
124
+ border-radius: 6px;
125
+ }
126
+
127
+ .ral-summary-applicant-subheading {
128
+ padding: 6px 26px;
129
+ background: oldlace;
130
+ font-weight: 900;
131
+ }
132
+
133
+ .ral-summary-applicant-wrapper {
134
+ margin-bottom: 1rem;
135
+ }
136
+
137
+ .ral-doc-container {
138
+ margin-bottom: 24px;
139
+ }
140
+
141
+ .ral-doc-label {
142
+ width: 100%;
143
+ }
144
+
145
+ .ral-doc-field {
146
+ width: 100%;
147
+ }
148
+
149
+ .ral-doc-field-employee {
150
+ max-width: 500px;
151
+ }
152
+
153
+ .ral-doc-upload-msg {
154
+ width: 100%;
155
+ }
156
+
157
+ .ral-doc-upload-input {
158
+ width: 280px;
159
+ }
160
+
161
+ .ral-doc-error {
162
+ color: #d4351c;
163
+ font-size: 12px;
164
+ margin-top: 4px;
165
+ margin-bottom: 10px;
166
+ }
167
+
168
+ .ral-app-details-header {
169
+ margin-left: 14px;
170
+ max-width: 960px;
171
+ }
172
+
173
+ .ral-app-details-owner-header {
174
+ padding: 5px 24px 0px 24px;
175
+ font-weight: 600;
176
+ }
177
+
178
+ .ral-app-details-docs-card {
179
+ display: flex !important;
180
+ flex-direction: row !important;
181
+ flex-wrap: wrap !important;
182
+ gap: 30px;
183
+ margin-bottom: 26px;
184
+ }
185
+
186
+ .ral-my-properties-container {
187
+ margin-top: 16px;
188
+ }
189
+
190
+ .ral-my-properties-header {
191
+ margin-left: 8px;
192
+ }
193
+
194
+ .ral-my-properties-actions {
195
+ display: flex;
196
+ gap: 20px;
197
+ }
198
+
199
+ .ral-my-properties-no-result {
200
+ margin-left: 16px;
201
+ margin-top: 16px;
202
+ }
203
+
204
+ .ral-my-properties-load-more {
205
+ margin-left: 16px;
206
+ margin-top: 16px;
207
+ }
208
+
209
+ .ral-my-properties-load-more-link {
210
+ cursor: pointer;
211
+ color: #007bff;
212
+ font-weight: bold;
213
+ }
214
+
215
+ .ral-modal-header {
216
+ margin-left: 20px;
217
+ }
218
+
219
+ .ral-modal-close {
220
+ margin-right: 20px;
221
+ }
222
+
223
+ .ral-header-32 {
224
+ font-size: 32px;
225
+ }
226
+
227
+ .ral-card-subheader-24 {
228
+ font-size: 24px;
229
+ }
230
+
231
+ .ral-card-subheader-24-margin {
232
+ font-size: 24px;
233
+ margin-top: 30px;
234
+ }
235
+
236
+ .mandatory-asterisk {
237
+ color: #ff0000 !important;
238
+ }
@@ -0,0 +1,8 @@
1
+ .CitizenEngagementNotificationWrapper {
2
+ .h1 {
3
+ margin: 15px;
4
+ }
5
+ .WhatsNewCard {
6
+ @apply mx-md mb-md;
7
+ }
8
+ }
@@ -0,0 +1,50 @@
1
+ .newLoginlanguageWrapper {
2
+ width: 100%;
3
+ margin-bottom: 24px;
4
+ }
5
+
6
+ .newLoginlabel {
7
+ font-weight: 500;
8
+ font-size: 16px;
9
+ line-height: 25px;
10
+ color: #686677;
11
+ margin-bottom: 8px;
12
+ }
13
+
14
+ .newLoginrequired {
15
+ color: #ff1515;
16
+ }
17
+
18
+ .newLoginlanguageButtonContainer {
19
+ display: flex;
20
+ gap: 12px;
21
+ width: 100%;
22
+ }
23
+
24
+ /* Default button style */
25
+ .newLoginlanguageButton {
26
+ flex: 1;
27
+ padding: 12px 20px;
28
+ border: 1px solid #d0d5dd;
29
+ border-radius: 8px;
30
+ background-color: #ffffff;
31
+ color: #344054;
32
+ font-size: 16px;
33
+ font-weight: 500;
34
+ cursor: pointer;
35
+ transition: all 0.newLogin2s ease;
36
+ }
37
+
38
+ /* Hover state */
39
+ .newLoginlanguageButton:hover {
40
+ border-color: #98a2b3;
41
+ background-color: #f9fafb;
42
+ }
43
+
44
+ /* Selected button state */
45
+ .newLoginselected {
46
+ border: 2px solid #5b68f0;
47
+ background-color: #f0f1ff;
48
+ color: #5b68f0;
49
+ font-weight: 600;
50
+ }