@tattvafoundation/upyog-css 1.0.15 → 1.0.16

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;
@@ -165,8 +182,7 @@
165
182
  }
166
183
  }
167
184
 
168
- .mobile-input {
169
- }
185
+ .mobile-input {}
170
186
  }
171
187
  }
172
188
  }
@@ -181,10 +197,12 @@
181
197
  @apply text-focus;
182
198
  @apply block;
183
199
  cursor: pointer;
200
+
184
201
  &:hover {
185
202
  color: #000;
186
203
  }
187
204
  }
205
+
188
206
  .button-clear {
189
207
  @apply text-focus text-body-s-dt;
190
208
  }
@@ -217,7 +235,7 @@
217
235
  margin-left: 46px;
218
236
 
219
237
  .link {
220
- color:#a82227 !important;
238
+ color: #a82227 !important;
221
239
  @apply p-sm text-primary-main;
222
240
  }
223
241
  }
@@ -226,11 +244,14 @@
226
244
  .inboxLinks {
227
245
  margin: 0 !important;
228
246
  padding: 0 !important;
247
+
229
248
  .header {
230
249
  border: none;
231
250
  @apply justify-start;
251
+
232
252
  .logo {
233
253
  @apply bg-white;
254
+
234
255
  svg {
235
256
  path {
236
257
  fill: #a82227;
@@ -238,6 +259,7 @@
238
259
  }
239
260
  }
240
261
  }
262
+
241
263
  .body {
242
264
  margin-left: 0;
243
265
  }
@@ -278,6 +300,7 @@
278
300
  }
279
301
  }
280
302
  }
303
+
281
304
  .citizen-filter {
282
305
  margin-top: unset;
283
306
  }
@@ -288,7 +311,7 @@
288
311
 
289
312
  .search-complaint-container {
290
313
  margin: auto;
291
- @apply flex flex-col items-start mb-md bg-white p-md;
314
+ @apply flex flex-col items-start mb-md bg-white p-md;
292
315
 
293
316
  .complaint-header {
294
317
  display: flex;
@@ -362,6 +385,7 @@
362
385
  @apply text-focus;
363
386
  @apply block;
364
387
  cursor: pointer;
388
+
365
389
  &:hover {
366
390
  color: #003078;
367
391
  cursor: pointer;
@@ -378,6 +402,7 @@
378
402
  width: 33%;
379
403
  margin-top: 28px;
380
404
  @apply inline-block align-middle text-center;
405
+
381
406
  button {
382
407
  margin: 0;
383
408
  width: 100%;
@@ -386,8 +411,7 @@
386
411
  }
387
412
  }
388
413
 
389
- .search-complaint-container-for-search {
390
- }
414
+ .search-complaint-container-for-search {}
391
415
  }
392
416
  }
393
417
  }
@@ -432,6 +456,7 @@
432
456
  justify-content: flex-end;
433
457
  align-items: flex-start;
434
458
  }
459
+
435
460
  .complaint-links-container .header .removeHeight {
436
461
  line-height: 28px;
437
462
  }
@@ -442,6 +467,7 @@
442
467
  background-color: #a82227
443
468
  }
444
469
  }
470
+
445
471
  @screen dt {
446
472
  .customEmployeeCard {
447
473
  width: 320px !important;
@@ -449,9 +475,10 @@
449
475
  padding: 0px !important;
450
476
  }
451
477
  }
