@entit/digit-ui-css 1.5.6
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/dist/index.css +7724 -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 +64 -0
- package/src/components/CardBasedOptions.scss +45 -0
- package/src/components/CitizenHomeCard.scss +47 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +23 -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 +58 -0
- package/src/components/bannercomponents.scss +131 -0
- package/src/components/body.scss +119 -0
- package/src/components/buttons.scss +47 -0
- package/src/components/card.scss +390 -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 +72 -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 +22 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/info-banner.scss +34 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +27 -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 +27 -0
- package/src/components/multiLink.scss +73 -0
- package/src/components/multiSelectDropdown.scss +73 -0
- package/src/components/navbar.scss +110 -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 +173 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +26 -0
- package/src/components/table.scss +167 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +90 -0
- package/src/components/toast.scss +31 -0
- package/src/components/topbar.scss +134 -0
- package/src/components/uploadcomponents.scss +95 -0
- package/src/index.scss +544 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -0
- package/src/pages/citizen/DocumentList.scss +305 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +99 -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 +73 -0
- package/src/pages/employee/dss.scss +116 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +455 -0
- package/src/pages/employee/index.scss +337 -0
- package/src/pages/employee/login.scss +185 -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 +114 -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 #505A5F !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: #505A5F;
|
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: #505A5F;
|
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: #f47738;
|
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: #F47738;
|
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,99 @@
|
|
1
|
+
.HomePageWrapper{
|
2
|
+
margin-top: -25px;
|
3
|
+
.BannerWithSearch{
|
4
|
+
margin-bottom: 40px;
|
5
|
+
@apply relative;
|
6
|
+
.Search{
|
7
|
+
width: calc( 100% - 32px );
|
8
|
+
bottom: -18px;
|
9
|
+
@apply mx-md absolute;
|
10
|
+
}
|
11
|
+
img{
|
12
|
+
height: 33vw;
|
13
|
+
@apply w-full object-cover;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.ServicesSection{
|
18
|
+
@apply flex flex-wrap ;
|
19
|
+
}
|
20
|
+
|
21
|
+
.WhatsNewSection{
|
22
|
+
@apply m-sm;
|
23
|
+
.headSection{
|
24
|
+
@apply flex mb-sm justify-between;
|
25
|
+
h2{
|
26
|
+
@apply text-heading-s font-bold text-text-primary pl-sm;
|
27
|
+
}
|
28
|
+
p{
|
29
|
+
@apply text-link text-primary-main font-medium;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
.moduleLinkHomePage{
|
36
|
+
margin-top: -25px;
|
37
|
+
img{
|
38
|
+
height: 33vw;
|
39
|
+
|
40
|
+
@apply w-full object-cover;
|
41
|
+
}
|
42
|
+
h1{
|
43
|
+
position: absolute;
|
44
|
+
top: 100px;
|
45
|
+
left: 21px;
|
46
|
+
@apply text-heading-xl text-white font-bold;
|
47
|
+
}
|
48
|
+
.moduleLinkHomePageBackButton{
|
49
|
+
border: none;
|
50
|
+
top: 76px;
|
51
|
+
svg{
|
52
|
+
fill: #ffffff;
|
53
|
+
}
|
54
|
+
@apply absolute text-white text-heading-s ml-md;
|
55
|
+
}
|
56
|
+
}
|
57
|
+
|
58
|
+
.moduleLinkHomePageModuleLinks{
|
59
|
+
@apply mt-md;
|
60
|
+
.CitizenHomeCard{
|
61
|
+
.header{
|
62
|
+
@apply hidden;
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
@screen dt{
|
68
|
+
.HomePageWrapper{
|
69
|
+
.BannerWithSearch{
|
70
|
+
margin-bottom: 56px;
|
71
|
+
min-width: 100vw;
|
72
|
+
margin-left: calc( -15vw - 16px );
|
73
|
+
.Search{
|
74
|
+
width: calc(70% - 32px);
|
75
|
+
left: calc( 15% + 25px );
|
76
|
+
margin: 0;
|
77
|
+
}
|
78
|
+
img{
|
79
|
+
height: 20vw;
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
83
|
+
.moduleLinkHomePage{
|
84
|
+
img{
|
85
|
+
min-width: 100vw;
|
86
|
+
margin-left: calc( -15vw - 16px );
|
87
|
+
height: 20vw;
|
88
|
+
}
|
89
|
+
h1{
|
90
|
+
top: calc( 10vw + 40px );
|
91
|
+
left: calc( 15% + 14px );
|
92
|
+
@apply ml-lg;
|
93
|
+
}
|
94
|
+
.moduleLinkHomePageBackButton{
|
95
|
+
top: calc( 10vw + 16px );
|
96
|
+
@apply ml-md;
|
97
|
+
}
|
98
|
+
}
|
99
|
+
}
|
@@ -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: #f47738;
|
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
|
+
}
|
@@ -0,0 +1,73 @@
|
|
1
|
+
.icon-bg-secondary {
|
2
|
+
@apply flex bg-secondary w-12 h-12;
|
3
|
+
|
4
|
+
svg {
|
5
|
+
margin: auto;
|
6
|
+
@apply w-6 h-6;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
|
10
|
+
.heading-m {
|
11
|
+
@apply font-bold text-text-primary text-heading-m ml-md pt-sm;
|
12
|
+
}
|
13
|
+
.BPAheading-m{
|
14
|
+
margin-left:22px;
|
15
|
+
}
|
16
|
+
|
17
|
+
.break-line {
|
18
|
+
@apply border-border my-lg;
|
19
|
+
}
|
20
|
+
|
21
|
+
.employee-home-footer {
|
22
|
+
@apply flex h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
|
23
|
+
img {
|
24
|
+
height: 100%;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
.employee-login-home-footer{
|
28
|
+
@apply flex fixed bottom-0 h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
|
29
|
+
img{
|
30
|
+
@apply ml-sm
|
31
|
+
}
|
32
|
+
}
|
33
|
+
.fieldInspectionWrapper{
|
34
|
+
border: 1px solid #d6d5d4;
|
35
|
+
padding: 16px;
|
36
|
+
margin-top: 8px;
|
37
|
+
background: #FAFAFA;
|
38
|
+
}
|
39
|
+
|
40
|
+
.fieldInsepctionInsideWrapper{
|
41
|
+
border: 1px solid #D6D5D4;
|
42
|
+
padding: 16px;
|
43
|
+
margin-top: 8px;
|
44
|
+
background: #FFFFFF;
|
45
|
+
max-width: 70%;
|
46
|
+
min-width: 280px;
|
47
|
+
}
|
48
|
+
|
49
|
+
@screen dt {
|
50
|
+
.ground-container {
|
51
|
+
margin-bottom: 56px;
|
52
|
+
@apply p-md;
|
53
|
+
}
|
54
|
+
.heading-m {
|
55
|
+
@apply text-heading-m-dt;
|
56
|
+
}
|
57
|
+
.BPAheading-m{
|
58
|
+
margin-left:22px;
|
59
|
+
}
|
60
|
+
.break-line {
|
61
|
+
margin-top: 40px;
|
62
|
+
margin-bottom: 40px;
|
63
|
+
}
|
64
|
+
.employee-home-footer{
|
65
|
+
|
66
|
+
}
|
67
|
+
.moduleCardWrapper{
|
68
|
+
@apply flex flex-row flex-wrap !important;
|
69
|
+
}
|
70
|
+
.gridModuleWrapper{
|
71
|
+
@apply grid grid-cols-4 gap-4;
|
72
|
+
}
|
73
|
+
}
|