@pmidc/upyog-css 1.1.13 → 1.2.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 +60 -76
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/body.scss +0 -29
- package/src/components/selectdropdown.scss +3 -1
- package/src/index.scss +1 -1
- package/src/pages/citizen/DocumentList.scss +10 -10
- package/src/pages/employee/form-fields.scss +1 -1
- package/src/pages/employee/inbox.scss +72 -77
- package/src/pages/employee/index.scss +1 -1
package/package.json
CHANGED
package/src/components/body.scss
CHANGED
|
@@ -42,35 +42,6 @@ body {
|
|
|
42
42
|
padding: 10px;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.link-label {
|
|
46
|
-
align-items: center;
|
|
47
|
-
justify-content: center;
|
|
48
|
-
height: 40px;
|
|
49
|
-
background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
|
|
50
|
-
color: white !important;
|
|
51
|
-
text-align: center;
|
|
52
|
-
outline: none;
|
|
53
|
-
width: 175px;
|
|
54
|
-
border-radius: 8px;
|
|
55
|
-
border: none;
|
|
56
|
-
font-weight: 700;
|
|
57
|
-
font-size: 13px;
|
|
58
|
-
cursor: pointer;
|
|
59
|
-
transition: all 0.2s ease;
|
|
60
|
-
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
|
|
61
|
-
margin: 0;
|
|
62
|
-
text-decoration: none;
|
|
63
|
-
|
|
64
|
-
&:hover {
|
|
65
|
-
transform: translateY(-2px);
|
|
66
|
-
box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
|
|
67
|
-
color: white !important;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&:focus {
|
|
71
|
-
outline: none;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
45
|
|
|
75
46
|
|
|
76
47
|
.back-btn {
|
|
@@ -97,7 +97,9 @@
|
|
|
97
97
|
|
|
98
98
|
.options-card {
|
|
99
99
|
right: 0px;
|
|
100
|
-
|
|
100
|
+
left: 0px;
|
|
101
|
+
width: 100% !important;
|
|
102
|
+
min-width: 200px;
|
|
101
103
|
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);
|
|
102
104
|
max-height: 250px !important;
|
|
103
105
|
overflow: auto;
|
package/src/index.scss
CHANGED
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
border: none;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
.
|
|
386
|
+
.bpa-doc-required-card {
|
|
387
387
|
background: #FAFAFA;
|
|
388
388
|
border: 1px solid #D6D5D4;
|
|
389
389
|
padding: 8px;
|
|
@@ -394,35 +394,35 @@
|
|
|
394
394
|
padding-top: 15px;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
-
.
|
|
397
|
+
.bpa-doc-required-wrapper {
|
|
398
398
|
margin-bottom: 24px;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
.
|
|
401
|
+
.bpa-doc-required-label {
|
|
402
402
|
width: 100%;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
.
|
|
405
|
+
.bpa-doc-required-field {
|
|
406
406
|
display: flex;
|
|
407
407
|
flex-direction: column;
|
|
408
408
|
gap: 10px;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
.
|
|
411
|
+
.bpa-doc-required-coordinates {
|
|
412
412
|
padding: 10px;
|
|
413
413
|
font-size: 14px;
|
|
414
414
|
}
|
|
415
|
-
.
|
|
415
|
+
.bpa-doc-view-container {
|
|
416
416
|
margin-top: 19px;
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
.
|
|
419
|
+
.bpa-doc-view-grid {
|
|
420
420
|
display: flex;
|
|
421
421
|
flex-wrap: wrap;
|
|
422
422
|
gap: 16px;
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
.
|
|
425
|
+
.bpa-doc-view-link {
|
|
426
426
|
width: 120px;
|
|
427
427
|
text-align: center;
|
|
428
428
|
display: flex;
|
|
@@ -432,12 +432,12 @@
|
|
|
432
432
|
color: inherit;
|
|
433
433
|
}
|
|
434
434
|
|
|
435
|
-
.
|
|
435
|
+
.bpa-doc-view-pdf-icon {
|
|
436
436
|
background: #f6f6f6;
|
|
437
437
|
padding: 8px;
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
-
.
|
|
440
|
+
.bpa-doc-view-label {
|
|
441
441
|
margin-top: 8px;
|
|
442
442
|
font-size: 12px;
|
|
443
443
|
word-wrap: break-word;
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
.link {
|
|
29
29
|
@apply p-sm text-primary-main items-center;
|
|
30
30
|
display: flex !important;
|
|
31
|
-
color: #
|
|
31
|
+
color: #2947a3 !important;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.inbox-total {
|
|
35
35
|
padding: 4px;
|
|
36
36
|
display: table;
|
|
37
37
|
@apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
|
|
38
|
-
background-color: #
|
|
38
|
+
background-color: #1359c8 !important;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
|
|
@@ -52,6 +52,12 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
+
.complaint-header {
|
|
56
|
+
display: flex;
|
|
57
|
+
@apply flex justify-between w-full;
|
|
58
|
+
margin-bottom: 20px;
|
|
59
|
+
}
|
|
60
|
+
|
|
55
61
|
.MobilePopupHeadingWrapper {
|
|
56
62
|
@apply flex place-content-between mb-md;
|
|
57
63
|
h2 {
|
|
@@ -153,6 +159,12 @@
|
|
|
153
159
|
.search-complaint-container {
|
|
154
160
|
@apply items-center bg-white p-md;
|
|
155
161
|
|
|
162
|
+
.complaint-header {
|
|
163
|
+
display: flex;
|
|
164
|
+
justify-content: space-between;
|
|
165
|
+
padding-bottom: 1rem;
|
|
166
|
+
}
|
|
167
|
+
|
|
156
168
|
.complaint-input-container {
|
|
157
169
|
@apply w-full;
|
|
158
170
|
.complaint-input {
|
|
@@ -220,7 +232,7 @@
|
|
|
220
232
|
margin-left: 46px;
|
|
221
233
|
|
|
222
234
|
.link {
|
|
223
|
-
color
|
|
235
|
+
color: #a82227 !important;
|
|
224
236
|
@apply p-sm text-primary-main;
|
|
225
237
|
}
|
|
226
238
|
}
|
|
@@ -236,7 +248,7 @@
|
|
|
236
248
|
@apply bg-white;
|
|
237
249
|
svg {
|
|
238
250
|
path {
|
|
239
|
-
fill: #
|
|
251
|
+
fill: #1359c8;
|
|
240
252
|
}
|
|
241
253
|
}
|
|
242
254
|
}
|
|
@@ -287,18 +299,10 @@
|
|
|
287
299
|
}
|
|
288
300
|
|
|
289
301
|
.search-container {
|
|
290
|
-
|
|
291
|
-
|
|
292
302
|
.search-complaint-container {
|
|
293
303
|
margin: auto;
|
|
294
304
|
@apply flex flex-col items-start mb-md bg-white p-md;
|
|
295
305
|
|
|
296
|
-
.complaint-header {
|
|
297
|
-
display: flex;
|
|
298
|
-
@apply flex justify-between w-full;
|
|
299
|
-
margin-bottom: 20px;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
306
|
.complaint-input-container {
|
|
303
307
|
/* display: inline-block !important; */
|
|
304
308
|
display: grid !important;
|
|
@@ -408,9 +412,9 @@
|
|
|
408
412
|
}
|
|
409
413
|
|
|
410
414
|
.sla-cell-error {
|
|
411
|
-
color: #
|
|
415
|
+
color: #2947a3;
|
|
412
416
|
color: #a82227;
|
|
413
|
-
background-color: #
|
|
417
|
+
background-color: #f5fbff;
|
|
414
418
|
padding: 0 24px;
|
|
415
419
|
border-radius: 11px;
|
|
416
420
|
}
|
|
@@ -443,7 +447,7 @@
|
|
|
443
447
|
@screen dt {
|
|
444
448
|
.complaint-links-container .header .removeBorderRadiusLogo {
|
|
445
449
|
border-radius: 2px !important;
|
|
446
|
-
background-color: #a82227
|
|
450
|
+
background-color: #a82227;
|
|
447
451
|
}
|
|
448
452
|
}
|
|
449
453
|
@screen dt {
|
|
@@ -454,7 +458,7 @@
|
|
|
454
458
|
}
|
|
455
459
|
}
|
|
456
460
|
|
|
457
|
-
.employeeTotalLink{
|
|
461
|
+
.employeeTotalLink {
|
|
458
462
|
color: #a82227;
|
|
459
463
|
font-size: 12px;
|
|
460
464
|
}
|
|
@@ -566,43 +570,43 @@
|
|
|
566
570
|
.inboxLinksFSM {
|
|
567
571
|
margin: 0 !important;
|
|
568
572
|
}
|
|
569
|
-
.complaint-links-container .body .link{
|
|
570
|
-
color: #
|
|
573
|
+
.complaint-links-container .body .link {
|
|
574
|
+
color: #2947a3 !important;
|
|
571
575
|
}
|
|
572
576
|
|
|
573
|
-
.employee .customEmployeeCard:nth-child(odd){
|
|
574
|
-
.employeeCustomCard{
|
|
577
|
+
.employee .customEmployeeCard:nth-child(odd) {
|
|
578
|
+
.employeeCustomCard {
|
|
575
579
|
background-color: white;
|
|
576
|
-
background-size: cover
|
|
580
|
+
background-size: cover;
|
|
577
581
|
}
|
|
578
582
|
}
|
|
579
|
-
.employee .customEmployeeCard:nth-child(even){
|
|
580
|
-
.employeeCustomCard{
|
|
581
|
-
background-color: white;
|
|
582
|
-
background-size: cover
|
|
583
|
+
.employee .customEmployeeCard:nth-child(even) {
|
|
584
|
+
.employeeCustomCard {
|
|
585
|
+
background-color: white;
|
|
586
|
+
background-size: cover;
|
|
583
587
|
}
|
|
584
588
|
}
|
|
585
589
|
.employee .employeeCustomCard {
|
|
586
590
|
border-radius: 4%;
|
|
587
|
-
|
|
588
|
-
|
|
591
|
+
.employeeCustomCard {
|
|
592
|
+
border-radius: 4%;
|
|
589
593
|
}
|
|
590
594
|
}
|
|
591
|
-
.employee-card-banner{
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
}
|
|
601
|
-
.text-employee-card{
|
|
595
|
+
.employee-card-banner {
|
|
596
|
+
background-color: white;
|
|
597
|
+
width: 88%;
|
|
598
|
+
margin: 0 auto;
|
|
599
|
+
bottom: 0px;
|
|
600
|
+
position: absolute;
|
|
601
|
+
margin-bottom: -10%;
|
|
602
|
+
left: 6%;
|
|
603
|
+
border-radius: 10px;
|
|
604
|
+
}
|
|
605
|
+
.text-employee-card {
|
|
602
606
|
font-size: 1.5rem;
|
|
603
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont,
|
|
607
|
+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
604
608
|
position: absolute;
|
|
605
|
-
top:10%;
|
|
609
|
+
top: 10%;
|
|
606
610
|
padding-left: 10%;
|
|
607
611
|
color: black !important;
|
|
608
612
|
width: 300px;
|
|
@@ -687,38 +691,35 @@ background-size: cover
|
|
|
687
691
|
}
|
|
688
692
|
}
|
|
689
693
|
@media only screen and (max-width: 640px) {
|
|
690
|
-
.dashboardCardTypeOne {
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
word-wrap: break-word;
|
|
714
|
-
margin-left: 10%;
|
|
715
|
-
}
|
|
694
|
+
.dashboardCardTypeOne {
|
|
695
|
+
border-top: 5px solid #2947a3;
|
|
696
|
+
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
|
|
697
|
+
background: #ffffff;
|
|
698
|
+
height: 188px;
|
|
699
|
+
padding: 16px 20px;
|
|
700
|
+
gap: 24px;
|
|
701
|
+
border-radius: 8px 0px 0px 0px;
|
|
702
|
+
border-top: 5px solid hsl(225, 60%, 40%);
|
|
703
|
+
opacity: 1;
|
|
704
|
+
width: 87%;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.dashboardCardTypeOneHeader {
|
|
708
|
+
color: #14346d;
|
|
709
|
+
font-family: Roboto;
|
|
710
|
+
font-size: 20px;
|
|
711
|
+
font-weight: 500;
|
|
712
|
+
line-height: 24px;
|
|
713
|
+
text-align: center;
|
|
714
|
+
word-wrap: break-word;
|
|
715
|
+
margin-left: 10%;
|
|
716
|
+
}
|
|
716
717
|
}
|
|
717
718
|
@media only screen and (min-width: 641px) {
|
|
718
719
|
.dashboardCardTypeOne {
|
|
719
|
-
border-top:5px solid #
|
|
720
|
+
border-top: 5px solid #2947a3;
|
|
720
721
|
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
|
|
721
|
-
background: #
|
|
722
|
+
background: #ffffff;
|
|
722
723
|
height: 188px;
|
|
723
724
|
padding: 16px 20px;
|
|
724
725
|
gap: 24px;
|
|
@@ -726,20 +727,14 @@ background-size: cover
|
|
|
726
727
|
border-top: 5px solid hsl(225, 60%, 40%);
|
|
727
728
|
opacity: 1;
|
|
728
729
|
width: 100%;
|
|
729
|
-
|
|
730
|
-
|
|
731
730
|
}
|
|
732
|
-
|
|
733
|
-
|
|
731
|
+
|
|
734
732
|
.dashboardCardTypeOneHeader {
|
|
735
|
-
color: #
|
|
733
|
+
color: #14346d;
|
|
736
734
|
font-family: Roboto;
|
|
737
735
|
font-size: 20px;
|
|
738
736
|
font-weight: 500;
|
|
739
737
|
line-height: 24px;
|
|
740
738
|
text-align: left;
|
|
741
|
-
|
|
742
|
-
|
|
743
739
|
}
|
|
744
|
-
|
|
745
|
-
|
|
740
|
+
}
|