@djb25/digit-ui-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.
- package/README.md +80 -0
- package/dist/index.css +17535 -0
- package/dist/index.min.css +1 -0
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/package.json +70 -0
- package/src/components/CardBasedOptions.scss +46 -0
- package/src/components/CitizenHomeCard.scss +56 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +29 -0
- package/src/components/PopupHeadingLabel.scss +15 -0
- package/src/components/PropertySearchForm.scss +58 -0
- package/src/components/SearchForm.scss +56 -0
- package/src/components/SearchOnRadioButton.scss +10 -0
- package/src/components/StandaloneSearchBar.scss +10 -0
- package/src/components/TimeLine.scss +68 -0
- package/src/components/WhatsNewCard.scss +13 -0
- package/src/components/actionLink.scss +3 -0
- package/src/components/actionbar.scss +97 -0
- package/src/components/bannercomponents.scss +136 -0
- package/src/components/body.scss +144 -0
- package/src/components/buttons.scss +106 -0
- package/src/components/card.scss +468 -0
- package/src/components/cardHeaderWithOptions.scss +14 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +186 -0
- package/src/components/checkbox.scss +53 -0
- package/src/components/checkpoint.scss +63 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +11 -0
- package/src/components/datatable.scss +134 -0
- package/src/components/datewrap.scss +21 -0
- package/src/components/detailscard.scss +6 -0
- package/src/components/detailscontainer.scss +13 -0
- package/src/components/filters.scss +98 -0
- package/src/components/financeUi.scss +875 -0
- package/src/components/grey.scss +3 -0
- package/src/components/hoc/InboxComposer.scss +115 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/inboxv2/InboxLinks.scss +59 -0
- package/src/components/inboxv2/horizontalNav.scss +224 -0
- package/src/components/inboxv2/inboxSearch.scss +116 -0
- package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
- package/src/components/inboxv2/index.scss +5 -0
- package/src/components/inboxv2/searchComponentTable.scss +44 -0
- package/src/components/info-banner.scss +35 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +27 -0
- package/src/components/landingpage.scss +3860 -0
- package/src/components/languageSelector.scss +23 -0
- package/src/components/loader.scss +96 -0
- package/src/components/map.scss +30 -0
- package/src/components/menu.scss +0 -0
- package/src/components/metricsTable.scss +28 -0
- package/src/components/multiLink.scss +88 -0
- package/src/components/multiSelectDropdown.scss +77 -0
- package/src/components/navbar.scss +312 -0
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +16 -0
- package/src/components/radiobtn.scss +45 -0
- package/src/components/ratingstar.scss +33 -0
- package/src/components/roundedLabel.scss +10 -0
- package/src/components/searchAction.scss +20 -0
- package/src/components/sectionalDropdown.scss +43 -0
- package/src/components/selectdropdown.scss +174 -0
- package/src/components/sidebar.scss +141 -0
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +29 -0
- package/src/components/table.scss +230 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +96 -0
- package/src/components/toast.scss +31 -0
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +151 -0
- package/src/components/uploadcomponents.scss +100 -0
- package/src/digitv2/components/ErrorMessage.scss +6 -0
- package/src/digitv2/components/FormComposerV2.scss +120 -0
- package/src/digitv2/components/actionLinkV2.scss +7 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +55 -0
- package/src/digitv2/components/backButtonV2.scss +26 -0
- package/src/digitv2/components/bannerV2.scss +120 -0
- package/src/digitv2/components/bodyContainerV2.scss +39 -0
- package/src/digitv2/components/breadCrumbV2.scss +31 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +40 -0
- package/src/digitv2/components/cardV2.scss +385 -0
- package/src/digitv2/components/checkboxV2.scss +61 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +12 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/headerV2.scss +6 -0
- package/src/digitv2/components/infoBannerV2.scss +37 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/loaderV2.scss +81 -0
- package/src/digitv2/components/mobileNumberV2.scss +33 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/popUpV2.scss +16 -0
- package/src/digitv2/components/radiobtnV2.scss +51 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/selectdropdownV2.scss +170 -0
- package/src/digitv2/components/tagV2.scss +28 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +123 -0
- package/src/digitv2/components/textareaV2.scss +11 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/index.scss +168 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +1042 -0
- package/src/digitv2/typography.scss +241 -0
- package/src/index.scss +804 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
- package/src/pages/citizen/DocumentList.scss +305 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +158 -0
- package/src/pages/citizen/SurveyList.scss +22 -0
- package/src/pages/citizen/citizenDocument.scss +22 -0
- package/src/pages/citizen/container.scss +19 -0
- package/src/pages/citizen/payment/payment-type.scss +3 -0
- package/src/pages/citizen/updatePropertyNumber.scss +46 -0
- package/src/pages/employee/EmployeeLogin.scss +7 -0
- package/src/pages/employee/cardfix.scss +13 -0
- package/src/pages/employee/container.scss +72 -0
- package/src/pages/employee/dss.scss +266 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +634 -0
- package/src/pages/employee/index.scss +621 -0
- package/src/pages/employee/login.scss +302 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +34 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +119 -0
- package/src/pages/employee/surveys.scss +273 -0
- package/src/pages/employee/tooltip.scss +36 -0
- package/src/pages/employee/updateNumber.scss +13 -0
- package/svg/arrowdown.svg +1 -0
- package/svg/arrowleft.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/camera.svg +4 -0
- package/svg/check.svg +4 -0
- package/svg/close.svg +4 -0
- package/svg/error.svg +4 -0
- package/svg/error2.svg +5 -0
- package/svg/searchicon.svg +4 -0
- package/svg/starempty.svg +4 -0
- package/svg/starfilled.svg +5 -0
- package/svg/success.svg +4 -0
|
@@ -0,0 +1,468 @@
|
|
|
1
|
+
.card {
|
|
2
|
+
@apply bg-white m-sm px-md pt-md pb-lg shadow-card;
|
|
3
|
+
border-radius: 4px;
|
|
4
|
+
max-width: 960px;
|
|
5
|
+
|
|
6
|
+
.card-header {
|
|
7
|
+
@apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.card-sub-header {
|
|
11
|
+
@apply text-text-primary text-caption-xl font-bold align-middle text-left mb-sm;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.card-caption {
|
|
15
|
+
@apply text-text-secondary text-caption-xl mb-sm;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.card-text {
|
|
19
|
+
@apply text-text-secondary text-body-l align-middle text-left mb-lg;
|
|
20
|
+
|
|
21
|
+
span {
|
|
22
|
+
@apply text-text-primary;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.card-text-primary {
|
|
27
|
+
@apply text-text-primary text-body-l;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.card-text-button {
|
|
31
|
+
@apply text-primary-main text-text-btn;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.card-label {
|
|
35
|
+
@apply text-legend text-text-primary mb-sm;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.card-label-error {
|
|
39
|
+
@apply block text-body-s text-error mb-md;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.card-label-desc {
|
|
43
|
+
@apply font-bold text-text-secondary text-heading-s mb-md;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.card-link {
|
|
47
|
+
@apply block text-center text-link text-primary-main mt-md cursor-pointer;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.validation-error {
|
|
52
|
+
@apply block text-body-s text-error;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.docsDescription {
|
|
56
|
+
color: theme(colors.text.primary) !important;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.field-container {
|
|
60
|
+
@apply flex items-center;
|
|
61
|
+
/*@apply flex justify-center items-center;*/
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.employeeCard {
|
|
65
|
+
@apply bg-white shadow-card p-md mb-xl;
|
|
66
|
+
border-radius: 4px;
|
|
67
|
+
|
|
68
|
+
.card-header {
|
|
69
|
+
@apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.card-sub-header,
|
|
73
|
+
.employee-card-sub-header {
|
|
74
|
+
@apply text-text-primary text-caption-xl font-bold align-middle text-left;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.card-section-header {
|
|
78
|
+
@apply text-text-primary text-heading-m font-bold;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.card-section-sub-text {
|
|
82
|
+
@apply text-text-primary text-body-s;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.card-caption {
|
|
86
|
+
@apply text-text-secondary text-caption-xl mb-sm;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.card-text {
|
|
90
|
+
@apply text-text-secondary text-body-l align-middle text-left mb-lg;
|
|
91
|
+
|
|
92
|
+
span {
|
|
93
|
+
@apply text-text-primary;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.card-text-primary {
|
|
98
|
+
@apply text-text-primary text-body-l;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.card-text-button {
|
|
102
|
+
@apply text-primary-main text-text-btn;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.card-label {
|
|
106
|
+
@apply text-legend text-text-primary mb-md;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.card-label-error {
|
|
110
|
+
@apply block text-body-s text-error mb-md;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.card-label-desc {
|
|
114
|
+
@apply font-bold text-text-secondary text-heading-s mb-md;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.card-link {
|
|
118
|
+
@apply block text-center text-link text-link-normal mt-md;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.card-search-heading {
|
|
122
|
+
margin-right: 0px !important;
|
|
123
|
+
margin-left: 0px !important;
|
|
124
|
+
margin-bottom: 0px !important;
|
|
125
|
+
padding-bottom: 0px;
|
|
126
|
+
padding-left: 25px;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.header-wrap {
|
|
131
|
+
@apply flex mb-md;
|
|
132
|
+
|
|
133
|
+
.header-start {
|
|
134
|
+
margin-right: auto;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.header-content {
|
|
138
|
+
margin-top: 0.2rem;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.header-end {
|
|
142
|
+
margin-left: auto;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.card-emp {
|
|
147
|
+
@extend .card;
|
|
148
|
+
padding-right: 0;
|
|
149
|
+
padding-top: 0;
|
|
150
|
+
padding-left: 0;
|
|
151
|
+
@apply bg-white m-sm;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.submit-bar {
|
|
155
|
+
@apply h-10 text-center w-full outline-none;
|
|
156
|
+
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
157
|
+
box-shadow: inset 0px -2px 0px theme(colors.text.primary);
|
|
158
|
+
cursor: pointer;
|
|
159
|
+
|
|
160
|
+
&:focus {
|
|
161
|
+
@apply outline-none;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
header {
|
|
165
|
+
@apply font-rc font-medium text-legend text-white leading-10;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.submit-bar-disabled {
|
|
170
|
+
@apply h-10 text-center w-full outline-none opacity-50;
|
|
171
|
+
background: linear-gradient(135deg, #667eea, #764ba2);
|
|
172
|
+
|
|
173
|
+
&:focus {
|
|
174
|
+
@apply outline-none;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
header {
|
|
178
|
+
@apply font-rc font-medium text-legend text-white leading-10;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
@screen dt {
|
|
183
|
+
|
|
184
|
+
.submit-bar,
|
|
185
|
+
.submit-bar-disabled {
|
|
186
|
+
width: 240px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.card {
|
|
190
|
+
display: flex;
|
|
191
|
+
flex-direction: column;
|
|
192
|
+
|
|
193
|
+
.card-header {
|
|
194
|
+
@apply text-heading-xl-dt;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.card-sub-header {
|
|
198
|
+
@apply text-heading-l-dt;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.card-caption {
|
|
202
|
+
@apply text-caption-xl-dt;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.card-text,
|
|
206
|
+
.card-text-primary {
|
|
207
|
+
@apply text-body-l-dt;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.card-link {
|
|
211
|
+
@apply text-left;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.employeeCard {
|
|
216
|
+
/* TODO need to revisit that we need mx-md NABEEL/ANIL
|
|
217
|
+
@apply mb-md mx-md !important;
|
|
218
|
+
*/
|
|
219
|
+
@apply mb-md !important;
|
|
220
|
+
|
|
221
|
+
&.filter {
|
|
222
|
+
margin-left: auto;
|
|
223
|
+
margin-right: auto;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.card-header {
|
|
227
|
+
@apply text-heading-xl-dt;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.card-sub-header {
|
|
231
|
+
@apply text-heading-l-dt;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.employee-card-sub-header {
|
|
235
|
+
margin-bottom: 40px;
|
|
236
|
+
@apply text-heading-l-dt;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.card-section-header {
|
|
240
|
+
margin-bottom: 40px;
|
|
241
|
+
@apply text-heading-m-dt;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.card-section-sub-text {
|
|
245
|
+
@apply text-text-primary text-body-s-dt;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.card-search-heading {
|
|
249
|
+
margin-right: 0px !important;
|
|
250
|
+
margin-left: 0px !important;
|
|
251
|
+
margin-bottom: 0px !important;
|
|
252
|
+
padding-bottom: 0px;
|
|
253
|
+
padding-left: 25px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.card-caption {
|
|
257
|
+
@apply text-caption-xl-dt;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.card-text,
|
|
261
|
+
.card-text-primary {
|
|
262
|
+
@apply text-body-l-dt;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.card-link {
|
|
266
|
+
@apply text-left;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
/*
|
|
270
|
+
.label-field-pair {
|
|
271
|
+
@apply flex items-center;
|
|
272
|
+
gap: 1rem;
|
|
273
|
+
|
|
274
|
+
.card-label-smaller {
|
|
275
|
+
min-width: 250px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
h2 {
|
|
279
|
+
width: 30%;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.field {
|
|
283
|
+
width: 50%;
|
|
284
|
+
margin-right: 20%;
|
|
285
|
+
flex: 1;
|
|
286
|
+
|
|
287
|
+
.field {
|
|
288
|
+
margin-right: unset;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
*/
|
|
293
|
+
|
|
294
|
+
/* CSS for vertical label-field layout */
|
|
295
|
+
|
|
296
|
+
.label-field-pair {
|
|
297
|
+
display: flex;
|
|
298
|
+
flex-direction: column;
|
|
299
|
+
gap: 8px;
|
|
300
|
+
/* Adjust spacing between label and field */
|
|
301
|
+
margin-bottom: 16px;
|
|
302
|
+
/* Space between form groups */
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.label-field-pair .card-label-smaller {
|
|
306
|
+
margin-bottom: 0;
|
|
307
|
+
font-weight: 500;
|
|
308
|
+
color: #333;
|
|
309
|
+
font-size: 14px;
|
|
310
|
+
line-height: 1.4;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.label-field-pair .field {
|
|
314
|
+
width: 100%;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/* Ensure the text input takes full width of its container */
|
|
318
|
+
.label-field-pair .field .text-input {
|
|
319
|
+
width: 100%;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.label-field-pair .field .text-input input {
|
|
323
|
+
width: 100%;
|
|
324
|
+
box-sizing: border-box;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/* Optional: Add some styling to make it look cleaner */
|
|
328
|
+
.label-field-pair .field .text-input input:focus {
|
|
329
|
+
outline: none;
|
|
330
|
+
border-color: #007bff;
|
|
331
|
+
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
/* Responsive adjustments if needed */
|
|
335
|
+
@media (max-width: 768px) {
|
|
336
|
+
.label-field-pair {
|
|
337
|
+
gap: 6px;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.label-field-pair .card-label-smaller {
|
|
341
|
+
font-size: 13px;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/* Remove any default margins that might interfere */
|
|
346
|
+
.label-field-pair>* {
|
|
347
|
+
margin: 0;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
/* Ensure proper spacing for the mandatory asterisk */
|
|
351
|
+
.label-field-pair .card-label-smaller::after {
|
|
352
|
+
margin-left: 2px;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.field-container {
|
|
356
|
+
span {
|
|
357
|
+
border: 2px solid black;
|
|
358
|
+
background: rgb(247, 247, 247);
|
|
359
|
+
width: 40px;
|
|
360
|
+
height: 40px;
|
|
361
|
+
display: flex;
|
|
362
|
+
justify-content: center;
|
|
363
|
+
align-items: center;
|
|
364
|
+
margin-top: -16px;
|
|
365
|
+
border-right: none;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.header-wrap {
|
|
371
|
+
@apply flex mb-md;
|
|
372
|
+
|
|
373
|
+
.header-start {
|
|
374
|
+
margin-right: auto;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.header-content {}
|
|
378
|
+
|
|
379
|
+
.header-end {
|
|
380
|
+
margin-left: auto;
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.card-section-header {
|
|
386
|
+
@apply text-text-primary text-heading-m font-bold;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.card-search-heading {
|
|
390
|
+
margin-right: 0px !important;
|
|
391
|
+
margin-left: 0px !important;
|
|
392
|
+
margin-bottom: 0px !important;
|
|
393
|
+
padding-bottom: 0px;
|
|
394
|
+
padding-left: 25px;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.button-sub-text {
|
|
398
|
+
width: 100%;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.home-page-info-banner-wrap {
|
|
402
|
+
margin: "0px 16px 24px 16px";
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
@media (min-width: 780px) {
|
|
406
|
+
.button-sub-text {
|
|
407
|
+
width: 240px;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.home-page-info-banner-wrap {
|
|
411
|
+
max-width: 45%;
|
|
412
|
+
min-width: 40%;
|
|
413
|
+
margin-left: 0;
|
|
414
|
+
margin-right: 24px;
|
|
415
|
+
margin-bottom: 24px;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.info-banner-wrap-citizen-override {}
|
|
419
|
+
|
|
420
|
+
.oc-aknowledgement-screen {
|
|
421
|
+
width: auto;
|
|
422
|
+
min-width: 240px;
|
|
423
|
+
max-width: 100%;
|
|
424
|
+
padding: 0px 10px;
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.card-label-error {
|
|
429
|
+
@apply block text-body-s text-error mb-md;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.employeeCard-override {
|
|
433
|
+
margin-left: 0px !important;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.BPAemployeeCard {
|
|
437
|
+
margin-left: 0px !important;
|
|
438
|
+
margin-right: 0px !important;
|
|
439
|
+
margin-bottom: 64px !important;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.employee-application-details {
|
|
443
|
+
display: flex !important;
|
|
444
|
+
justify-content: space-between !important;
|
|
445
|
+
max-height: 60px !important;
|
|
446
|
+
height: 60px !important;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.employee-main-application-details {
|
|
450
|
+
padding: 10px !important;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.employee-mulitlink-main-div {
|
|
454
|
+
z-index: 10 !important;
|
|
455
|
+
max-width: 41% !important;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.employee-download-btn-className {
|
|
459
|
+
position: unset !important;
|
|
460
|
+
display: flex !important;
|
|
461
|
+
justify-content: flex-end !important;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.employee-options-btn-className {
|
|
465
|
+
position: unset !important;
|
|
466
|
+
margin: 0 !important;
|
|
467
|
+
width: 100% !important;
|
|
468
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
.cardHeaderWithOptions{
|
|
2
|
+
@apply flex flex-row justify-between;
|
|
3
|
+
.multilinkWrapper{
|
|
4
|
+
@apply relative;
|
|
5
|
+
.multilink-labelWrap{
|
|
6
|
+
position: unset;
|
|
7
|
+
@apply flex z-10 items-center align-middle text-center m-md;
|
|
8
|
+
}
|
|
9
|
+
.multilink-optionWrap{
|
|
10
|
+
top: 32px;
|
|
11
|
+
right: 0%;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +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: theme(colors.text.secondary);
|
|
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: theme(colors.primary.main);
|
|
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: theme(colors.text.secondary);
|
|
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
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
.checkbox-wrap {
|
|
2
|
+
@apply flex mb-md relative items-baseline;
|
|
3
|
+
|
|
4
|
+
input {
|
|
5
|
+
width: 38px;
|
|
6
|
+
height: 38px;
|
|
7
|
+
@apply opacity-0 absolute top-0 left-0 z-10;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.input-emp {
|
|
11
|
+
@extend input;
|
|
12
|
+
width: 24px;
|
|
13
|
+
height: 24px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.custom-checkbox {
|
|
17
|
+
width: 38px;
|
|
18
|
+
height: 38px;
|
|
19
|
+
@apply absolute top-0 left-0 border border-solid border-input-border z-0;
|
|
20
|
+
|
|
21
|
+
img {
|
|
22
|
+
@apply opacity-0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
svg {
|
|
26
|
+
@apply opacity-0;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.custom-checkbox-emp {
|
|
31
|
+
@extend .custom-checkbox;
|
|
32
|
+
width: 24px;
|
|
33
|
+
height: 24px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
input:checked ~ .custom-checkbox,
|
|
37
|
+
input:hover ~ .custom-checkbox {
|
|
38
|
+
@apply border-2 border-primary-main;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
input:checked ~ .custom-checkbox img {
|
|
42
|
+
@apply opacity-100;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
input:checked ~ .custom-checkbox svg {
|
|
46
|
+
@apply opacity-100;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.label {
|
|
50
|
+
margin-left: 56px;
|
|
51
|
+
@apply text-form-field text-text-primary;
|
|
52
|
+
}
|
|
53
|
+
}
|