@tattvafoundation/upyog-css 1.0.15 → 1.0.17

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.
@@ -1,6 +1,7 @@
1
1
  .complaint-links-container {
2
2
  @apply bg-white;
3
3
  border-radius: 4px;
4
+
4
5
  .header {
5
6
  @apply flex items-center border-b border-border justify-between;
6
7
 
@@ -10,6 +11,7 @@
10
11
  @apply bg-focus;
11
12
  padding: 12px;
12
13
  border-radius: 4px;
14
+
13
15
  svg {
14
16
  @apply w-8 h-8;
15
17
  }
@@ -41,10 +43,12 @@
41
43
 
42
44
  .links-wrapper {
43
45
  @apply pl-md py-sm text-text-btn;
46
+
44
47
  .link {
45
48
  padding: 0 !important;
46
49
  padding-bottom: 4px !important;
47
50
  color: #a82227 !important;
51
+
48
52
  svg {
49
53
  @apply ml-sm;
50
54
  }
@@ -54,6 +58,7 @@
54
58
 
55
59
  .MobilePopupHeadingWrapper {
56
60
  @apply flex place-content-between mb-md;
61
+
57
62
  h2 {
58
63
  @apply text-heading-l font-bold;
59
64
  }
@@ -61,6 +66,7 @@
61
66
 
62
67
  .filter-button {
63
68
  @apply text-primary-main;
69
+
64
70
  &:hover {
65
71
  @apply text-primary-dark cursor-pointer;
66
72
  }
@@ -69,13 +75,16 @@
69
75
  .employeeCard-info-box {
70
76
  @apply flex justify-end ml-md;
71
77
  background-color: #fafafa;
78
+
72
79
  div {
73
80
  margin-right: 32px;
81
+
74
82
  span:nth-child(2) {
75
83
  @apply font-bold;
76
84
  color: #4f5a5f;
77
85
  }
78
86
  }
87
+
79
88
  .employeeCard-info-data {
80
89
  display: flex;
81
90
  flex-direction: column;
@@ -99,15 +108,18 @@
99
108
  .filter-label {
100
109
  @apply font-bold text-heading-l flex gap-3;
101
110
  padding-bottom: 6px;
111
+
102
112
  svg {
103
113
  fill: #0b0c0c;
104
114
  }
105
115
  }
116
+
106
117
  .sub-filter-label {
107
118
  font-weight: 400;
108
119
  font-size: 16px;
109
120
  }
110
121
  }
122
+
111
123
  .filter-form-field {
112
124
  p {
113
125
  @apply text-form-field text-text-primary block mb-md;
@@ -121,9 +133,11 @@
121
133
  .filter-card {
122
134
  @apply bg-white;
123
135
  padding: 10px;
136
+
124
137
  .filter-card-close-button {
125
138
  @apply flex flex-row-reverse;
126
139
  }
140
+
127
141
  .heading {
128
142
  @apply flex justify-between;
129
143
 
@@ -135,6 +149,7 @@
135
149
  .filter-label {
136
150
  @apply text-heading-m block flex gap-3 items-center;
137
151
  padding-bottom: 6px;
152
+
138
153
  svg {
139
154
  fill: #0b0c0c;
140
155
  }
@@ -152,12 +167,14 @@
152
167
 
153
168
  .complaint-input-container {
154
169
  @apply w-full;
170
+
155
171
  .complaint-input {
156
172
  @apply flex flex-col;
157
173
 
158
174
  .clear-search {
159
175
  @apply text-focus;
160
176
  display: none;
177
+
161
178
  &:hover {
162
179
  color: #003078;
163
180
  cursor: pointer;
@@ -181,10 +198,12 @@
181
198
  @apply text-focus;
182
199
  @apply block;
183
200
  cursor: pointer;
201
+
184
202
  &:hover {
185
203
  color: #000;
186
204
  }
187
205
  }
206
+
188
207
  .button-clear {
189
208
  @apply text-focus text-body-s-dt;
190
209
  }
@@ -217,7 +236,7 @@
217
236
  margin-left: 46px;
218
237
 
219
238
  .link {
220
- color:#a82227 !important;
239
+ color: #a82227 !important;
221
240
  @apply p-sm text-primary-main;
222
241
  }
223
242
  }
@@ -226,11 +245,14 @@
226
245
  .inboxLinks {
227
246
  margin: 0 !important;
228
247
  padding: 0 !important;
248
+
229
249
  .header {
230
250
  border: none;
231
251
  @apply justify-start;
252
+
232
253
  .logo {
233
254
  @apply bg-white;
255
+
234
256
  svg {
235
257
  path {
236
258
  fill: #a82227;
@@ -238,6 +260,7 @@
238
260
  }
239
261
  }
240
262
  }
263
+
241
264
  .body {
242
265
  margin-left: 0;
243
266
  }
@@ -278,6 +301,7 @@
278
301
  }
279
302
  }
280
303
  }
304
+
281
305
  .citizen-filter {
282
306
  margin-top: unset;
283
307
  }
@@ -288,7 +312,7 @@
288
312
 
289
313
  .search-complaint-container {
290
314
  margin: auto;
291
- @apply flex flex-col items-start mb-md bg-white p-md;
315
+ @apply flex flex-col items-start mb-md bg-white p-md;
292
316
 
293
317
  .complaint-header {
294
318
  display: flex;
@@ -362,6 +386,7 @@
362
386
  @apply text-focus;
363
387
  @apply block;
364
388
  cursor: pointer;
389
+
365
390
  &:hover {
366
391
  color: #003078;
367
392
  cursor: pointer;
@@ -378,6 +403,7 @@
378
403
  width: 33%;
379
404
  margin-top: 28px;
380
405
  @apply inline-block align-middle text-center;
406
+
381
407
  button {
382
408
  margin: 0;
383
409
  width: 100%;
@@ -432,6 +458,7 @@
432
458
  justify-content: flex-end;
433
459
  align-items: flex-start;
434
460
  }
461
+
435
462
  .complaint-links-container .header .removeHeight {
436
463
  line-height: 28px;
437
464
  }
@@ -439,9 +466,10 @@
439
466
  @screen dt {
440
467
  .complaint-links-container .header .removeBorderRadiusLogo {
441
468
  border-radius: 2px !important;
442
- background-color: #a82227
469
+ background-color: #a82227;
443
470
  }
444
471
  }
472
+
445
473
  @screen dt {
446
474
  .customEmployeeCard {
447
475
  width: 320px !important;
@@ -449,9 +477,10 @@
449
477
  padding: 0px !important;
450
478
  }
451
479
  }
452
- .employeeTotalLink{
453
- color: #a82227;
454
-
480
+
481
+ .employeeTotalLink {
482
+ color: #d1b03f;
483
+
455
484
  font-size: 12px;
456
485
  }
457
486
 
@@ -460,17 +489,21 @@
460
489
  .custom-group-merge-container {
461
490
  display: flex !important;
462
491
  justify-content: space-between !important;
492
+
463
493
  .header {
464
494
  display: flex;
465
495
  align-items: baseline;
496
+
466
497
  .logo {
467
498
  margin-right: 1rem;
499
+
468
500
  svg {
469
501
  path {
470
502
  fill: #a82227;
471
503
  }
472
504
  }
473
505
  }
506
+
474
507
  .h1 {
475
508
  font-size: 24px;
476
509
  line-height: 28px;
@@ -479,12 +512,14 @@
479
512
  }
480
513
  }
481
514
  }
515
+
482
516
  .inbox-container {
483
517
  .search-container {
484
518
  .search-complaint-container {
485
519
  display: flex;
486
520
  flex-direction: row;
487
521
  }
522
+
488
523
  .group-complaint-input-container {
489
524
  width: 33% !important;
490
525
  display: flex;
@@ -492,14 +527,17 @@
492
527
  }
493
528
  }
494
529
  }
530
+
495
531
  .inbox-action-container {
496
532
  display: flex;
497
533
  flex-direction: row-reverse;
534
+
498
535
  .clear-search {
499
536
  margin-top: 65px;
500
537
  margin-left: 16px;
501
538
  padding-top: unset !important;
502
539
  }
540
+
503
541
  .submit-bar-search {
504
542
  margin-top: 55px !important;
505
543
  }
@@ -512,17 +550,21 @@
512
550
  .custom-group-merge-container {
513
551
  display: flex !important;
514
552
  justify-content: space-between !important;
553
+
515
554
  .header {
516
555
  display: flex;
517
556
  align-items: baseline;
557
+
518
558
  .logo {
519
559
  margin-right: 1rem;
560
+
520
561
  svg {
521
562
  path {
522
563
  fill: #a82227;
523
564
  }
524
565
  }
525
566
  }
567
+
526
568
  .h1 {
527
569
  font-size: 24px;
528
570
  line-height: 28px;
@@ -531,12 +573,14 @@
531
573
  }
532
574
  }
533
575
  }
576
+
534
577
  .inbox-container {
535
578
  .search-container {
536
579
  .search-complaint-container {
537
580
  display: flex;
538
581
  flex-direction: row;
539
582
  }
583
+
540
584
  .group-complaint-input-container {
541
585
  width: 33% !important;
542
586
  display: flex;
@@ -544,14 +588,17 @@
544
588
  }
545
589
  }
546
590
  }
591
+
547
592
  .inbox-action-container {
548
593
  display: flex;
549
594
  flex-direction: row-reverse;
595
+
550
596
  .clear-search {
551
597
  margin-top: 65px;
552
598
  margin-left: 16px;
553
599
  padding-top: unset !important;
554
600
  }
601
+
555
602
  .submit-bar-search {
556
603
  margin-top: 55px !important;
557
604
  }
@@ -562,49 +609,70 @@
562
609
  .inboxLinksFSM {
563
610
  margin: 0 !important;
564
611
  }
565
- .complaint-links-container .body .link{
612
+
613
+ .complaint-links-container .body .link {
566
614
  color: #a82227 !important;
567
615
  }
568
616
 
569
- .employee .customEmployeeCard:nth-child(odd){
570
- .employeeCustomCard{
571
- background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png");
572
- background-size: cover
617
+ .employee .customEmployeeCard:nth-child(odd) {
618
+ .employeeCustomCard {
619
+ background-image: url("https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg");
620
+ background-size: cover;
621
+ }
622
+
623
+ span {
624
+ color: #858585 !important;
625
+ }
626
+
627
+ .logo-removeBorderRadiusLogo {
628
+ svg {
629
+ fill: #858585 !important;
630
+ }
573
631
  }
574
632
  }
575
- .employee .customEmployeeCard:nth-child(even){
576
- .employeeCustomCard{
577
- background-image: url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png");
578
- background-size: cover
633
+
634
+ .employee .customEmployeeCard:nth-child(even) {
635
+ .employeeCustomCard {
636
+ background-image: url("https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg");
637
+ background-size: cover;
579
638
  }
580
639
  }
640
+
581
641
  .employee .employeeCustomCard {
582
642
  border-radius: 4%;
583
- .employeeCustomCard {
584
- border-radius: 4%;
585
- }
586
- }
587
- .employee-card-banner{
588
- background-color: white;
589
- width: 88%;
590
- margin: 0 auto;
591
- bottom: 0px;
592
- position: absolute;
593
- margin-bottom: -10%;
594
- left: 6%;
595
- box-shadow: 1px 5px 6px 0px #e3e4e3;
596
- border-radius: 10px;
597
- }
598
- .text-employee-card{
643
+
644
+ .employeeCustomCard {
645
+ border-radius: 4%;
646
+ }
647
+ }
648
+
649
+ .employee-card-banner {
650
+ background-color: white;
651
+ width: 88%;
652
+ margin: 0 auto;
653
+ bottom: 0px;
654
+ position: absolute;
655
+ margin-bottom: -10%;
656
+ left: 6%;
657
+ box-shadow: 1px 5px 6px 0px #e3e4e3;
658
+ border-radius: 10px;
659
+ }
660
+
661
+ .employee-card-banner .links-wrapper {
662
+ background-color: #fff;
663
+ padding-bottom: 10px;
664
+ border-radius: 10px;
665
+ }
666
+
667
+ .text-employee-card {
599
668
  font-size: 1.5rem;
600
669
  font-weight: 700;
601
- font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
670
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
602
671
  position: absolute;
603
- top:10%;
672
+ top: 10%;
604
673
  padding-left: 10%;
605
674
  color: white !important;
606
675
  width: 300px;
607
-
608
676
  }
609
677
 
610
678
  .plumber-details-new-value-wrapper {
@@ -624,6 +692,7 @@ background-size: cover
624
692
  padding-bottom: 8px;
625
693
  margin-bottom: 8px;
626
694
  }
695
+
627
696
  .row {
628
697
  color: #b1b4b6;
629
698
  font-weight: 700;
@@ -677,6 +746,7 @@ background-size: cover
677
746
  }
678
747
  }
679
748
  }
749
+
680
750
  tBody {
681
751
  tr {
682
752
  td {