@entit/digit-ui-css 1.5.6 → 2.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/dist/index.css +81 -0
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +44 -44
- package/src/components/CitizenHomeCard.scss +46 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +22 -22
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +131 -131
- package/src/components/body.scss +118 -118
- package/src/components/buttons.scss +47 -47
- package/src/components/card.scss +389 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +53 -53
- package/src/components/checkpoint.scss +63 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +71 -71
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +22 -22
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +34 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +22 -22
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +72 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +109 -109
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +173 -173
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +25 -25
- package/src/components/table.scss +167 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +90 -90
- package/src/components/toast.scss +31 -31
- package/src/components/topbar.scss +134 -134
- package/src/components/uploadcomponents.scss +95 -95
- package/src/index.scss +543 -543
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +4 -4
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +98 -98
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +12 -12
- package/src/pages/employee/container.scss +72 -72
- package/src/pages/employee/dss.scss +116 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +476 -454
- package/src/pages/employee/index.scss +337 -337
- package/src/pages/employee/login.scss +185 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +34 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +273 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
@@ -1,5 +1,5 @@
|
|
1
|
-
.CitizenEngagementNotificationWrapper{
|
2
|
-
.WhatsNewCard{
|
3
|
-
@apply mx-md mb-md;
|
4
|
-
}
|
1
|
+
.CitizenEngagementNotificationWrapper{
|
2
|
+
.WhatsNewCard{
|
3
|
+
@apply mx-md mb-md;
|
4
|
+
}
|
5
5
|
}
|
@@ -1,305 +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
|
-
}
|
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
305
|
}
|