@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,218 @@
1
+
2
+ .topbar {
3
+ top: 0;
4
+ left: 0;
5
+ right: 0;
6
+ width: 100%;
7
+ padding: 12px 24px;
8
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 255, 0.98));
9
+ box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.04);
10
+ border-bottom: 1px solid rgba(15, 23, 42, 0.06);
11
+ backdrop-filter: blur(6px);
12
+ z-index: 9999999;
13
+ display: flex;
14
+ align-items: center;
15
+ justify-content: space-between;
16
+ transition: box-shadow 0.25s ease;
17
+ }
18
+
19
+ .topbar img {
20
+ display: inline;
21
+ }
22
+
23
+ .topbar img.city {
24
+ margin-right: 12px;
25
+ height: 48px;
26
+ width: 48px;
27
+ border-radius: 8px;
28
+ transition: transform 0.2s ease;
29
+ }
30
+
31
+ .topbar img.city:hover {
32
+ transform: scale(1.05);
33
+ }
34
+
35
+ .topbar img.state {
36
+ min-height: 50px;
37
+ width: 80px;
38
+ display: none;
39
+ }
40
+
41
+ .topbar .ulb {
42
+ font-weight: 600;
43
+ display: inline-block;
44
+ color: #1f2937;
45
+ font-size: 15px;
46
+ letter-spacing: -0.3px;
47
+ }
48
+
49
+ .topbar .right {
50
+ float: unset;
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 16px;
54
+ margin-top: 0;
55
+ position: relative;
56
+ }
57
+
58
+ .topbar .right svg {
59
+ display: inline;
60
+ color: #6b7280;
61
+ fill: #6b7280;
62
+ transition: color 0.2s ease;
63
+ }
64
+
65
+ .topbar .right svg:hover {
66
+ color: #2563eb;
67
+ fill: #2563eb;
68
+ }
69
+
70
+ .topbar .right .user-img-txt {
71
+ background: linear-gradient(135deg, #2563eb, #7c3aed);
72
+ padding: 10px 15px;
73
+ border-radius: 50%;
74
+ color: white;
75
+ font-weight: 700;
76
+ font-size: 14px;
77
+ cursor: pointer;
78
+ transition: all 0.25s ease;
79
+ box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
80
+ }
81
+
82
+ .topbar .right .user-img-txt:hover {
83
+ transform: scale(1.08);
84
+ box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
85
+ }
86
+
87
+ .topbar .left {
88
+ float: unset;
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 12px;
92
+ }
93
+
94
+ .topbar .w-80 {
95
+ width: auto;
96
+ display: flex;
97
+ align-items: center;
98
+ gap: 16px;
99
+ }
100
+
101
+ .topbar .width-20 {
102
+ width: auto;
103
+ }
104
+
105
+ .topbar .margin-top-6 {
106
+ margin-top: 0;
107
+ }
108
+
109
+ .topbar .margin-right-30 {
110
+ margin-right: 16px;
111
+ }
112
+
113
+ .topbar .margin-top-10 {
114
+ margin-top: 0;
115
+ }
116
+
117
+ .topbar .icon {
118
+ display: block;
119
+ color: #6b7280;
120
+ fill: #6b7280;
121
+ height: 21px;
122
+ width: 21px;
123
+ transition: all 0.2s ease;
124
+ cursor: pointer;
125
+ }
126
+
127
+ .topbar .icon:hover {
128
+ color: #2563eb;
129
+ fill: #2563eb;
130
+ }
131
+
132
+ .topbar .column-gap-15 {
133
+ column-gap: 16px;
134
+ }
135
+
136
+ .topbar .column-gap-5 {
137
+ column-gap: 8px;
138
+ }
139
+
140
+ .topbar .select-wrap,
141
+ .topbar .employee-select-wrap {
142
+ margin-bottom: 15px;
143
+ }
144
+
145
+ .topbar .select-wrap .profile-dropdown--item span,
146
+ .topbar .employee-select-wrap .profile-dropdown--item span {
147
+ white-space: pre;
148
+ }
149
+
150
+ @media (max-width: 768px) {
151
+ .topbar {
152
+ padding: 10px 16px;
153
+ }
154
+ .topbar .right {
155
+ gap: 12px;
156
+ }
157
+ .topbar .left {
158
+ gap: 8px;
159
+ }
160
+ .topbar img.city {
161
+ height: 40px;
162
+ width: 40px;
163
+ }
164
+ }
165
+
166
+ .cp {
167
+ cursor: pointer;
168
+ }
169
+
170
+ .cp .hamburger {
171
+ display: none;
172
+ }
173
+
174
+ @media (max-width: 780px) {
175
+ .cp .hamburger {
176
+ display: none;
177
+ }
178
+ }
179
+
180
+ .citizen .right {
181
+ margin-top: 5px;
182
+ margin-bottom: 5px;
183
+ }
184
+
185
+ .citizen .topbar-select-wrap {
186
+ margin-bottom: 0;
187
+ }
188
+
189
+ .citizen .flex-between {
190
+ display: flex;
191
+ align-items: center;
192
+ justify-content: space-between;
193
+ }
194
+
195
+ .profile-dropdown--item {
196
+ display: flex;
197
+ flex-direction: row;
198
+ padding: 10px;
199
+ column-gap: 10px;
200
+ color: #505a5f;
201
+ }
202
+
203
+ .profile-dropdown--item:hover {
204
+ background: #eeeeee;
205
+ }
206
+
207
+ .flex-right {
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: flex-end;
211
+ min-width: 85px;
212
+ }
213
+
214
+ video::-webkit-media-controls-panel {
215
+ top: 55%;
216
+ position: absolute;
217
+ width: 100%;
218
+ }
@@ -0,0 +1,116 @@
1
+ .upload-wrap {
2
+ @apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
3
+ max-width: 540px;
4
+
5
+ img {
6
+ display: block;
7
+ margin-top: 58px;
8
+ margin-left: calc(50% - 23px);
9
+ height: 42px;
10
+ width: 46px;
11
+ }
12
+
13
+ svg {
14
+ display: block;
15
+ margin-top: 58px;
16
+ margin-left: calc(50% - 23px);
17
+ height: 42px;
18
+ width: 46px;
19
+ }
20
+
21
+ input {
22
+ @apply absolute w-full h-full opacity-0 top-0;
23
+ }
24
+ }
25
+
26
+ .multi-upload-wrap {
27
+ @apply flex mb-lg;
28
+
29
+ div {
30
+ display: block;
31
+ position: relative;
32
+ background-color: #fafafa;
33
+ width: calc((100% - 16px) / 3);
34
+ margin-right: 8px;
35
+
36
+ .delete {
37
+ position: absolute;
38
+ height: 24px;
39
+ width: 24px;
40
+ border-radius: 100%;
41
+ top: 2px;
42
+ right: 2px;
43
+ }
44
+ }
45
+
46
+ .upload-img-container {
47
+ border: 1px dashed #d6d5d4;
48
+ margin: 0 !important;
49
+
50
+ img {
51
+ margin-left: auto;
52
+ margin-right: auto;
53
+ padding-top: calc(33% - 21px);
54
+ }
55
+
56
+ svg {
57
+ @apply flex;
58
+ margin: auto;
59
+ }
60
+
61
+ svg {
62
+ margin-left: auto;
63
+ margin-right: auto;
64
+ top: calc(50% - 21px);
65
+ position: relative;
66
+ }
67
+
68
+ input {
69
+ @apply absolute w-full h-full opacity-0 top-0;
70
+ }
71
+ }
72
+ }
73
+
74
+ .upload-file-max-width {
75
+ max-width: 540px;
76
+ }
77
+ .digilocker-btn{
78
+ touch-action: manipulation;
79
+ cursor: pointer;
80
+ background-image: none;
81
+ border: 1px solid transparent;
82
+ padding: 6px 12px;
83
+ font-size: 14px;
84
+ line-height: 1.42857143;
85
+ border-radius: 4px;
86
+ user-select: none;
87
+ background: #f0f0f0c9;
88
+ display: flex;
89
+ font-weight: bold;
90
+ }
91
+ .upload-file {
92
+ min-height: 56px;
93
+ @apply relative border border-input-border w-full;
94
+ border-radius: 10px;
95
+
96
+ div {
97
+ @apply flex flex-row h-full items-center pl-md mt-sm mb-sm flex-wrap;
98
+ border-radius: 10px;
99
+
100
+ .file-upload-status {
101
+ @apply text-body-s-dt ml-sm;
102
+ }
103
+ }
104
+ input {
105
+ @apply absolute opacity-0 h-full;
106
+ top: 20%;
107
+ left: 3%;
108
+ }
109
+ }
110
+
111
+ @screen dt {
112
+ .multi-upload-wrap img {
113
+ width: 100%;
114
+ height: 158px;
115
+ }
116
+ }