@tattvafoundation/upyog-css 1.0.19 → 1.0.20
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 +220 -55
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +2 -2
- package/src/components/CitizenHomeCard.scss +2 -6
- package/src/components/bmc.scss +231 -12
- package/src/components/body.scss +3 -4
- package/src/components/card.scss +4 -2
- package/src/components/navbar.scss +1 -1
- package/src/index.scss +4 -0
- package/src/pages/citizen/HomePageWrapper.scss +5 -9
- package/src/pages/employee/index.scss +4 -4
- package/src/pages/employee/login.scss +5 -1
package/dist/index.css
CHANGED
|
@@ -137,7 +137,7 @@ ol, ul {
|
|
|
137
137
|
list-style: none; }
|
|
138
138
|
|
|
139
139
|
html {
|
|
140
|
-
font-family:
|
|
140
|
+
font-family: Noto Sans,serif;
|
|
141
141
|
line-height: 1.5; }
|
|
142
142
|
|
|
143
143
|
*, :after, :before {
|
|
@@ -875,8 +875,10 @@ body {
|
|
|
875
875
|
|
|
876
876
|
.navbar {
|
|
877
877
|
margin-bottom: 16px;
|
|
878
|
-
background: #
|
|
879
|
-
color: #000 !important;
|
|
878
|
+
background: #faefcf !important;
|
|
879
|
+
color: #000 !important;
|
|
880
|
+
-webkit-box-shadow: 0 0 7px 0 rgba(192, 192, 192, 0.72157);
|
|
881
|
+
box-shadow: 0 0 7px 0 rgba(192, 192, 192, 0.72157); }
|
|
880
882
|
.navbar img {
|
|
881
883
|
height: 24px; }
|
|
882
884
|
.navbar h3 {
|
|
@@ -918,7 +920,7 @@ body {
|
|
|
918
920
|
border-bottom: 1px;
|
|
919
921
|
border-color: rgba(11, 12, 12, var(--border-opacity));
|
|
920
922
|
border-style: solid;
|
|
921
|
-
font-family:
|
|
923
|
+
font-family: Noto Sans,serif;
|
|
922
924
|
color: #0b0c0c;
|
|
923
925
|
color: rgba(11, 12, 12, var(--text-opacity));
|
|
924
926
|
margin-left: 8px;
|
|
@@ -963,7 +965,7 @@ body {
|
|
|
963
965
|
border-bottom: 1px;
|
|
964
966
|
border-color: rgba(11, 12, 12, var(--border-opacity));
|
|
965
967
|
border-style: solid;
|
|
966
|
-
font-family:
|
|
968
|
+
font-family: Noto Sans,serif;
|
|
967
969
|
--text-opacity:1;
|
|
968
970
|
color: #0b0c0c;
|
|
969
971
|
color: rgba(11, 12, 12, var(--text-opacity));
|
|
@@ -989,8 +991,6 @@ body {
|
|
|
989
991
|
max-width: 540px; }
|
|
990
992
|
.app-container form .card button, .app-container form .card-emp button {
|
|
991
993
|
max-width: 240px; }
|
|
992
|
-
.app-container form .card .card-text-button, .app-container form .card-emp .card-text-button, .app-container form .card .input-otp-wrap, .app-container form .card-emp .input-otp-wrap {
|
|
993
|
-
text-align: left; }
|
|
994
994
|
.h1 {
|
|
995
995
|
font-size: 36px;
|
|
996
996
|
line-height: 40px; }
|
|
@@ -1062,7 +1062,7 @@ body {
|
|
|
1062
1062
|
background-color: initial; }
|
|
1063
1063
|
.profile-section img {
|
|
1064
1064
|
width: 89px;
|
|
1065
|
-
height:
|
|
1065
|
+
height: auto;
|
|
1066
1066
|
margin: 0 auto 16px; }
|
|
1067
1067
|
.profile-section .label-container .label-text {
|
|
1068
1068
|
color: #767676; }
|
|
@@ -1308,7 +1308,7 @@ body {
|
|
|
1308
1308
|
.card .card-header, .card-emp .card-header {
|
|
1309
1309
|
font-size: 32px;
|
|
1310
1310
|
line-height: 40px;
|
|
1311
|
-
font-family:
|
|
1311
|
+
font-family: Noto Sans,serif;
|
|
1312
1312
|
margin-bottom: 16px; }
|
|
1313
1313
|
.card .card-header, .card-emp .card-header, .card .card-sub-header, .card-emp .card-sub-header {
|
|
1314
1314
|
--text-opacity:1;
|
|
@@ -1408,7 +1408,7 @@ body {
|
|
|
1408
1408
|
.employeeCard .card-header {
|
|
1409
1409
|
font-size: 32px;
|
|
1410
1410
|
line-height: 40px;
|
|
1411
|
-
font-family:
|
|
1411
|
+
font-family: Noto Sans,serif;
|
|
1412
1412
|
margin-bottom: 16px; }
|
|
1413
1413
|
.employeeCard .card-header, .employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
|
|
1414
1414
|
--text-opacity:1;
|
|
@@ -1523,7 +1523,7 @@ body {
|
|
|
1523
1523
|
-webkit-box-shadow: inset 0 -2px 0 #0b0c0c;
|
|
1524
1524
|
box-shadow: inset 0 -2px 0 #0b0c0c; }
|
|
1525
1525
|
.submit-bar header {
|
|
1526
|
-
font-family:
|
|
1526
|
+
font-family: Noto Sans,serif;
|
|
1527
1527
|
font-weight: 500;
|
|
1528
1528
|
font-size: 19px;
|
|
1529
1529
|
line-height: 23px;
|
|
@@ -1548,7 +1548,7 @@ body {
|
|
|
1548
1548
|
opacity: .5;
|
|
1549
1549
|
background-color: #882636 !important; }
|
|
1550
1550
|
.submit-bar-disabled header {
|
|
1551
|
-
font-family:
|
|
1551
|
+
font-family: Noto Sans,serif;
|
|
1552
1552
|
font-weight: 500;
|
|
1553
1553
|
font-size: 19px;
|
|
1554
1554
|
line-height: 23px;
|
|
@@ -1572,8 +1572,9 @@ body {
|
|
|
1572
1572
|
-ms-flex-direction: column;
|
|
1573
1573
|
flex-direction: column; }
|
|
1574
1574
|
.card .card-header, .card-emp .card-header {
|
|
1575
|
-
font-size:
|
|
1576
|
-
line-height: 56px;
|
|
1575
|
+
font-size: 30px;
|
|
1576
|
+
line-height: 56px;
|
|
1577
|
+
color: #c6a32b; }
|
|
1577
1578
|
.card .card-sub-header, .card-emp .card-sub-header {
|
|
1578
1579
|
font-size: 36px;
|
|
1579
1580
|
line-height: 40px; }
|
|
@@ -1785,7 +1786,7 @@ body {
|
|
|
1785
1786
|
outline: 2px solid transparent;
|
|
1786
1787
|
outline-offset: 2px; }
|
|
1787
1788
|
.selector-button-primary h2 {
|
|
1788
|
-
font-family:
|
|
1789
|
+
font-family: Noto Sans,serif;
|
|
1789
1790
|
font-weight: 500;
|
|
1790
1791
|
font-size: 19px;
|
|
1791
1792
|
line-height: 23px;
|
|
@@ -1812,7 +1813,7 @@ body {
|
|
|
1812
1813
|
outline: 2px solid transparent;
|
|
1813
1814
|
outline-offset: 2px; }
|
|
1814
1815
|
.selector-button-border h2 {
|
|
1815
|
-
font-family:
|
|
1816
|
+
font-family: Noto Sans,serif;
|
|
1816
1817
|
font-weight: 500;
|
|
1817
1818
|
font-size: 19px;
|
|
1818
1819
|
line-height: 23px;
|
|
@@ -1839,7 +1840,7 @@ body {
|
|
|
1839
1840
|
outline: 2px solid transparent;
|
|
1840
1841
|
outline-offset: 2px; }
|
|
1841
1842
|
.input-mirror-selector-button h2 {
|
|
1842
|
-
font-family:
|
|
1843
|
+
font-family: Noto Sans,serif;
|
|
1843
1844
|
font-weight: 500;
|
|
1844
1845
|
font-size: 19px;
|
|
1845
1846
|
line-height: 23px;
|
|
@@ -1864,7 +1865,7 @@ body {
|
|
|
1864
1865
|
outline: 2px solid transparent;
|
|
1865
1866
|
outline-offset: 2px; }
|
|
1866
1867
|
.selector-button-primary-disabled h2 {
|
|
1867
|
-
font-family:
|
|
1868
|
+
font-family: Noto Sans,serif;
|
|
1868
1869
|
font-weight: 500;
|
|
1869
1870
|
font-size: 19px;
|
|
1870
1871
|
line-height: 23px;
|
|
@@ -2376,7 +2377,7 @@ body {
|
|
|
2376
2377
|
.emp-success-wrap header, .success-wrap header {
|
|
2377
2378
|
display: block;
|
|
2378
2379
|
margin-bottom: 8px;
|
|
2379
|
-
font-family:
|
|
2380
|
+
font-family: Noto Sans,serif;
|
|
2380
2381
|
font-weight: 700;
|
|
2381
2382
|
font-size: 32px;
|
|
2382
2383
|
line-height: 40px; }
|
|
@@ -2424,7 +2425,7 @@ body {
|
|
|
2424
2425
|
.emp-error-wrap header, .error-wrap header {
|
|
2425
2426
|
display: block;
|
|
2426
2427
|
margin-bottom: 8px;
|
|
2427
|
-
font-family:
|
|
2428
|
+
font-family: Noto Sans,serif;
|
|
2428
2429
|
font-weight: 700;
|
|
2429
2430
|
font-size: 32px;
|
|
2430
2431
|
line-height: 40px; }
|
|
@@ -4614,8 +4615,6 @@ video::-webkit-media-controls-panel {
|
|
|
4614
4615
|
--bg-opacity:1;
|
|
4615
4616
|
background-color: #fff;
|
|
4616
4617
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
4617
|
-
margin-left: 16px;
|
|
4618
|
-
margin-right: 16px;
|
|
4619
4618
|
padding: 16px;
|
|
4620
4619
|
margin-bottom: 24px; }
|
|
4621
4620
|
.CitizenHomeCard .header {
|
|
@@ -4645,11 +4644,8 @@ video::-webkit-media-controls-panel {
|
|
|
4645
4644
|
.CitizenHomeCard .links a {
|
|
4646
4645
|
display: inline-block;
|
|
4647
4646
|
margin-bottom: 10px;
|
|
4648
|
-
padding: 5px 8px !important;
|
|
4649
4647
|
background: #fdf5e2;
|
|
4650
|
-
|
|
4651
|
-
line-height: 17px;
|
|
4652
|
-
border: 1px solid #d2b03a; }
|
|
4648
|
+
line-height: 17px; }
|
|
4653
4649
|
|
|
4654
4650
|
@media (min-width: 780px) {
|
|
4655
4651
|
.citizenAllServiceGrid {
|
|
@@ -4665,14 +4661,9 @@ video::-webkit-media-controls-panel {
|
|
|
4665
4661
|
gap: 1px; }
|
|
4666
4662
|
.CitizenHomeCard {
|
|
4667
4663
|
padding: 16px !important;
|
|
4668
|
-
margin-right: 16px !important;
|
|
4669
4664
|
display: block !important;
|
|
4670
4665
|
-webkit-box-shadow: rgba(50, 50, 93, 0.18) 0 50px 100px -20px, rgba(0, 0, 0, 0.16) 0 30px 60px -30px, rgba(10, 37, 64, 0.17) 0 -2px 6px 0 inset;
|
|
4671
|
-
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.18), 0 30px 60px -30px rgba(0, 0, 0, 0.16), inset 0 -2px 6px 0 rgba(10, 37, 64, 0.17);
|
|
4672
|
-
display: inline-block;
|
|
4673
|
-
margin-right: 24px;
|
|
4674
|
-
padding: 24px;
|
|
4675
|
-
vertical-align: top; }
|
|
4666
|
+
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.18), 0 30px 60px -30px rgba(0, 0, 0, 0.16), inset 0 -2px 6px 0 rgba(10, 37, 64, 0.17); }
|
|
4676
4667
|
.CitizenHomeCard .header {
|
|
4677
4668
|
padding-bottom: 24px;
|
|
4678
4669
|
font-size: 36px;
|
|
@@ -5035,7 +5026,7 @@ video::-webkit-media-controls-panel {
|
|
|
5035
5026
|
|
|
5036
5027
|
@media (min-width: 780px) {
|
|
5037
5028
|
.CardBasedOptions {
|
|
5038
|
-
width:
|
|
5029
|
+
width: calc(50% - 16px);
|
|
5039
5030
|
padding: 0 !important;
|
|
5040
5031
|
height: 250px !important; } }
|
|
5041
5032
|
|
|
@@ -5762,9 +5753,12 @@ video::-webkit-media-controls-panel {
|
|
|
5762
5753
|
.employeeChangePassword .submit-bar {
|
|
5763
5754
|
width: 100% !important; }
|
|
5764
5755
|
|
|
5765
|
-
.employeeChangePassword .card-text
|
|
5756
|
+
.employeeChangePassword .card-text {
|
|
5766
5757
|
text-align: center; }
|
|
5767
5758
|
|
|
5759
|
+
.employeeChangePassword .input-otp-wrap {
|
|
5760
|
+
text-align: center !important; }
|
|
5761
|
+
|
|
5768
5762
|
.submit-bar .submit-bar {
|
|
5769
5763
|
width: 100%; }
|
|
5770
5764
|
|
|
@@ -5915,6 +5909,9 @@ video::-webkit-media-controls-panel {
|
|
|
5915
5909
|
.employeeForgotPassword {
|
|
5916
5910
|
z-index: 2; }
|
|
5917
5911
|
|
|
5912
|
+
.bmc-otp {
|
|
5913
|
+
text-align: center !important; }
|
|
5914
|
+
|
|
5918
5915
|
.employee .breadcrumb {
|
|
5919
5916
|
margin-left: 8px;
|
|
5920
5917
|
margin-bottom: 24px; }
|
|
@@ -6082,8 +6079,8 @@ video::-webkit-media-controls-panel {
|
|
|
6082
6079
|
font-size: 1.5rem; }
|
|
6083
6080
|
|
|
6084
6081
|
.citizen .main {
|
|
6085
|
-
padding-top:
|
|
6086
|
-
min-height: calc(100vh -
|
|
6082
|
+
padding-top: 60px;
|
|
6083
|
+
min-height: calc(100vh - 45px);
|
|
6087
6084
|
display: -webkit-box !important;
|
|
6088
6085
|
display: -ms-flexbox !important;
|
|
6089
6086
|
display: flex !important; }
|
|
@@ -6404,8 +6401,8 @@ video::-webkit-media-controls-panel {
|
|
|
6404
6401
|
content: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png); }
|
|
6405
6402
|
.citizen .main {
|
|
6406
6403
|
width: 100%;
|
|
6407
|
-
padding-top:
|
|
6408
|
-
min-height: calc(100vh -
|
|
6404
|
+
padding-top: 60px;
|
|
6405
|
+
min-height: calc(100vh - 45px);
|
|
6409
6406
|
margin-bottom: 18px !important;
|
|
6410
6407
|
display: -webkit-box !important;
|
|
6411
6408
|
display: -ms-flexbox !important;
|
|
@@ -7819,7 +7816,7 @@ body {
|
|
|
7819
7816
|
.HomePageWrapper {
|
|
7820
7817
|
margin-top: -11px; }
|
|
7821
7818
|
.HomePageWrapper .BannerWithSearch {
|
|
7822
|
-
margin-bottom:
|
|
7819
|
+
margin-bottom: 0;
|
|
7823
7820
|
width: 100%;
|
|
7824
7821
|
position: relative; }
|
|
7825
7822
|
.HomePageWrapper .BannerWithSearch .Search {
|
|
@@ -7829,16 +7826,14 @@ body {
|
|
|
7829
7826
|
margin-right: 16px;
|
|
7830
7827
|
position: absolute; }
|
|
7831
7828
|
.HomePageWrapper .BannerWithSearch img {
|
|
7832
|
-
width: 100%;
|
|
7833
|
-
-o-object-fit: cover;
|
|
7834
|
-
object-fit: cover; }
|
|
7829
|
+
width: 100%; }
|
|
7835
7830
|
.HomePageWrapper .ServicesSection {
|
|
7836
7831
|
display: -webkit-box;
|
|
7837
7832
|
display: -ms-flexbox;
|
|
7838
7833
|
display: flex;
|
|
7839
7834
|
-ms-flex-wrap: wrap;
|
|
7840
7835
|
flex-wrap: wrap;
|
|
7841
|
-
padding:
|
|
7836
|
+
padding: 24px 15px 0;
|
|
7842
7837
|
width: 100% !important;
|
|
7843
7838
|
float: left !important; }
|
|
7844
7839
|
@media (min-width: 780px) {
|
|
@@ -7848,7 +7843,7 @@ body {
|
|
|
7848
7843
|
display: flex;
|
|
7849
7844
|
-ms-flex-wrap: wrap;
|
|
7850
7845
|
flex-wrap: wrap;
|
|
7851
|
-
padding:
|
|
7846
|
+
padding: 24px 15px 0;
|
|
7852
7847
|
width: 100%; } }
|
|
7853
7848
|
.HomePageWrapper .WhatsNewSection {
|
|
7854
7849
|
margin: 8px;
|
|
@@ -7948,16 +7943,12 @@ body {
|
|
|
7948
7943
|
.HomePageWrapper {
|
|
7949
7944
|
width: 100%; }
|
|
7950
7945
|
.HomePageWrapper .BannerWithSearch {
|
|
7951
|
-
margin-bottom:
|
|
7946
|
+
margin-bottom: 0;
|
|
7952
7947
|
width: 100% !important; }
|
|
7953
7948
|
.HomePageWrapper .BannerWithSearch .Search {
|
|
7954
7949
|
width: 100%;
|
|
7955
7950
|
margin: 0;
|
|
7956
7951
|
padding: 0 15px; }
|
|
7957
|
-
.HomePageWrapper .BannerWithSearch img {
|
|
7958
|
-
height: 20vw; }
|
|
7959
|
-
.HomePageWrapper .WhatsAppBanner img {
|
|
7960
|
-
height: 20vw; }
|
|
7961
7952
|
.moduleLinkHomePage img {
|
|
7962
7953
|
min-width: 100vw;
|
|
7963
7954
|
height: 20vw; }
|
|
@@ -8984,6 +8975,34 @@ body {
|
|
|
8984
8975
|
.CardBasedOptions {
|
|
8985
8976
|
margin-bottom: 24px; }
|
|
8986
8977
|
|
|
8978
|
+
.mobile-CardWrapper {
|
|
8979
|
+
display: -webkit-box;
|
|
8980
|
+
display: -ms-flexbox;
|
|
8981
|
+
display: flex;
|
|
8982
|
+
-webkit-box-pack: center;
|
|
8983
|
+
-ms-flex-pack: center;
|
|
8984
|
+
justify-content: center;
|
|
8985
|
+
-webkit-box-align: center;
|
|
8986
|
+
-ms-flex-align: center;
|
|
8987
|
+
align-items: center;
|
|
8988
|
+
height: 100%; }
|
|
8989
|
+
|
|
8990
|
+
.mobile-CardWrapper .card, .mobile-CardWrapper .card-emp {
|
|
8991
|
+
width: 510px; }
|
|
8992
|
+
|
|
8993
|
+
.CardBasedOptions, .CitizenHomeCard {
|
|
8994
|
+
-webkit-transition: all .5s linear;
|
|
8995
|
+
transition: all .5s linear; }
|
|
8996
|
+
|
|
8997
|
+
.CardBasedOptions:hover, .CitizenHomeCard:hover {
|
|
8998
|
+
-webkit-box-shadow: 0 10px 9px rgba(202, 169, 61, 0.98);
|
|
8999
|
+
box-shadow: 0 10px 9px rgba(202, 169, 61, 0.98);
|
|
9000
|
+
cursor: pointer; }
|
|
9001
|
+
|
|
9002
|
+
.ChildOptionName a {
|
|
9003
|
+
font-size: 14px;
|
|
9004
|
+
color: #b08904; }
|
|
9005
|
+
|
|
8987
9006
|
@media screen and (max-width: 768px) {
|
|
8988
9007
|
.line {
|
|
8989
9008
|
top: 10px;
|
|
@@ -9031,6 +9050,11 @@ body {
|
|
|
9031
9050
|
background-size: cover;
|
|
9032
9051
|
background-repeat: round; }
|
|
9033
9052
|
|
|
9053
|
+
.citizen-home-container-forLoginBack {
|
|
9054
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/CitizenBG.png);
|
|
9055
|
+
background-size: cover;
|
|
9056
|
+
margin: 0 !important; }
|
|
9057
|
+
|
|
9034
9058
|
.logo-ic {
|
|
9035
9059
|
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png);
|
|
9036
9060
|
height: 80px;
|
|
@@ -9044,10 +9068,16 @@ body {
|
|
|
9044
9068
|
.employee-banner-image {
|
|
9045
9069
|
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png);
|
|
9046
9070
|
height: 100vh;
|
|
9047
|
-
width: 100%;
|
|
9048
|
-
background-size: cover !important;
|
|
9049
9071
|
position: absolute; }
|
|
9050
9072
|
|
|
9073
|
+
.employee-banner-image, .scheme-back {
|
|
9074
|
+
width: 100%;
|
|
9075
|
+
background-size: cover !important; }
|
|
9076
|
+
|
|
9077
|
+
.scheme-back {
|
|
9078
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/scheme-banner.png);
|
|
9079
|
+
height: 400px; }
|
|
9080
|
+
|
|
9051
9081
|
.aadhaar-container {
|
|
9052
9082
|
text-align: center; }
|
|
9053
9083
|
|
|
@@ -9067,7 +9097,7 @@ body {
|
|
|
9067
9097
|
|
|
9068
9098
|
.bmc-card-button, .bmc-card-button-cancel {
|
|
9069
9099
|
width: 147px;
|
|
9070
|
-
height:
|
|
9100
|
+
height: 36px;
|
|
9071
9101
|
outline: none;
|
|
9072
9102
|
color: #fff; }
|
|
9073
9103
|
|
|
@@ -9080,6 +9110,16 @@ body {
|
|
|
9080
9110
|
.bmc-card-master-button {
|
|
9081
9111
|
background-color: #d1b03f; }
|
|
9082
9112
|
|
|
9113
|
+
.bmc-card-button, .bmc-card-master-button {
|
|
9114
|
+
-webkit-transition: all 1s linear;
|
|
9115
|
+
transition: all 1s linear; }
|
|
9116
|
+
|
|
9117
|
+
.bmc-card-button:hover, .bmc-card-master-button:hover {
|
|
9118
|
+
background: #3255a7 !important;
|
|
9119
|
+
border-radius: 50px;
|
|
9120
|
+
-webkit-box-shadow: 0 5px 10px 0 #2f3237;
|
|
9121
|
+
box-shadow: 0 5px 10px 0 #2f3237; }
|
|
9122
|
+
|
|
9083
9123
|
.bmc-radio-wrap {
|
|
9084
9124
|
margin-bottom: 24px;
|
|
9085
9125
|
line-height: 2.5rem; }
|
|
@@ -9292,7 +9332,7 @@ body {
|
|
|
9292
9332
|
.bmc-card-button-cancel {
|
|
9293
9333
|
background-color: #b1b4b6;
|
|
9294
9334
|
width: 147px;
|
|
9295
|
-
height:
|
|
9335
|
+
height: 36px;
|
|
9296
9336
|
color: "black";
|
|
9297
9337
|
outline: "none"; }
|
|
9298
9338
|
|
|
@@ -9368,7 +9408,7 @@ body {
|
|
|
9368
9408
|
.bmc-card-button {
|
|
9369
9409
|
background-color: #d1b03f;
|
|
9370
9410
|
width: 147px;
|
|
9371
|
-
height:
|
|
9411
|
+
height: 36px;
|
|
9372
9412
|
color: #fff;
|
|
9373
9413
|
outline: none; }
|
|
9374
9414
|
|
|
@@ -9378,7 +9418,7 @@ body {
|
|
|
9378
9418
|
.bmc-card-master-button {
|
|
9379
9419
|
background-color: #5aae06;
|
|
9380
9420
|
width: 174px;
|
|
9381
|
-
height:
|
|
9421
|
+
height: 36px;
|
|
9382
9422
|
color: #fff;
|
|
9383
9423
|
outline: none; }
|
|
9384
9424
|
|
|
@@ -9956,6 +9996,128 @@ body {
|
|
|
9956
9996
|
.WhatsAppBanner img {
|
|
9957
9997
|
content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
|
|
9958
9998
|
|
|
9999
|
+
.bmc-links {
|
|
10000
|
+
display: block; }
|
|
10001
|
+
|
|
10002
|
+
.CitizenHomeCard .bmc-links a {
|
|
10003
|
+
padding: 8px 0 !important; }
|
|
10004
|
+
|
|
10005
|
+
.bmc-main-heading {
|
|
10006
|
+
font-size: 23px;
|
|
10007
|
+
font-weight: 700;
|
|
10008
|
+
margin-left: 10px;
|
|
10009
|
+
color: #c9a33e;
|
|
10010
|
+
margin-bottom: 5px; }
|
|
10011
|
+
|
|
10012
|
+
.bmc-links .linksWrapper a {
|
|
10013
|
+
-webkit-transition: all .5s linear;
|
|
10014
|
+
transition: all .5s linear; }
|
|
10015
|
+
|
|
10016
|
+
.bmc-links .linksWrapper a:hover {
|
|
10017
|
+
background: #3255a7;
|
|
10018
|
+
color: #fff;
|
|
10019
|
+
font-size: 18px;
|
|
10020
|
+
-webkit-box-shadow: 0 0 4px 4px #4f83be;
|
|
10021
|
+
box-shadow: 0 0 4px 4px #4f83be; }
|
|
10022
|
+
|
|
10023
|
+
.mobile-CardWrapper .card, .mobile-CardWrapper .card-emp {
|
|
10024
|
+
margin-top: -50px; }
|
|
10025
|
+
|
|
10026
|
+
.mobile-CardWrapper .card header, .mobile-CardWrapper .card-emp header, .mobile-CardWrapper .card p, .mobile-CardWrapper .card-emp p {
|
|
10027
|
+
text-align: center; }
|
|
10028
|
+
|
|
10029
|
+
.mobile-CardWrapper .card button, .mobile-CardWrapper .card-emp button {
|
|
10030
|
+
margin: auto; }
|
|
10031
|
+
|
|
10032
|
+
.mobile-CardWrapper .card p, .mobile-CardWrapper .card-emp p {
|
|
10033
|
+
font-size: 16px;
|
|
10034
|
+
font-weight: 100; }
|
|
10035
|
+
|
|
10036
|
+
.SideBarStatic {
|
|
10037
|
+
overflow: hidden; }
|
|
10038
|
+
|
|
10039
|
+
.drawer-desktop, .SideBarStatic {
|
|
10040
|
+
width: 60px;
|
|
10041
|
+
-webkit-transition: all .5s linear;
|
|
10042
|
+
transition: all .5s linear;
|
|
10043
|
+
height: 100%; }
|
|
10044
|
+
|
|
10045
|
+
.drawer-desktop:hover {
|
|
10046
|
+
width: 150px; }
|
|
10047
|
+
|
|
10048
|
+
.drawer-desktop:hover .profile-section {
|
|
10049
|
+
display: block; }
|
|
10050
|
+
|
|
10051
|
+
.drawer-desktop .profile-section .name-Profile {
|
|
10052
|
+
display: none; }
|
|
10053
|
+
|
|
10054
|
+
.drawer-desktop:hover .profile-section .name-Profile {
|
|
10055
|
+
display: block; }
|
|
10056
|
+
|
|
10057
|
+
.drawer-desktop .profile-section .loc-Profile {
|
|
10058
|
+
display: none; }
|
|
10059
|
+
|
|
10060
|
+
.drawer-desktop:hover .profile-section .loc-Profile {
|
|
10061
|
+
display: block; }
|
|
10062
|
+
|
|
10063
|
+
.drawer-desktop .profile-section .label-text {
|
|
10064
|
+
text-align: center; }
|
|
10065
|
+
|
|
10066
|
+
.SideBarStatic:hover, .SideBarStatic:hover .drawer-desktop {
|
|
10067
|
+
width: 150px; }
|
|
10068
|
+
|
|
10069
|
+
.card p.message-text, .card-emp p.message-text {
|
|
10070
|
+
font-size: 14px;
|
|
10071
|
+
font-weight: 100; }
|
|
10072
|
+
|
|
10073
|
+
.scheme-back h3 {
|
|
10074
|
+
font-size: 45px;
|
|
10075
|
+
font-weight: 700;
|
|
10076
|
+
color: #fff;
|
|
10077
|
+
background: rgba(176, 137, 4, 0.7098);
|
|
10078
|
+
padding: 10px 20px; }
|
|
10079
|
+
|
|
10080
|
+
.scheme-back {
|
|
10081
|
+
display: -webkit-box;
|
|
10082
|
+
display: -ms-flexbox;
|
|
10083
|
+
display: flex;
|
|
10084
|
+
-webkit-box-align: center;
|
|
10085
|
+
-ms-flex-align: center;
|
|
10086
|
+
align-items: center;
|
|
10087
|
+
-webkit-box-pack: center;
|
|
10088
|
+
-ms-flex-pack: center;
|
|
10089
|
+
justify-content: center; }
|
|
10090
|
+
|
|
10091
|
+
.ChildOptionName a {
|
|
10092
|
+
-webkit-transition: all .5s linear;
|
|
10093
|
+
transition: all .5s linear; }
|
|
10094
|
+
|
|
10095
|
+
.ChildOptionName a:hover {
|
|
10096
|
+
font-size: 18px; }
|
|
10097
|
+
|
|
10098
|
+
.bmc-mobile-card .card, .bmc-mobile-card .card-emp {
|
|
10099
|
+
background-color: rgba(255, 255, 255, 0.76) !important;
|
|
10100
|
+
padding-top: 40px;
|
|
10101
|
+
padding-bottom: 45px; }
|
|
10102
|
+
|
|
10103
|
+
button.submit-bar {
|
|
10104
|
+
-webkit-transition: all 1s linear;
|
|
10105
|
+
transition: all 1s linear; }
|
|
10106
|
+
|
|
10107
|
+
button.submit-bar:hover {
|
|
10108
|
+
background: #3255a7 !important;
|
|
10109
|
+
border-radius: 50px;
|
|
10110
|
+
-webkit-box-shadow: 0 5px 10px 0 #2f3237;
|
|
10111
|
+
box-shadow: 0 5px 10px 0 #2f3237; }
|
|
10112
|
+
|
|
10113
|
+
.checkbox-wrap .custom-checkbox, .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .custom-checkbox-emp {
|
|
10114
|
+
width: 28px !important;
|
|
10115
|
+
height: 28px !important; }
|
|
10116
|
+
|
|
10117
|
+
.checkbox-wrap .label {
|
|
10118
|
+
margin-left: 42px;
|
|
10119
|
+
line-height: 8px; }
|
|
10120
|
+
|
|
9959
10121
|
@media (max-width: 768px) {
|
|
9960
10122
|
.deonar-security {
|
|
9961
10123
|
display: -webkit-box;
|
|
@@ -10560,6 +10722,9 @@ body {
|
|
|
10560
10722
|
.primaryColor {
|
|
10561
10723
|
color: #0b0c0c !important; }
|
|
10562
10724
|
|
|
10725
|
+
.citizen-form-new {
|
|
10726
|
+
width: 100% !important; }
|
|
10727
|
+
|
|
10563
10728
|
@media (hover: hover) {
|
|
10564
10729
|
.primary-label-btn:hover {
|
|
10565
10730
|
color: #000; }
|