@tattvafoundation/upyog-css 1.0.21 → 1.0.22
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 +38 -32
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +4 -4
- package/src/components/bmc.scss +30 -18
- package/src/components/body.scss +6 -5
- package/src/components/navbar.scss +5 -4
- package/src/components/topbar.scss +2 -2
- package/src/pages/employee/inbox.scss +2 -2
- package/src/pages/employee/index.scss +12 -25
package/package.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) {
|
|
61
61
|
.employeeCustomCard {
|
|
62
|
-
background-image: url("https://
|
|
62
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg");
|
|
63
63
|
background-size: cover;
|
|
64
64
|
}
|
|
65
65
|
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
|
|
75
75
|
.citizen .ServicesSection .CardBasedOptions:nth-child(even) {
|
|
76
76
|
.employeeCustomCard {
|
|
77
|
-
background-image: url("https://
|
|
77
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg");
|
|
78
78
|
background-size: cover;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.citizen .employeeCustomCard {
|
|
83
83
|
border-radius: 10px;
|
|
84
|
-
background-image: url("https://
|
|
84
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg");
|
|
85
85
|
background-size: cover;
|
|
86
86
|
|
|
87
87
|
.employeeCustomCard {
|
|
88
88
|
border-radius: 10px;
|
|
89
|
-
background-image: url("https://
|
|
89
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg");
|
|
90
90
|
background-size: cover;
|
|
91
91
|
}
|
|
92
92
|
}
|
package/src/components/bmc.scss
CHANGED
|
@@ -112,6 +112,9 @@
|
|
|
112
112
|
.mobile-CardWrapper .card {
|
|
113
113
|
width: 510px;
|
|
114
114
|
}
|
|
115
|
+
.planningCardWrapper .card {
|
|
116
|
+
max-width: 400px;
|
|
117
|
+
}
|
|
115
118
|
|
|
116
119
|
.CardBasedOptions,
|
|
117
120
|
.CitizenHomeCard {
|
|
@@ -200,7 +203,7 @@
|
|
|
200
203
|
}
|
|
201
204
|
|
|
202
205
|
.bmc-card-aadharimage {
|
|
203
|
-
background-image: url("https://
|
|
206
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/aadhaarCard.jpg");
|
|
204
207
|
height: 60vh;
|
|
205
208
|
width: 100%;
|
|
206
209
|
background-size: cover;
|
|
@@ -208,13 +211,13 @@
|
|
|
208
211
|
}
|
|
209
212
|
|
|
210
213
|
.citizen-home-container-forLoginBack {
|
|
211
|
-
background-image: url("https://
|
|
214
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/CitizenBG.png");
|
|
212
215
|
background-size: cover;
|
|
213
216
|
margin: 0 !important;
|
|
214
217
|
}
|
|
215
218
|
|
|
216
219
|
.logo-ic {
|
|
217
|
-
background-image: url("https://
|
|
220
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/logo-bmc.png");
|
|
218
221
|
height: 80px;
|
|
219
222
|
width: 80px;
|
|
220
223
|
background-size: 80px;
|
|
@@ -224,16 +227,8 @@
|
|
|
224
227
|
margin-bottom: 10px;
|
|
225
228
|
}
|
|
226
229
|
|
|
227
|
-
.employee-banner-image {
|
|
228
|
-
background-image: url("https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png");
|
|
229
|
-
height: 100vh;
|
|
230
|
-
width: 100%;
|
|
231
|
-
background-size: cover !important;
|
|
232
|
-
position: absolute;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
230
|
.scheme-back {
|
|
236
|
-
background-image: url("https://
|
|
231
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/scheme-banner.png");
|
|
237
232
|
height: 400px;
|
|
238
233
|
width: 100%;
|
|
239
234
|
background-size: cover !important;
|
|
@@ -1361,10 +1356,19 @@
|
|
|
1361
1356
|
margin-top: 16px;
|
|
1362
1357
|
}
|
|
1363
1358
|
|
|
1359
|
+
.bmc-citizen-wrapper {
|
|
1360
|
+
width: 100%;
|
|
1361
|
+
padding-left: 15px;
|
|
1362
|
+
padding-top: 27px;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1364
1365
|
/* Media Queries for Responsiveness */
|
|
1365
1366
|
|
|
1366
1367
|
/* For Small Screens (Mobile) */
|
|
1367
1368
|
@media screen and (max-width: 600px) {
|
|
1369
|
+
.scheme-back {
|
|
1370
|
+
max-height: 90px;
|
|
1371
|
+
}
|
|
1368
1372
|
.bmc-modal-content {
|
|
1369
1373
|
width: 95%;
|
|
1370
1374
|
/* Increase the width on small screens */
|
|
@@ -1459,6 +1463,10 @@
|
|
|
1459
1463
|
.bmc-pagination2-info {
|
|
1460
1464
|
font-size: 0.9rem;
|
|
1461
1465
|
}
|
|
1466
|
+
|
|
1467
|
+
.bmc-citizen-wrapper {
|
|
1468
|
+
padding-left: 0px;
|
|
1469
|
+
}
|
|
1462
1470
|
}
|
|
1463
1471
|
|
|
1464
1472
|
@media (max-width: 480px) {
|
|
@@ -1474,6 +1482,10 @@
|
|
|
1474
1482
|
.bmc-pagination2-info {
|
|
1475
1483
|
font-size: 0.8rem;
|
|
1476
1484
|
}
|
|
1485
|
+
|
|
1486
|
+
.bmc-citizen-wrapper {
|
|
1487
|
+
padding-left: 0px;
|
|
1488
|
+
}
|
|
1477
1489
|
}
|
|
1478
1490
|
|
|
1479
1491
|
.WhatsAppBanner img {
|
|
@@ -1489,28 +1501,28 @@
|
|
|
1489
1501
|
/* For screens smaller than or equal to 320px (small mobile) */
|
|
1490
1502
|
@media (max-width: 320px) {
|
|
1491
1503
|
.WhatsAppBanner img {
|
|
1492
|
-
content: url("https://
|
|
1504
|
+
content: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg");
|
|
1493
1505
|
}
|
|
1494
1506
|
}
|
|
1495
1507
|
|
|
1496
1508
|
/* For screens smaller than or equal to 576px (medium mobile) */
|
|
1497
1509
|
@media (max-width: 576px) {
|
|
1498
1510
|
.WhatsAppBanner img {
|
|
1499
|
-
content: url("https://
|
|
1511
|
+
content: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg");
|
|
1500
1512
|
}
|
|
1501
1513
|
}
|
|
1502
1514
|
|
|
1503
1515
|
/* For screens smaller than or equal to 650px (larger mobile or tablet) */
|
|
1504
1516
|
@media (max-width: 650px) {
|
|
1505
1517
|
.WhatsAppBanner img {
|
|
1506
|
-
content: url("https://
|
|
1518
|
+
content: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg");
|
|
1507
1519
|
}
|
|
1508
1520
|
}
|
|
1509
1521
|
|
|
1510
1522
|
/* For screens smaller than or equal to 768px (tablet and mobile) */
|
|
1511
1523
|
@media (max-width: 768px) {
|
|
1512
1524
|
.WhatsAppBanner img {
|
|
1513
|
-
content: url("https://
|
|
1525
|
+
content: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg");
|
|
1514
1526
|
}
|
|
1515
1527
|
}
|
|
1516
1528
|
|
|
@@ -1661,8 +1673,8 @@ button.submit-bar:hover {
|
|
|
1661
1673
|
|
|
1662
1674
|
.checkbox-wrap .custom-checkbox,
|
|
1663
1675
|
.checkbox-wrap .custom-checkbox-emp {
|
|
1664
|
-
width:
|
|
1665
|
-
height:
|
|
1676
|
+
width: 20px !important;
|
|
1677
|
+
height: 20px !important;
|
|
1666
1678
|
}
|
|
1667
1679
|
|
|
1668
1680
|
.checkbox-wrap .label {
|
package/src/components/body.scss
CHANGED
|
@@ -6,14 +6,14 @@ body {
|
|
|
6
6
|
@apply h-full min-h-screen overflow-x-hidden;
|
|
7
7
|
position: relative !important;
|
|
8
8
|
background-color: #f1f5fe;
|
|
9
|
-
|
|
10
9
|
}
|
|
11
10
|
|
|
12
11
|
.navbar {
|
|
13
|
-
@apply text-white bg-secondary
|
|
12
|
+
@apply text-white bg-secondary w-full mb-md;
|
|
14
13
|
background: #faefcf !important;
|
|
15
14
|
color: #000 !important;
|
|
16
15
|
box-shadow: 0px 0px 7px 0px #c0c0c0b8;
|
|
16
|
+
padding: 10px;
|
|
17
17
|
|
|
18
18
|
img {
|
|
19
19
|
height: 24px;
|
|
@@ -62,7 +62,7 @@ body {
|
|
|
62
62
|
color: #505a5f;
|
|
63
63
|
display: flex;
|
|
64
64
|
margin-bottom: 10px;
|
|
65
|
-
flex-wrap: wrap
|
|
65
|
+
flex-wrap: wrap;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.bread-crumb--item {
|
|
@@ -124,7 +124,8 @@ body {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.input-otp-wrap,
|
|
127
|
-
.card-text-button {
|
|
127
|
+
.card-text-button {
|
|
128
|
+
}
|
|
128
129
|
}
|
|
129
130
|
}
|
|
130
131
|
}
|
|
@@ -157,4 +158,4 @@ body {
|
|
|
157
158
|
margin-right: -27%;
|
|
158
159
|
max-height: 120px;
|
|
159
160
|
margin-top: 90px;
|
|
160
|
-
}
|
|
161
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
.navbar {
|
|
2
|
-
@apply text-white bg-secondary
|
|
2
|
+
@apply text-white bg-secondary w-full;
|
|
3
3
|
position: fixed;
|
|
4
4
|
z-index: 9999;
|
|
5
|
+
padding: 10px;
|
|
5
6
|
|
|
6
7
|
img {
|
|
7
8
|
display: inline-block;
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
margin-top: 16px;
|
|
111
112
|
}
|
|
112
113
|
|
|
113
|
-
.icon
|
|
114
|
+
.icon + .menu-label {
|
|
114
115
|
margin-left: 36px;
|
|
115
116
|
text-overflow: ellipsis;
|
|
116
117
|
white-space: nowrap;
|
|
@@ -236,7 +237,7 @@
|
|
|
236
237
|
margin-top: 16px;
|
|
237
238
|
}
|
|
238
239
|
|
|
239
|
-
.icon
|
|
240
|
+
.icon + .menu-label {
|
|
240
241
|
margin-left: 36px;
|
|
241
242
|
overflow: hidden;
|
|
242
243
|
text-overflow: ellipsis;
|
|
@@ -345,4 +346,4 @@
|
|
|
345
346
|
img {
|
|
346
347
|
@apply mr-sm;
|
|
347
348
|
}
|
|
348
|
-
}
|
|
349
|
+
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.user-img-txt {
|
|
41
|
-
background: #
|
|
41
|
+
background: #d1b03f;
|
|
42
42
|
padding: 10px 15px;
|
|
43
43
|
border-radius: 50%;
|
|
44
44
|
color: white;
|
|
@@ -145,4 +145,4 @@ video::-webkit-media-controls-panel {
|
|
|
145
145
|
top: 55%;
|
|
146
146
|
position: absolute;
|
|
147
147
|
width: 100%;
|
|
148
|
-
}
|
|
148
|
+
}
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
|
|
617
617
|
.employee .customEmployeeCard:nth-child(odd) {
|
|
618
618
|
.employeeCustomCard {
|
|
619
|
-
background-image: url("https://
|
|
619
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg");
|
|
620
620
|
background-size: cover;
|
|
621
621
|
}
|
|
622
622
|
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
|
|
634
634
|
.employee .customEmployeeCard:nth-child(even) {
|
|
635
635
|
.employeeCustomCard {
|
|
636
|
-
background-image: url("https://
|
|
636
|
+
background-image: url("https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back2.jpg");
|
|
637
637
|
background-size: cover;
|
|
638
638
|
}
|
|
639
639
|
}
|
|
@@ -44,8 +44,7 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
&.state {
|
|
47
|
-
height:
|
|
48
|
-
max-height: 20px;
|
|
47
|
+
max-height: 60px;
|
|
49
48
|
width: auto;
|
|
50
49
|
}
|
|
51
50
|
}
|
|
@@ -125,7 +124,6 @@
|
|
|
125
124
|
height: 100%;
|
|
126
125
|
width: 100%;
|
|
127
126
|
font-weight: 700;
|
|
128
|
-
|
|
129
127
|
}
|
|
130
128
|
|
|
131
129
|
.login-banner-wrapper {
|
|
@@ -219,7 +217,6 @@
|
|
|
219
217
|
background-blend-mode: lighten;
|
|
220
218
|
background-size: cover;
|
|
221
219
|
|
|
222
|
-
|
|
223
220
|
.actions {
|
|
224
221
|
cursor: pointer;
|
|
225
222
|
display: flex;
|
|
@@ -301,12 +298,8 @@
|
|
|
301
298
|
path {
|
|
302
299
|
fill: #d1b03f !important;
|
|
303
300
|
}
|
|
304
|
-
|
|
305
|
-
|
|
306
301
|
}
|
|
307
302
|
|
|
308
|
-
|
|
309
|
-
|
|
310
303
|
input {
|
|
311
304
|
color: #d1b03f;
|
|
312
305
|
}
|
|
@@ -472,7 +465,7 @@
|
|
|
472
465
|
cursor: pointer;
|
|
473
466
|
|
|
474
467
|
:hover {
|
|
475
|
-
color: #0066ff
|
|
468
|
+
color: #0066ff;
|
|
476
469
|
}
|
|
477
470
|
}
|
|
478
471
|
|
|
@@ -503,7 +496,6 @@
|
|
|
503
496
|
}
|
|
504
497
|
}
|
|
505
498
|
|
|
506
|
-
|
|
507
499
|
.fullWidth {
|
|
508
500
|
width: 100%;
|
|
509
501
|
}
|
|
@@ -530,7 +522,6 @@
|
|
|
530
522
|
row-gap: 2px;
|
|
531
523
|
margin-left: -12px;
|
|
532
524
|
}
|
|
533
|
-
|
|
534
525
|
}
|
|
535
526
|
|
|
536
527
|
.m-auto {
|
|
@@ -600,12 +591,12 @@
|
|
|
600
591
|
display: flex !important;
|
|
601
592
|
}
|
|
602
593
|
|
|
603
|
-
.center-container {
|
|
594
|
+
.center-container {
|
|
595
|
+
}
|
|
604
596
|
}
|
|
605
|
-
|
|
606
597
|
}
|
|
607
598
|
|
|
608
|
-
@media only screen and (max-width:950px) {
|
|
599
|
+
@media only screen and (max-width: 950px) {
|
|
609
600
|
#main-img {
|
|
610
601
|
content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
|
|
611
602
|
}
|
|
@@ -616,7 +607,7 @@
|
|
|
616
607
|
width: 75%;
|
|
617
608
|
height: 115%;
|
|
618
609
|
margin: 12%;
|
|
619
|
-
margin-top: 25
|
|
610
|
+
margin-top: 25%;
|
|
620
611
|
}
|
|
621
612
|
|
|
622
613
|
.loginConference {
|
|
@@ -630,7 +621,6 @@
|
|
|
630
621
|
|
|
631
622
|
.employee .login-banner-wrapper {
|
|
632
623
|
padding-top: 0vh;
|
|
633
|
-
|
|
634
624
|
}
|
|
635
625
|
|
|
636
626
|
.psuedo-banner {
|
|
@@ -642,19 +632,18 @@
|
|
|
642
632
|
}
|
|
643
633
|
}
|
|
644
634
|
|
|
645
|
-
@media screen and (min-width:768) {
|
|
646
|
-
|
|
635
|
+
@media screen and (min-width: 768) {
|
|
647
636
|
#login-conference-table {
|
|
648
637
|
position: absolute;
|
|
649
638
|
z-index: 1;
|
|
650
639
|
width: 40%;
|
|
651
640
|
height: 30%;
|
|
652
641
|
margin: 12%;
|
|
653
|
-
margin-top: 25
|
|
642
|
+
margin-top: 25%;
|
|
654
643
|
}
|
|
655
644
|
}
|
|
656
645
|
|
|
657
|
-
@media only screen and (max-width:500px) {
|
|
646
|
+
@media only screen and (max-width: 500px) {
|
|
658
647
|
#main-img {
|
|
659
648
|
content: url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
|
|
660
649
|
}
|
|
@@ -665,7 +654,7 @@
|
|
|
665
654
|
width: 75%;
|
|
666
655
|
height: 80%;
|
|
667
656
|
margin: 12%;
|
|
668
|
-
margin-top: 25
|
|
657
|
+
margin-top: 25%;
|
|
669
658
|
}
|
|
670
659
|
|
|
671
660
|
.loginConference {
|
|
@@ -686,7 +675,7 @@
|
|
|
686
675
|
}
|
|
687
676
|
}
|
|
688
677
|
|
|
689
|
-
@media only screen and (min-width:300px) {
|
|
678
|
+
@media only screen and (min-width: 300px) {
|
|
690
679
|
.employee .card-home {
|
|
691
680
|
height: 220px;
|
|
692
681
|
box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
|
|
@@ -694,8 +683,6 @@
|
|
|
694
683
|
}
|
|
695
684
|
}
|
|
696
685
|
|
|
697
|
-
|
|
698
|
-
|
|
699
686
|
.actions.search-icon-wrapper svg:hover {
|
|
700
687
|
fill: #fff !important;
|
|
701
|
-
}
|
|
688
|
+
}
|