@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,305 @@
|
|
|
1
|
+
.wrapper {
|
|
2
|
+
margin: 20px auto;
|
|
3
|
+
}
|
|
4
|
+
.accordion-wrapper {
|
|
5
|
+
& + * {
|
|
6
|
+
margin-top: 0.5em;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
.accordion-item {
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
|
|
12
|
+
height: auto;
|
|
13
|
+
max-height: 9999px;
|
|
14
|
+
}
|
|
15
|
+
.accordion-item.collapsed {
|
|
16
|
+
max-height: 0;
|
|
17
|
+
transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
|
|
18
|
+
}
|
|
19
|
+
.accordion-title {
|
|
20
|
+
font-weight: 600;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
color: #666;
|
|
23
|
+
padding: 0.5em 0em;
|
|
24
|
+
border-radius: 1.5em;
|
|
25
|
+
display: flex;
|
|
26
|
+
justify-content: space-between;
|
|
27
|
+
align-items: center;
|
|
28
|
+
&.open svg {
|
|
29
|
+
transform: rotate(-90deg);
|
|
30
|
+
}
|
|
31
|
+
&:hover,
|
|
32
|
+
&.open {
|
|
33
|
+
color: black;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.accordion-content {
|
|
37
|
+
padding: 1em 0em;
|
|
38
|
+
}
|
|
39
|
+
.document_list_searchbar {
|
|
40
|
+
border: 1px solid theme(colors.text.secondary) !important;
|
|
41
|
+
border-radius: 0px !important;
|
|
42
|
+
margin: 20px 0;
|
|
43
|
+
}
|
|
44
|
+
.notices_circular_searchbox {
|
|
45
|
+
margin-top: 50px;
|
|
46
|
+
}
|
|
47
|
+
.notice_and_circular_main {
|
|
48
|
+
@apply flex bg-white my-md px-md pt-md pb-lg shadow-card relative;
|
|
49
|
+
border-radius: 4px;
|
|
50
|
+
}
|
|
51
|
+
.gap-ten {
|
|
52
|
+
@apply gap-10;
|
|
53
|
+
}
|
|
54
|
+
.notice_and_circular_heading_mb {
|
|
55
|
+
display: flex;
|
|
56
|
+
justify-content: space-between;
|
|
57
|
+
padding: 2px;
|
|
58
|
+
}
|
|
59
|
+
.notice_and_circular_heading_mb header {
|
|
60
|
+
font-weight: bold;
|
|
61
|
+
font-size: 16px !important;
|
|
62
|
+
line-height: 24px;
|
|
63
|
+
margin-right: 50px;
|
|
64
|
+
}
|
|
65
|
+
.notice_and_circular_heading_mb .card-caption {
|
|
66
|
+
padding-left: 30px;
|
|
67
|
+
font-weight: normal;
|
|
68
|
+
font-size: 12px;
|
|
69
|
+
line-height: 24px;
|
|
70
|
+
color: theme(colors.text.secondary);
|
|
71
|
+
padding-right: 5px;
|
|
72
|
+
padding-left: 15px;
|
|
73
|
+
min-width: 80px;
|
|
74
|
+
position: absolute;
|
|
75
|
+
right: 20px;
|
|
76
|
+
}
|
|
77
|
+
.notice_and_circular_text {
|
|
78
|
+
padding-bottom: 20px;
|
|
79
|
+
}
|
|
80
|
+
.notice_and_circular_text p {
|
|
81
|
+
font-weight: normal;
|
|
82
|
+
font-size: 12px;
|
|
83
|
+
line-height: 14px;
|
|
84
|
+
color: theme(colors.text.secondary);
|
|
85
|
+
}
|
|
86
|
+
.notice_and_circular_caption {
|
|
87
|
+
margin-top: 10px;
|
|
88
|
+
margin-bottom: 10px;
|
|
89
|
+
}
|
|
90
|
+
.notice_and_circular_caption .card-caption {
|
|
91
|
+
font-weight: normal;
|
|
92
|
+
font-size: 10px;
|
|
93
|
+
line-height: 18px;
|
|
94
|
+
color: #A3A3A3;
|
|
95
|
+
}
|
|
96
|
+
.view_download_main {
|
|
97
|
+
display: flex;
|
|
98
|
+
flex-wrap: wrap;
|
|
99
|
+
gap:8px;
|
|
100
|
+
align-items: end;
|
|
101
|
+
span {
|
|
102
|
+
padding-right: 20px;
|
|
103
|
+
& .views {
|
|
104
|
+
display: flex;
|
|
105
|
+
justify-content: space-between;
|
|
106
|
+
align-items: center;
|
|
107
|
+
p {
|
|
108
|
+
padding-left: 10px;
|
|
109
|
+
font-weight: normal;
|
|
110
|
+
font-size: 16px;
|
|
111
|
+
line-height: 19px;
|
|
112
|
+
color: theme(colors.primary.main);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
& .download_views_padding{
|
|
117
|
+
padding-top: 8px;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
@screen dt{
|
|
121
|
+
.view_download_main {
|
|
122
|
+
span{
|
|
123
|
+
& .views {
|
|
124
|
+
display: flex;
|
|
125
|
+
justify-content: space-between;
|
|
126
|
+
align-items: center;
|
|
127
|
+
p {
|
|
128
|
+
padding-left: 10px;
|
|
129
|
+
font-weight: normal;
|
|
130
|
+
font-size: 16px;
|
|
131
|
+
line-height: 19px;
|
|
132
|
+
color: theme(colors.primary.main);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.notice_and_circular_heading_mb .card-caption {
|
|
139
|
+
font-size: 16px;
|
|
140
|
+
line-height: 24px;
|
|
141
|
+
min-width : 150px;
|
|
142
|
+
padding-left: 50px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.view_download_main span{
|
|
146
|
+
padding-right: 30px;
|
|
147
|
+
}
|
|
148
|
+
.view_download_main span .views p {
|
|
149
|
+
padding-left: 8px;
|
|
150
|
+
font-size: 16px;
|
|
151
|
+
}
|
|
152
|
+
.notice_and_circular_text p {
|
|
153
|
+
font-size: 16px !important;
|
|
154
|
+
line-height : 24px;
|
|
155
|
+
}
|
|
156
|
+
.documentDetails_row {
|
|
157
|
+
grid-gap: 0 !important;
|
|
158
|
+
gap: 0 !important;
|
|
159
|
+
}
|
|
160
|
+
.notice_and_circular_heading_mb header{
|
|
161
|
+
font-size: 24px !important;
|
|
162
|
+
line-height: 28px;
|
|
163
|
+
margin-right : 100px;
|
|
164
|
+
}
|
|
165
|
+
.notice_and_circular_caption .card-caption {
|
|
166
|
+
font-size: 14px;
|
|
167
|
+
line-height: 21px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
}
|
|
171
|
+
.documentDetails {
|
|
172
|
+
&_wrapper {
|
|
173
|
+
@apply flex flex-col gap-10 items-start;
|
|
174
|
+
}
|
|
175
|
+
&_row {
|
|
176
|
+
@apply flex gap-20;
|
|
177
|
+
}
|
|
178
|
+
&_title {
|
|
179
|
+
@apply w-48 font-bold;
|
|
180
|
+
}
|
|
181
|
+
&_description {
|
|
182
|
+
@apply max-w-lg;
|
|
183
|
+
text-overflow: clip;
|
|
184
|
+
}
|
|
185
|
+
&_pdf {
|
|
186
|
+
@apply flex flex-col gap-5;
|
|
187
|
+
}
|
|
188
|
+
&_subheader {
|
|
189
|
+
@apply font-bold;
|
|
190
|
+
font-size: large;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.documentDetails_pdf {
|
|
195
|
+
@apply flex gap-10 cursor-pointer;
|
|
196
|
+
}
|
|
197
|
+
.grid_section {
|
|
198
|
+
@apply grid grid-cols-4 gap-4;
|
|
199
|
+
& .document_notification_form_section {
|
|
200
|
+
@apply col-span-3;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
.document_notification_first_grid {
|
|
204
|
+
@apply grid grid-cols-4 gap-4;
|
|
205
|
+
& .form_section,
|
|
206
|
+
.document_notification_table_section {
|
|
207
|
+
@apply col-span-3;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
.new_document_section_flex {
|
|
211
|
+
@apply flex items-center;
|
|
212
|
+
& .card-section-header {
|
|
213
|
+
@apply pl-lg;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
.new_document_para_color {
|
|
217
|
+
@apply text-primary-light;
|
|
218
|
+
margin-bottom: 42px;
|
|
219
|
+
}
|
|
220
|
+
.document_notification_second_grid {
|
|
221
|
+
@apply grid grid-cols-3 gap-4;
|
|
222
|
+
}
|
|
223
|
+
.document_notification_clear_search_btn {
|
|
224
|
+
display: flex;
|
|
225
|
+
justify-content: flex-end;
|
|
226
|
+
align-items: center;
|
|
227
|
+
& .document_notification_clear_search_btn_align {
|
|
228
|
+
display: flex;
|
|
229
|
+
align-items: center;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
.new_document_clear_search_alignment {
|
|
233
|
+
@apply mb-md mr-lg;
|
|
234
|
+
}
|
|
235
|
+
.document_notification_filter_header {
|
|
236
|
+
@apply flex justify-between items-center;
|
|
237
|
+
}
|
|
238
|
+
.document_notification_filter_icon {
|
|
239
|
+
@apply flex items-center;
|
|
240
|
+
& .card-caption {
|
|
241
|
+
@apply ml-lg;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
.document-table-docs-columns {
|
|
245
|
+
@apply flex items-center gap-5;
|
|
246
|
+
}
|
|
247
|
+
.filter_section_main {
|
|
248
|
+
padding-bottom: 300px;
|
|
249
|
+
}
|
|
250
|
+
.new_document_card {
|
|
251
|
+
@apply w-full h-56 bg-white p-xl;
|
|
252
|
+
}
|
|
253
|
+
.filter_table_section_margin {
|
|
254
|
+
margin-top: 30px;
|
|
255
|
+
}
|
|
256
|
+
.filter_card_employee {
|
|
257
|
+
@apply w-full h-auto bg-white p-xl;
|
|
258
|
+
padding-bottom: 100px;
|
|
259
|
+
}
|
|
260
|
+
.filter_section_document_categories {
|
|
261
|
+
padding-top: 20px;
|
|
262
|
+
}
|
|
263
|
+
.new_document_card_table {
|
|
264
|
+
@apply w-full h-auto bg-white p-xl;
|
|
265
|
+
}
|
|
266
|
+
.employee_document_inbox_table_main {
|
|
267
|
+
.table {
|
|
268
|
+
tbody {
|
|
269
|
+
tr {
|
|
270
|
+
@apply py-md;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
.confirmation_box {
|
|
276
|
+
height: 130px;
|
|
277
|
+
display: flex;
|
|
278
|
+
align-items: center;
|
|
279
|
+
padding-left: 8px;
|
|
280
|
+
gap: 10px;
|
|
281
|
+
overflow: hidden;
|
|
282
|
+
text-overflow: ellipsis;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.Docs_CardWrapper{
|
|
286
|
+
@apply bg-white m-sm px-md pt-md pb-lg shadow-card;
|
|
287
|
+
border-radius: 4px;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.mobileInbox_attachments{
|
|
291
|
+
display:flex;
|
|
292
|
+
gap:10px;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.documentDetails_row_items {
|
|
296
|
+
display:flex;
|
|
297
|
+
flex-direction: row;
|
|
298
|
+
align-self: flex-start;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
@media screen and (max-width : 768px){
|
|
302
|
+
.documentDetails_row_items{
|
|
303
|
+
@apply grid grid-cols-2 gap-4;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
.OnGroundEventDetailsCard{
|
|
2
|
+
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
|
|
3
|
+
@apply bg-white mx-sm mb-md p-md rounded;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.eventAddressAndDirection{
|
|
7
|
+
@apply text-body-s mb-md;
|
|
8
|
+
span{
|
|
9
|
+
@apply flex mb-sm;
|
|
10
|
+
svg{
|
|
11
|
+
@apply h-5 w-5;
|
|
12
|
+
}
|
|
13
|
+
div{
|
|
14
|
+
@apply ml-md;
|
|
15
|
+
p{
|
|
16
|
+
@apply mb-sm;
|
|
17
|
+
}
|
|
18
|
+
.direction{
|
|
19
|
+
@apply text-primary-main cursor-pointer;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.eventTimeRange{
|
|
26
|
+
@apply text-body-s flex;
|
|
27
|
+
svg{
|
|
28
|
+
@apply h-5 w-5;
|
|
29
|
+
}
|
|
30
|
+
p{
|
|
31
|
+
@apply ml-md;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.cardCaptionBodyS{
|
|
36
|
+
@apply text-body-s text-text-secondary mb-md;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@screen dt{
|
|
40
|
+
.eventAddressAndDirection{
|
|
41
|
+
@apply text-body-s-dt;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.cardCaptionBodyS{
|
|
45
|
+
@apply text-body-s-dt;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
.HomePageWrapper {
|
|
2
|
+
margin-top: -25px;
|
|
3
|
+
|
|
4
|
+
.BannerWithSearch {
|
|
5
|
+
margin-bottom: 40px;
|
|
6
|
+
width: 100%;
|
|
7
|
+
@apply relative;
|
|
8
|
+
.Search {
|
|
9
|
+
width: calc(100% - 32px);
|
|
10
|
+
bottom: -18px;
|
|
11
|
+
@apply mx-md absolute;
|
|
12
|
+
}
|
|
13
|
+
img {
|
|
14
|
+
height: 33vw;
|
|
15
|
+
@apply w-full object-cover;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ServicesSection {
|
|
20
|
+
@apply flex flex-wrap;
|
|
21
|
+
padding: 40px 15px 0 15px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@screen dt {
|
|
25
|
+
.ServicesSection {
|
|
26
|
+
@apply flex flex-wrap;
|
|
27
|
+
padding: 40px 15px 0 15px;
|
|
28
|
+
width: 100%;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.WhatsNewSection {
|
|
33
|
+
@apply m-sm;
|
|
34
|
+
padding: 0 15px;
|
|
35
|
+
.headSection {
|
|
36
|
+
@apply flex mb-sm justify-between;
|
|
37
|
+
h2 {
|
|
38
|
+
@apply text-heading-s font-bold text-text-primary pl-sm;
|
|
39
|
+
}
|
|
40
|
+
p {
|
|
41
|
+
@apply text-link text-primary-main font-medium cursor-pointer;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
@media (min-width: 780px) {
|
|
45
|
+
padding: 0 15px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.WhatsAppBanner{
|
|
50
|
+
width: 100%;
|
|
51
|
+
padding: 0px 20px 0px 20px;
|
|
52
|
+
margin: auto;
|
|
53
|
+
cursor: pointer;
|
|
54
|
+
img {
|
|
55
|
+
width: 100%;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@media (min-width: 780px) {
|
|
61
|
+
.SideBarStatic {
|
|
62
|
+
width: 219px;
|
|
63
|
+
background: theme(colors.white);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@media (max-width: 780px) {
|
|
68
|
+
.SideBarStatic {
|
|
69
|
+
display: none;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
.HomePageContainer {
|
|
73
|
+
@media (min-width: 780px) {
|
|
74
|
+
display: flex;
|
|
75
|
+
width: calc(100% - 219px);
|
|
76
|
+
height: calc(100%-30px);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.moduleLinkHomePage {
|
|
81
|
+
@media (min-width: 780px) {
|
|
82
|
+
width: calc(100% - 219px);
|
|
83
|
+
}
|
|
84
|
+
margin-top: -25px;
|
|
85
|
+
img {
|
|
86
|
+
height: 33vw;
|
|
87
|
+
filter: grayscale(100%);
|
|
88
|
+
@apply w-full object-cover;
|
|
89
|
+
}
|
|
90
|
+
h1 {
|
|
91
|
+
position: absolute;
|
|
92
|
+
top: 100px;
|
|
93
|
+
left: 21px;
|
|
94
|
+
@apply text-heading-xl text-white font-bold;
|
|
95
|
+
}
|
|
96
|
+
.moduleLinkHomePageBackButton {
|
|
97
|
+
border: none;
|
|
98
|
+
top: 76px;
|
|
99
|
+
svg {
|
|
100
|
+
fill: theme(colors.white);
|
|
101
|
+
}
|
|
102
|
+
@apply absolute text-white text-heading-s ml-md;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.moduleLinkHomePageModuleLinks {
|
|
107
|
+
@apply mt-md;
|
|
108
|
+
.CitizenHomeCard {
|
|
109
|
+
.header {
|
|
110
|
+
@apply hidden;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
@screen dt {
|
|
116
|
+
.HomePageWrapper {
|
|
117
|
+
width: 100%;
|
|
118
|
+
.BannerWithSearch {
|
|
119
|
+
margin-bottom: 56px;
|
|
120
|
+
width: 100% !important;
|
|
121
|
+
.Search {
|
|
122
|
+
width: 100%;
|
|
123
|
+
margin: 0;
|
|
124
|
+
padding: 0 15px 0 15px;
|
|
125
|
+
}
|
|
126
|
+
img {
|
|
127
|
+
height: 20vw;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.WhatsAppBanner {
|
|
132
|
+
width: 100%;
|
|
133
|
+
img{
|
|
134
|
+
height: 20vw;
|
|
135
|
+
width: 100%;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
}
|
|
140
|
+
.moduleLinkHomePage {
|
|
141
|
+
img {
|
|
142
|
+
min-width: 100vw;
|
|
143
|
+
height: 20vw;
|
|
144
|
+
}
|
|
145
|
+
h1 {
|
|
146
|
+
top: calc(10vw + 40px);
|
|
147
|
+
left: 15.8rem;
|
|
148
|
+
}
|
|
149
|
+
.moduleLinkHomePageBackButton {
|
|
150
|
+
top: calc(10vw + 16px);
|
|
151
|
+
@apply ml-md;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.moduleLinkHomePageModuleLinks {
|
|
156
|
+
width: 100%;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
@@ -0,0 +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
|
+
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.citizen-home-footer {
|
|
2
|
+
@apply flex w-full h-10 bg-grey-bg pb-md pt-sm justify-center;
|
|
3
|
+
img {
|
|
4
|
+
@apply ml-sm;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.employee .citizen-home-footer {
|
|
9
|
+
@apply fixed bottom-0;
|
|
10
|
+
}
|
|
11
|
+
.fill-path-primary-main {
|
|
12
|
+
path {
|
|
13
|
+
fill: theme(colors.primary.main);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.obps-search {
|
|
18
|
+
margin: 8px;
|
|
19
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.updatenumber-warper-citizen{
|
|
2
|
+
min-height: 95vh;
|
|
3
|
+
height: unset;
|
|
4
|
+
}
|
|
5
|
+
.updatePropertyNumber {
|
|
6
|
+
.pt-update-no-popup-wrapper {
|
|
7
|
+
@apply m-md;
|
|
8
|
+
}
|
|
9
|
+
.search-form-wrapper {
|
|
10
|
+
display: inherit;
|
|
11
|
+
padding: 16px;
|
|
12
|
+
.submit-bar {
|
|
13
|
+
position: absolute;
|
|
14
|
+
bottom: 25px;
|
|
15
|
+
width: 90%;
|
|
16
|
+
}
|
|
17
|
+
.submit-bar-disabled {
|
|
18
|
+
position: absolute;
|
|
19
|
+
bottom: 25px;
|
|
20
|
+
width: 90%;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@screen dt {
|
|
26
|
+
.updatenumber-warper-citizen{
|
|
27
|
+
min-height: 100vh;
|
|
28
|
+
height: unset;
|
|
29
|
+
}
|
|
30
|
+
.updatePropertyNumber {
|
|
31
|
+
.h1 {
|
|
32
|
+
@apply m-md;
|
|
33
|
+
}
|
|
34
|
+
.search-form-wrapper {
|
|
35
|
+
.submit-bar {
|
|
36
|
+
width: 100% !important;
|
|
37
|
+
position: unset !important;
|
|
38
|
+
}
|
|
39
|
+
.submit-bar-disabled {
|
|
40
|
+
position: absolute;
|
|
41
|
+
bottom: 25px;
|
|
42
|
+
width: 90%;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|