@egovernments/digit-ui-components-css 0.0.1
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/CHANGELOG.md +50 -0
- package/README.md +81 -0
- package/dist/index.css +17004 -0
- package/dist/index.min.css +6 -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 +67 -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 +101 -0
- package/src/components/card.scss +391 -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/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/languageSelector.scss +24 -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 +201 -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 +153 -0
- package/src/components/uploadcomponents.scss +100 -0
- package/src/digitv2/components/CitizenHomeCardV2.scss +56 -0
- package/src/digitv2/components/ErrorMessage.scss +19 -0
- package/src/digitv2/components/FormComposerV2.scss +118 -0
- package/src/digitv2/components/PageBasedInputV2.scss +33 -0
- package/src/digitv2/components/WhatsNewCardV2.scss +13 -0
- package/src/digitv2/components/actionLinkV2.scss +9 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +49 -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 +34 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +407 -0
- package/src/digitv2/components/cardBasedOptionsV2.scss +46 -0
- package/src/digitv2/components/cardLabelV2.scss +8 -0
- package/src/digitv2/components/cardV2.scss +383 -0
- package/src/digitv2/components/checkboxV2.scss +80 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +17 -0
- package/src/digitv2/components/detailsCardV2.scss +17 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/fieldV1.scss +97 -0
- package/src/digitv2/components/footerV2.scss +55 -0
- package/src/digitv2/components/headerBarV2.scss +34 -0
- package/src/digitv2/components/headerV2.scss +12 -0
- package/src/digitv2/components/infoCardV2.scss +143 -0
- package/src/digitv2/components/infobuttons.scss +76 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/labelFieldPairV2.scss +58 -0
- package/src/digitv2/components/loaderV2.scss +85 -0
- package/src/digitv2/components/mobileNumberV2.scss +65 -0
- package/src/digitv2/components/modalV2.scss +46 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +316 -0
- package/src/digitv2/components/multiUploadWrapperV2.scss +6 -0
- package/src/digitv2/components/navbarV2.scss +9 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/numeric.scss +47 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/panelcard.scss +161 -0
- package/src/digitv2/components/panels.scss +115 -0
- package/src/digitv2/components/paragraphV2.scss +5 -0
- package/src/digitv2/components/popUpV2.scss +309 -0
- package/src/digitv2/components/radiobtnV2.scss +114 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/searchActionV2.scss +11 -0
- package/src/digitv2/components/searchFormV2.scss +76 -0
- package/src/digitv2/components/searchcomponent.scss +7 -0
- package/src/digitv2/components/selectdropdownV2.scss +361 -0
- package/src/digitv2/components/sidebarV2.scss +11 -0
- package/src/digitv2/components/stepper.scss +127 -0
- package/src/digitv2/components/tagV2.scss +121 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +463 -0
- package/src/digitv2/components/textareaV2.scss +100 -0
- package/src/digitv2/components/textblock.scss +47 -0
- package/src/digitv2/components/timeline.scss +127 -0
- package/src/digitv2/components/toastV2.scss +81 -0
- package/src/digitv2/components/toggle.scss +73 -0
- package/src/digitv2/components/toggleswitchV2.scss +42 -0
- package/src/digitv2/components/topbarV2.scss +187 -0
- package/src/digitv2/components/treeSelectV2.scss +133 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/components/uploader.scss +469 -0
- package/src/digitv2/index.scss +198 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +615 -0
- package/src/digitv2/typography.scss +658 -0
- package/src/index.scss +774 -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 +585 -0
- package/src/pages/employee/index.scss +626 -0
- package/src/pages/employee/login.scss +221 -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,391 @@
|
|
|
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 bg-primary-main text-center w-full outline-none;
|
|
156
|
+
box-shadow: inset 0px -2px 0px theme(colors.text.primary);
|
|
157
|
+
cursor: pointer;
|
|
158
|
+
&:focus {
|
|
159
|
+
@apply outline-none;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
header {
|
|
163
|
+
@apply font-rc font-medium text-legend text-white leading-10;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.submit-bar-disabled {
|
|
168
|
+
@apply h-10 bg-primary-main text-center w-full outline-none opacity-50;
|
|
169
|
+
|
|
170
|
+
&:focus {
|
|
171
|
+
@apply outline-none;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
header {
|
|
175
|
+
@apply font-rc font-medium text-legend text-white leading-10;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
@screen dt {
|
|
180
|
+
.submit-bar,
|
|
181
|
+
.submit-bar-disabled {
|
|
182
|
+
width: 240px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.card {
|
|
186
|
+
display: flex;
|
|
187
|
+
flex-direction: column;
|
|
188
|
+
|
|
189
|
+
.card-header {
|
|
190
|
+
@apply text-heading-xl-dt;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.card-sub-header {
|
|
194
|
+
@apply text-heading-l-dt;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.card-caption {
|
|
198
|
+
@apply text-caption-xl-dt;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.card-text,
|
|
202
|
+
.card-text-primary {
|
|
203
|
+
@apply text-body-l-dt;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.card-link {
|
|
207
|
+
@apply text-left;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.employeeCard {
|
|
212
|
+
/* TODO need to revisit that we need mx-md NABEEL/ANIL
|
|
213
|
+
@apply mb-md mx-md !important;
|
|
214
|
+
*/
|
|
215
|
+
@apply mb-md !important;
|
|
216
|
+
&.filter {
|
|
217
|
+
margin-left: auto;
|
|
218
|
+
margin-right: auto;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.card-header {
|
|
222
|
+
@apply text-heading-xl-dt;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.card-sub-header {
|
|
226
|
+
@apply text-heading-l-dt;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.employee-card-sub-header {
|
|
230
|
+
margin-bottom: 40px;
|
|
231
|
+
@apply text-heading-l-dt;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.card-section-header {
|
|
235
|
+
margin-bottom: 40px;
|
|
236
|
+
@apply text-heading-m-dt;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.card-section-sub-text{
|
|
240
|
+
@apply text-text-primary text-body-s-dt;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.card-search-heading {
|
|
244
|
+
margin-right: 0px !important;
|
|
245
|
+
margin-left: 0px !important;
|
|
246
|
+
margin-bottom: 0px !important;
|
|
247
|
+
padding-bottom: 0px;
|
|
248
|
+
padding-left: 25px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.card-caption {
|
|
252
|
+
@apply text-caption-xl-dt;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.card-text,
|
|
256
|
+
.card-text-primary {
|
|
257
|
+
@apply text-body-l-dt;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.card-link {
|
|
261
|
+
@apply text-left;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.label-field-pair {
|
|
265
|
+
@apply flex items-center;
|
|
266
|
+
|
|
267
|
+
h2 {
|
|
268
|
+
width: 30%;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.field {
|
|
272
|
+
width: 50%;
|
|
273
|
+
margin-right: 20%;
|
|
274
|
+
.field {
|
|
275
|
+
margin-right: unset;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.field-container {
|
|
281
|
+
span {
|
|
282
|
+
border: 2px solid black;
|
|
283
|
+
background: rgb(247, 247, 247);
|
|
284
|
+
width: 40px;
|
|
285
|
+
height: 40px;
|
|
286
|
+
display: flex;
|
|
287
|
+
justify-content: center;
|
|
288
|
+
align-items: center;
|
|
289
|
+
margin-top: -16px;
|
|
290
|
+
border-right: none;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.header-wrap {
|
|
296
|
+
@apply flex mb-md;
|
|
297
|
+
|
|
298
|
+
.header-start {
|
|
299
|
+
margin-right: auto;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.header-content {
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.header-end {
|
|
306
|
+
margin-left: auto;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.card-section-header {
|
|
312
|
+
@apply text-text-primary text-heading-m font-bold;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.card-search-heading {
|
|
316
|
+
margin-right: 0px !important;
|
|
317
|
+
margin-left: 0px !important;
|
|
318
|
+
margin-bottom: 0px !important;
|
|
319
|
+
padding-bottom: 0px;
|
|
320
|
+
padding-left: 25px;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.button-sub-text {
|
|
324
|
+
width: 100%;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.home-page-info-banner-wrap {
|
|
328
|
+
margin: "0px 16px 24px 16px";
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@media (min-width: 780px) {
|
|
332
|
+
.button-sub-text {
|
|
333
|
+
width: 240px;
|
|
334
|
+
}
|
|
335
|
+
.home-page-info-banner-wrap {
|
|
336
|
+
max-width: 45%;
|
|
337
|
+
min-width: 40%;
|
|
338
|
+
margin-left: 0;
|
|
339
|
+
margin-right: 24px;
|
|
340
|
+
margin-bottom: 24px;
|
|
341
|
+
}
|
|
342
|
+
.info-banner-wrap-citizen-override {
|
|
343
|
+
}
|
|
344
|
+
.oc-aknowledgement-screen {
|
|
345
|
+
width: auto;
|
|
346
|
+
min-width: 240px;
|
|
347
|
+
max-width: 100%;
|
|
348
|
+
padding: 0px 10px;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.card-label-error {
|
|
353
|
+
@apply block text-body-s text-error mb-md;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.employeeCard-override {
|
|
357
|
+
margin-left: 0px !important;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.BPAemployeeCard {
|
|
361
|
+
margin-left: 0px !important;
|
|
362
|
+
margin-right: 0px !important;
|
|
363
|
+
margin-bottom: 64px !important;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.employee-application-details {
|
|
367
|
+
display: flex !important;
|
|
368
|
+
justify-content: space-between !important;
|
|
369
|
+
max-height: 60px !important;
|
|
370
|
+
height: 60px !important;
|
|
371
|
+
}
|
|
372
|
+
.employee-main-application-details {
|
|
373
|
+
padding: 10px !important;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.employee-mulitlink-main-div {
|
|
377
|
+
z-index: 10 !important;
|
|
378
|
+
max-width: 41% !important;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.employee-download-btn-className {
|
|
382
|
+
position: unset !important;
|
|
383
|
+
display: flex !important;
|
|
384
|
+
justify-content: flex-end !important;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.employee-options-btn-className {
|
|
388
|
+
position: unset !important;
|
|
389
|
+
margin: 0 !important;
|
|
390
|
+
width: 100% !important;
|
|
391
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
.checkpoint-connect-wrap {
|
|
2
|
+
padding-bottom: 40px;
|
|
3
|
+
@apply relative;
|
|
4
|
+
}
|
|
5
|
+
.checkpoint-done {
|
|
6
|
+
@apply flex;
|
|
7
|
+
|
|
8
|
+
h2 {
|
|
9
|
+
width: 24px;
|
|
10
|
+
height: 24px;
|
|
11
|
+
border-radius: 50%;
|
|
12
|
+
@apply border-b border-solid border-primary-main bg-primary-main;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
header {
|
|
16
|
+
@apply text-heading-s ml-md;
|
|
17
|
+
|
|
18
|
+
p {
|
|
19
|
+
margin-top: 4px;
|
|
20
|
+
@apply text-heading-s text-text-secondary;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.checkpoint {
|
|
26
|
+
@apply flex;
|
|
27
|
+
|
|
28
|
+
h2 {
|
|
29
|
+
width: 24px;
|
|
30
|
+
height: 24px;
|
|
31
|
+
border-radius: 50%;
|
|
32
|
+
--text-opacity: 1;
|
|
33
|
+
@apply border-b border-solid border-border bg-border;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
header {
|
|
37
|
+
@apply text-heading-s ml-md;
|
|
38
|
+
|
|
39
|
+
p {
|
|
40
|
+
margin-top: 4px;
|
|
41
|
+
@apply text-heading-s text-text-secondary;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.checkpoint-connect {
|
|
47
|
+
margin-left: 12px;
|
|
48
|
+
margin-top: 22px;
|
|
49
|
+
@apply absolute top-0 left-0 h-full border-l border-solid border-border;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.checkpoint-comments-wrap {
|
|
53
|
+
max-width: 560px;
|
|
54
|
+
@apply bg-grey-mid p-sm mt-sm;
|
|
55
|
+
|
|
56
|
+
h4{
|
|
57
|
+
@apply text-text-primary text-heading-s;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
p{
|
|
61
|
+
@apply text-text-secondary text-body-s-dt;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
.citizen-info-label {
|
|
2
|
+
@apply p-sm border-4 border-solid border-link-normal text-heading-m m-sm;
|
|
3
|
+
max-width: 960px;
|
|
4
|
+
|
|
5
|
+
p {
|
|
6
|
+
@apply text-link-normal font-bold mt-xs text-heading-s;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@screen dt {
|
|
11
|
+
.citizen-info-label {
|
|
12
|
+
margin: 0;
|
|
13
|
+
}
|
|
14
|
+
}
|