@nudmcdgnpm/cnd-css 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +9640 -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 +66 -0
- package/src/components/CardBasedOptions.scss +111 -0
- package/src/components/CitizenHomeCard.scss +58 -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 +31 -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 +137 -0
- package/src/components/body.scss +147 -0
- package/src/components/buttons.scss +50 -0
- package/src/components/card.scss +413 -0
- package/src/components/cardHeaderWithOptions.scss +14 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +333 -0
- package/src/components/checkbox.scss +84 -0
- package/src/components/checkpoint.scss +65 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +11 -0
- package/src/components/datatable.scss +76 -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/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 +27 -0
- package/src/components/multiLink.scss +88 -0
- package/src/components/multiSelectDropdown.scss +73 -0
- package/src/components/navbar.scss +308 -0
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +16 -0
- package/src/components/radiobtn.scss +57 -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 +199 -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 +178 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +108 -0
- package/src/components/toast.scss +31 -0
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -0
- package/src/components/uploadcomponents.scss +113 -0
- package/src/index.scss +768 -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 +163 -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 +14 -0
- package/src/pages/employee/container.scss +73 -0
- package/src/pages/employee/dss.scss +249 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +687 -0
- package/src/pages/employee/index.scss +625 -0
- package/src/pages/employee/login.scss +260 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +47 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +114 -0
- package/src/pages/employee/surveys.scss +272 -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,333 @@
|
|
|
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: #505A5F;
|
|
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: #a82227;
|
|
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: #505A5F;
|
|
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
|
+
}
|
|
187
|
+
|
|
188
|
+
.astericColor {
|
|
189
|
+
color: #a82227 !important;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.SVTableHeader {
|
|
193
|
+
display: flex;
|
|
194
|
+
padding-left: 26px;
|
|
195
|
+
width: 150px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.SVTableCells {
|
|
199
|
+
padding-left: 80px;
|
|
200
|
+
width: 10px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.SVCheckbox {
|
|
204
|
+
width: 14px;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.svsearchbox {
|
|
208
|
+
display: flex;
|
|
209
|
+
flex-direction: row;
|
|
210
|
+
align-items: center;
|
|
211
|
+
gap: 16px;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.svsearchfield {
|
|
215
|
+
display: flex;
|
|
216
|
+
flex-direction: column;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.svclearall {
|
|
220
|
+
margin-left: 30%;
|
|
221
|
+
margin-top: 10px;
|
|
222
|
+
display: block;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.loading-spinner {
|
|
226
|
+
width: 20px;
|
|
227
|
+
height: 20px !important;
|
|
228
|
+
border: 3px solid #e5e5e5;
|
|
229
|
+
border-top: 3px solid #000;
|
|
230
|
+
border-radius: 50%;
|
|
231
|
+
animation: spin 1s linear infinite;
|
|
232
|
+
display: inline-block;
|
|
233
|
+
margin-right: 4px;
|
|
234
|
+
transform-origin: center center;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
@keyframes spin {
|
|
238
|
+
0% { transform: rotate(0deg); }
|
|
239
|
+
100% { transform: rotate(360deg); }
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
.status-card {
|
|
246
|
+
width: 24%;
|
|
247
|
+
padding: 20px;
|
|
248
|
+
border-radius: 10px;
|
|
249
|
+
text-align: center;
|
|
250
|
+
color: white;
|
|
251
|
+
position: relative;
|
|
252
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.status-card .count {
|
|
256
|
+
font-size: 36px;
|
|
257
|
+
font-weight: bold;
|
|
258
|
+
display: block;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.status-card .title {
|
|
262
|
+
font-size: 18px;
|
|
263
|
+
margin-top: 10px;
|
|
264
|
+
display: block;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.status-card .more-info {
|
|
268
|
+
font-size: 12px;
|
|
269
|
+
position: absolute;
|
|
270
|
+
bottom: 10px;
|
|
271
|
+
width: 100%;
|
|
272
|
+
text-align: center;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.status-card.blue {
|
|
276
|
+
background-color: rgba(239, 124, 91, 0.60);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.status-card.teal {
|
|
280
|
+
background-color: #20c997;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.status-card.purple {
|
|
284
|
+
background-color: rgba(4, 139, 208, 0.85);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.status-card.green {
|
|
288
|
+
background-color: rgba(75, 31, 165, 0.60);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.typing_indicator {
|
|
292
|
+
display: flex;
|
|
293
|
+
gap: 4px;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.typing_indicator span {
|
|
297
|
+
width: 8px;
|
|
298
|
+
height: 8px;
|
|
299
|
+
background-color: #90949c;
|
|
300
|
+
border-radius: 50%;
|
|
301
|
+
animation: bounce 1.4s infinite ease-in-out;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.typing_indicator span:nth-child(1) {
|
|
305
|
+
animation-delay: -0.32s;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.typing_indicator span:nth-child(2) {
|
|
309
|
+
animation-delay: -0.16s;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
@keyframes bounce {
|
|
313
|
+
0%, 80%, 100% {
|
|
314
|
+
transform: translateY(0);
|
|
315
|
+
}
|
|
316
|
+
40% {
|
|
317
|
+
transform: translateY(-6px);
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.card-container {
|
|
322
|
+
width: 100%; /* Set the width to 100% */
|
|
323
|
+
padding: 20px; /* Padding inside the card */
|
|
324
|
+
border-radius: 8px; /* Rounded corners */
|
|
325
|
+
background-color: #f9f9f9; /* Light background color */
|
|
326
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
|
|
327
|
+
margin: 20px 0; /* Space from the top and bottom */
|
|
328
|
+
box-sizing: border-box; /* Ensures padding is included in the element's total width */
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.card-container .field {
|
|
332
|
+
margin-bottom: 10px; /* Spacing between form fields inside the card */
|
|
333
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
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: 25px;
|
|
18
|
+
height: 25px;
|
|
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: 32px;
|
|
51
|
+
top: 3px !important;
|
|
52
|
+
@apply text-form-field text-text-primary relative top-10;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.fsm-citizen-rating-wrapper {
|
|
57
|
+
.card-label:last-of-type {
|
|
58
|
+
margin-top: 24px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.card-label {
|
|
62
|
+
margin-bottom: 24px;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.fsm-citizen-rating-wrapper {
|
|
67
|
+
.card-label:last-of-type {
|
|
68
|
+
margin-top: 24px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.card-label {
|
|
72
|
+
margin-bottom: 24px;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.fsm-citizen-rating-wrapper {
|
|
77
|
+
.card-label:last-of-type {
|
|
78
|
+
margin-top: 24px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.card-label {
|
|
82
|
+
margin-bottom: 24px;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
.checkpoint-connect-wrap {
|
|
2
|
+
padding-bottom: 4px;
|
|
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
|
+
padding: 4px;
|
|
55
|
+
margin-top: 4px;
|
|
56
|
+
@apply bg-grey-mid p-sm mt-sm;
|
|
57
|
+
|
|
58
|
+
h4{
|
|
59
|
+
@apply text-text-primary text-heading-s;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
p{
|
|
63
|
+
@apply text-text-secondary text-body-s-dt;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
.customBtn {
|
|
2
|
+
@apply bg-white text-text-primary box-border inline-block outline-none px-sm border border-solid border-primary-main;
|
|
3
|
+
margin: 0px 4.65% 0px 0px;
|
|
4
|
+
height: 30px;
|
|
5
|
+
line-height: 30px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.customBtn-selected {
|
|
9
|
+
@extend .customBtn;
|
|
10
|
+
@apply bg-primary-main text-white font-medium;
|
|
11
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
.data-table {
|
|
2
|
+
@apply text-text-primary;
|
|
3
|
+
|
|
4
|
+
.row {
|
|
5
|
+
@apply flex border-b border-border pb-sm mb-sm;
|
|
6
|
+
|
|
7
|
+
span {
|
|
8
|
+
width: 70%;
|
|
9
|
+
display: contents;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
h2 {
|
|
13
|
+
width: 40%;
|
|
14
|
+
@apply font-bold text-heading-s;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.value {
|
|
18
|
+
width: 50%;
|
|
19
|
+
@apply text-heading-s;
|
|
20
|
+
word-break: break-all;
|
|
21
|
+
}
|
|
22
|
+
.caption {
|
|
23
|
+
width: 70%;
|
|
24
|
+
@apply text-heading-s text-text-secondary;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.last {
|
|
29
|
+
border: none;
|
|
30
|
+
padding: 0;
|
|
31
|
+
margin: 0;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.employee-data-table {
|
|
36
|
+
.row {
|
|
37
|
+
@apply flex pb-sm mb-sm;
|
|
38
|
+
|
|
39
|
+
span {
|
|
40
|
+
width: 70%;
|
|
41
|
+
display: contents;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
h2 {
|
|
45
|
+
width: 30%;
|
|
46
|
+
@apply font-bold text-heading-s;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.value {
|
|
50
|
+
width: 50%;
|
|
51
|
+
@apply text-heading-s;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.caption {
|
|
55
|
+
width: 70%;
|
|
56
|
+
@apply text-heading-s text-text-secondary;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
.vendor-details-row {
|
|
60
|
+
margin-left: 15px !important;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.last {
|
|
64
|
+
border: none;
|
|
65
|
+
padding: 0;
|
|
66
|
+
margin: 0;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.pt-citizen {
|
|
71
|
+
.data-table {
|
|
72
|
+
.row {
|
|
73
|
+
justify-content: space-between;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.details-container {
|
|
2
|
+
@apply flex flex-col m-sm pt-md pb-md pl-sm pr-sm bg-white rounded;
|
|
3
|
+
.detail {
|
|
4
|
+
@apply grid grid-cols-2 gap-2 items-baseline;
|
|
5
|
+
.label {
|
|
6
|
+
width: 138px;
|
|
7
|
+
@apply font-bold text-heading-s text-text-primary mb-md;
|
|
8
|
+
}
|
|
9
|
+
.name {
|
|
10
|
+
@apply pt-md;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
.filters-wrapper {
|
|
2
|
+
display: none;
|
|
3
|
+
padding: 20px 0px 0px;
|
|
4
|
+
z-index: 1;
|
|
5
|
+
|
|
6
|
+
.filters-input {
|
|
7
|
+
flex-basis: 22%;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.filters-input:not(:first-of-type) {
|
|
11
|
+
margin-left: 5%;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.switch-wrapper {
|
|
15
|
+
display: flex;
|
|
16
|
+
justify-content: space-between;
|
|
17
|
+
max-width: 200px;
|
|
18
|
+
|
|
19
|
+
.radio-switch {
|
|
20
|
+
display: none;
|
|
21
|
+
|
|
22
|
+
&:checked ~ label {
|
|
23
|
+
border-color: #a82227;
|
|
24
|
+
color: #a82227;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
label {
|
|
29
|
+
border: 1px solid;
|
|
30
|
+
padding: 6px 10px;
|
|
31
|
+
display: block;
|
|
32
|
+
@apply border border-solid border-input-border;
|
|
33
|
+
&:hover{
|
|
34
|
+
@apply border-2 border-solid border-primary-main;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.pickerShadow {
|
|
41
|
+
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.filter-close {
|
|
45
|
+
@apply flex justify-end;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.filter-header {
|
|
49
|
+
@apply flex;
|
|
50
|
+
|
|
51
|
+
p {
|
|
52
|
+
font-weight: bold;
|
|
53
|
+
font-size: 24px;
|
|
54
|
+
line-height: 1;
|
|
55
|
+
margin: 0 12px 20px 8px;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.clearText {
|
|
60
|
+
display: none;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
@screen dt {
|
|
64
|
+
.filters-wrapper {
|
|
65
|
+
display: flex;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.filter-close,
|
|
69
|
+
.filter-header {
|
|
70
|
+
display: none;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.clearText {
|
|
74
|
+
display: block;
|
|
75
|
+
text-align: right;
|
|
76
|
+
color: #a82227;
|
|
77
|
+
margin-top: 20px;
|
|
78
|
+
margin-left: 10px;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@media (max-width: 780px) {
|
|
83
|
+
.filters-modal {
|
|
84
|
+
display: block;
|
|
85
|
+
position: fixed;
|
|
86
|
+
width: 100%;
|
|
87
|
+
height: 100vh;
|
|
88
|
+
left: 0;
|
|
89
|
+
top: 130px;
|
|
90
|
+
padding: 16px;
|
|
91
|
+
background-color: #fff;
|
|
92
|
+
z-index: 99;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.rdrDefinedRangesWrapper {
|
|
96
|
+
display: none;
|
|
97
|
+
}
|
|
98
|
+
}
|