452
- .employeeTotalLink{
453
- color: #a82227;
454
-
478
+
479
+ .employeeTotalLink {
480
+ color: #d1b03f;
481
+
455
482
  font-size: 12px;
456
483
  }
457
484
 
@@ -460,17 +487,21 @@
460
487
  .custom-group-merge-container {
461
488
  display: flex !important;
462
489
  justify-content: space-between !important;
490
+
463
491
  .header {
464
492
  display: flex;
465
493
  align-items: baseline;
494
+
466
495
  .logo {
467
496
  margin-right: 1rem;
497
+
468
498
  svg {
469
499
  path {
470
500
  fill: #a82227;
471
501
  }
472
502
  }
473
503
  }
504
+
474
505
  .h1 {
475
506
  font-size: 24px;
476
507
  line-height: 28px;
@@ -479,12 +510,14 @@
479
510
  }
480
511
  }
481
512
  }
513
+
482
514
  .inbox-container {
483
515
  .search-container {
484
516
  .search-complaint-container {
485
517
  display: flex;
486
518
  flex-direction: row;
487
519
  }
520
+
488
521
  .group-complaint-input-container {
489
522
  width: 33% !important;
490
523
  display: flex;
@@ -492,14 +525,17 @@
492
525
  }
493
526
  }
494
527
  }
528
+
495
529
  .inbox-action-container {
496
530
  display: flex;
497
531
  flex-direction: row-reverse;
532
+
498
533
  .clear-search {
499
534
  margin-top: 65px;
500
535
  margin-left: 16px;
501
536
  padding-top: unset !important;
502
537
  }
538
+
503
539
  .submit-bar-search {
504
540
  margin-top: 55px !important;
505
541
  }
@@ -512,17 +548,21 @@
512
548
  .custom-group-merge-container {
513
549
  display: flex !important;
514
550
  justify-content: space-between !important;
551
+
515
552
  .header {
516
553
  display: flex;
517
554
  align-items: baseline;
555
+
518
556
  .logo {
519
557
  margin-right: 1rem;
558
+
520
559
  svg {
521
560
  path {
522
561
  fill: #a82227;
523
562
  }
524
563
  }
525
564
  }
565
+
526
566
  .h1 {
527
567
  font-size: 24px;
528
568
  line-height: 28px;
@@ -531,12 +571,14 @@
531
571
  }
532
572
  }
533
573
  }
574
+
534
575
  .inbox-container {
535
576
  .search-container {
536
577
  .search-complaint-container {
537
578
  display: flex;
538
579
  flex-direction: row;
539
580
  }
581
+
540
582
  .group-complaint-input-container {
541
583
  width: 33% !important;
542
584
  display: flex;
@@ -544,14 +586,17 @@
544
586
  }
545
587
  }
546
588
  }
589
+
547
590
  .inbox-action-container {
548
591
  display: flex;
549
592
  flex-direction: row-reverse;
593
+
550
594
  .clear-search {
551
595
  margin-top: 65px;
552
596
  margin-left: 16px;
553
597
  padding-top: unset !important;
554
598
  }
599
+
555
600
  .submit-bar-search {
556
601
  margin-top: 55px !important;
557
602
  }
@@ -562,45 +607,61 @@
562
607
  .inboxLinksFSM {
563
608
  margin: 0 !important;
564
609
  }
565
- .complaint-links-container .body .link{
610
+
611
+ .complaint-links-container .body .link {
566
612
  color: #a82227 !important;
567
613
  }
568
614
 
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");
615
+ .employee .customEmployeeCard:nth-child(odd) {
616
+ .employeeCustomCard {
617
+ background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg");
572
618
  background-size: cover
573
619
  }
620
+
621
+ span {
622
+ color: #858585 !important;
623
+ }
624
+
625
+ .logo-removeBorderRadiusLogo {
626
+ svg {
627
+ fill: #858585 !important;
628
+ }
629
+ }
574
630
  }
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
631
+
632
+ .employee .customEmployeeCard:nth-child(even) {
633
+ .employeeCustomCard {
634
+ background-image: url("https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg");
635
+ background-size: cover
579
636
  }
580
637
  }
638
+
581
639
  .employee .employeeCustomCard {
582
640
  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{
641
+
642
+ .employeeCustomCard {
643
+ border-radius: 4%;
644
+ }
645
+ }
646
+
647
+ .employee-card-banner {
648
+ background-color: white;
649
+ width: 88%;
650
+ margin: 0 auto;
651
+ bottom: 0px;
652
+ position: absolute;
653
+ margin-bottom: -10%;
654
+ left: 6%;
655
+ box-shadow: 1px 5px 6px 0px #e3e4e3;
656
+ border-radius: 10px;
657
+ }
658
+
659
+ .text-employee-card {
599
660
  font-size: 1.5rem;
600
661
  font-weight: 700;
601
662
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
602
663
  position: absolute;
603
- top:10%;
664
+ top: 10%;
604
665
  padding-left: 10%;
605
666
  color: white !important;
606
667
  width: 300px;
@@ -624,6 +685,7 @@ background-size: cover
624
685
  padding-bottom: 8px;
625
686
  margin-bottom: 8px;
626
687
  }
688
+
627
689
  .row {
628
690
  color: #b1b4b6;
629
691
  font-weight: 700;
@@ -677,6 +739,7 @@ background-size: cover
677
739
  }
678
740
  }
679
741
  }
742
+
680
743
  tBody {
681
744
  tr {
682
745
  td {
@@ -684,4 +747,4 @@ background-size: cover
684
747
  }
685
748
  }
686
749
  }
687
- }
750
+ }