@tattvafoundation/upyog-css 1.0.20 → 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 CHANGED
@@ -1014,10 +1014,10 @@ body {
1014
1014
  --bg-opacity:1;
1015
1015
  background-color: #22394d;
1016
1016
  background-color: rgba(34, 57, 77, var(--bg-opacity));
1017
- padding: 16px;
1018
1017
  width: 100%;
1019
1018
  position: fixed;
1020
- z-index: 9999; }
1019
+ z-index: 9999;
1020
+ padding: 10px; }
1021
1021
  .navbar img {
1022
1022
  display: inline-block;
1023
1023
  min-width: 78px;
@@ -1572,7 +1572,7 @@ body {
1572
1572
  -ms-flex-direction: column;
1573
1573
  flex-direction: column; }
1574
1574
  .card .card-header, .card-emp .card-header {
1575
- font-size: 30px;
1575
+ font-size: 26px;
1576
1576
  line-height: 56px;
1577
1577
  color: #c6a32b; }
1578
1578
  .card .card-sub-header, .card-emp .card-sub-header {
@@ -3769,7 +3769,7 @@ body {
3769
3769
  .topbar .right svg {
3770
3770
  display: inline; }
3771
3771
  .topbar .right .user-img-txt {
3772
- background: #a82227;
3772
+ background: #d1b03f;
3773
3773
  padding: 10px 15px;
3774
3774
  border-radius: 50%;
3775
3775
  color: #fff;
@@ -5031,23 +5031,23 @@ video::-webkit-media-controls-panel {
5031
5031
  height: 250px !important; } }
5032
5032
 
5033
5033
  .citizen .ServicesSection .CardBasedOptions:nth-child(odd) .employeeCustomCard {
5034
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5034
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg);
5035
5035
  background-size: cover; }
5036
5036
 
5037
5037
  .citizen .ServicesSection .CardBasedOptions:nth-child(odd) .inboxButton, .citizen .ServicesSection .CardBasedOptions:nth-child(odd) h2 {
5038
5038
  color: #858585 !important; }
5039
5039
 
5040
5040
  .citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
5041
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
5041
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg);
5042
5042
  background-size: cover; }
5043
5043
 
5044
5044
  .citizen .employeeCustomCard {
5045
5045
  border-radius: 10px;
5046
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5046
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg);
5047
5047
  background-size: cover; }
5048
5048
  .citizen .employeeCustomCard .employeeCustomCard {
5049
5049
  border-radius: 10px;
5050
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5050
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg);
5051
5051
  background-size: cover; }
5052
5052
 
5053
5053
  .employee-card-banner {
@@ -5954,8 +5954,7 @@ video::-webkit-media-controls-panel {
5954
5954
  height: 48px;
5955
5955
  width: 48px; }
5956
5956
  .employee .topbar img.state {
5957
- height: 20px;
5958
- max-height: 20px;
5957
+ max-height: 60px;
5959
5958
  width: auto; }
5960
5959
  .employee .topbar .ulb {
5961
5960
  font-weight: 700; }
@@ -7275,7 +7274,7 @@ video::-webkit-media-controls-panel {
7275
7274
  color: #a82227 !important; }
7276
7275
 
7277
7276
  .employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
7278
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
7277
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back1.jpg);
7279
7278
  background-size: cover; }
7280
7279
 
7281
7280
  .employee .customEmployeeCard:nth-child(odd) span {
@@ -7285,7 +7284,7 @@ video::-webkit-media-controls-panel {
7285
7284
  fill: #858585 !important; }
7286
7285
 
7287
7286
  .employee .customEmployeeCard:nth-child(2n) .employeeCustomCard {
7288
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
7287
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/back2.jpg);
7289
7288
  background-size: cover; }
7290
7289
 
7291
7290
  .employee .employeeCustomCard {
@@ -8990,13 +8989,16 @@ body {
8990
8989
  .mobile-CardWrapper .card, .mobile-CardWrapper .card-emp {
8991
8990
  width: 510px; }
8992
8991
 
8992
+ .planningCardWrapper .card, .planningCardWrapper .card-emp {
8993
+ max-width: 400px; }
8994
+
8993
8995
  .CardBasedOptions, .CitizenHomeCard {
8994
8996
  -webkit-transition: all .5s linear;
8995
8997
  transition: all .5s linear; }
8996
8998
 
8997
8999
  .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
+ -webkit-box-shadow: 0 10px 9px rgba(0, 81, 187, 0.98);
9001
+ box-shadow: 0 10px 9px rgba(0, 81, 187, 0.98);
9000
9002
  cursor: pointer; }
9001
9003
 
9002
9004
  .ChildOptionName a {
@@ -9044,19 +9046,19 @@ body {
9044
9046
  padding: 0 4rem; }
9045
9047
 
9046
9048
  .bmc-card-aadharimage {
9047
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/aadhaarCard.jpg);
9049
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/aadhaarCard.jpg);
9048
9050
  height: 60vh;
9049
9051
  width: 100%;
9050
9052
  background-size: cover;
9051
9053
  background-repeat: round; }
9052
9054
 
9053
9055
  .citizen-home-container-forLoginBack {
9054
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/CitizenBG.png);
9056
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/CitizenBG.png);
9055
9057
  background-size: cover;
9056
9058
  margin: 0 !important; }
9057
9059
 
9058
9060
  .logo-ic {
9059
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png);
9061
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/logo-bmc.png);
9060
9062
  height: 80px;
9061
9063
  width: 80px;
9062
9064
  background-size: 80px;
@@ -9065,19 +9067,12 @@ body {
9065
9067
  background-repeat: no-repeat;
9066
9068
  margin-bottom: 10px; }
9067
9069
 
9068
- .employee-banner-image {
9069
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png);
9070
- height: 100vh;
9071
- position: absolute; }
9072
-
9073
- .employee-banner-image, .scheme-back {
9070
+ .scheme-back {
9071
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/scheme-banner.png);
9072
+ height: 400px;
9074
9073
  width: 100%;
9075
9074
  background-size: cover !important; }
9076
9075
 
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
-
9081
9076
  .aadhaar-container {
9082
9077
  text-align: center; }
9083
9078
 
@@ -9878,7 +9873,14 @@ body {
9878
9873
  gap: 10px;
9879
9874
  margin-top: 16px; }
9880
9875
 
9876
+ .bmc-citizen-wrapper {
9877
+ width: 100%;
9878
+ padding-left: 15px;
9879
+ padding-top: 27px; }
9880
+
9881
9881
  @media screen and (max-width: 600px) {
9882
+ .scheme-back {
9883
+ max-height: 90px; }
9882
9884
  .bmc-modal-content {
9883
9885
  width: 95%;
9884
9886
  max-width: none;
@@ -9965,7 +9967,9 @@ body {
9965
9967
  padding: .5rem;
9966
9968
  font-size: .9rem; }
9967
9969
  .bmc-pagination2-info {
9968
- font-size: .9rem; } }
9970
+ font-size: .9rem; }
9971
+ .bmc-citizen-wrapper {
9972
+ padding-left: 0; } }
9969
9973
 
9970
9974
  @media (max-width: 480px) {
9971
9975
  .bmc-pagination2 {
@@ -9975,26 +9979,28 @@ body {
9975
9979
  padding: .4rem .8rem;
9976
9980
  font-size: .8rem; }
9977
9981
  .bmc-pagination2-info {
9978
- font-size: .8rem; } }
9982
+ font-size: .8rem; }
9983
+ .bmc-citizen-wrapper {
9984
+ padding-left: 0; } }
9979
9985
 
9980
9986
  .WhatsAppBanner img {
9981
9987
  width: 100%; }
9982
9988
 
9983
9989
  @media (max-width: 320px) {
9984
9990
  .WhatsAppBanner img {
9985
- content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
9991
+ content: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg); } }
9986
9992
 
9987
9993
  @media (max-width: 576px) {
9988
9994
  .WhatsAppBanner img {
9989
- content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
9995
+ content: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg); } }
9990
9996
 
9991
9997
  @media (max-width: 650px) {
9992
9998
  .WhatsAppBanner img {
9993
- content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
9999
+ content: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg); } }
9994
10000
 
9995
10001
  @media (max-width: 768px) {
9996
10002
  .WhatsAppBanner img {
9997
- content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
10003
+ content: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg); } }
9998
10004
 
9999
10005
  .bmc-links {
10000
10006
  display: block; }
@@ -10043,7 +10049,7 @@ body {
10043
10049
  height: 100%; }
10044
10050
 
10045
10051
  .drawer-desktop:hover {
10046
- width: 150px; }
10052
+ width: 200px; }
10047
10053
 
10048
10054
  .drawer-desktop:hover .profile-section {
10049
10055
  display: block; }
@@ -10064,7 +10070,7 @@ body {
10064
10070
  text-align: center; }
10065
10071
 
10066
10072
  .SideBarStatic:hover, .SideBarStatic:hover .drawer-desktop {
10067
- width: 150px; }
10073
+ width: 200px; }
10068
10074
 
10069
10075
  .card p.message-text, .card-emp p.message-text {
10070
10076
  font-size: 14px;
@@ -10093,7 +10099,8 @@ body {
10093
10099
  transition: all .5s linear; }
10094
10100
 
10095
10101
  .ChildOptionName a:hover {
10096
- font-size: 18px; }
10102
+ font-size: 18px;
10103
+ color: #0051bb; }
10097
10104
 
10098
10105
  .bmc-mobile-card .card, .bmc-mobile-card .card-emp {
10099
10106
  background-color: rgba(255, 255, 255, 0.76) !important;
@@ -10111,13 +10118,17 @@ button.submit-bar:hover {
10111
10118
  box-shadow: 0 5px 10px 0 #2f3237; }
10112
10119
 
10113
10120
  .checkbox-wrap .custom-checkbox, .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .custom-checkbox-emp {
10114
- width: 28px !important;
10115
- height: 28px !important; }
10121
+ width: 20px !important;
10122
+ height: 20px !important; }
10116
10123
 
10117
10124
  .checkbox-wrap .label {
10118
10125
  margin-left: 42px;
10119
10126
  line-height: 8px; }
10120
10127
 
10128
+ .bmc-label-error {
10129
+ text-align: center;
10130
+ color: red; }
10131
+
10121
10132
  @media (max-width: 768px) {
10122
10133
  .deonar-security {
10123
10134
  display: -webkit-box;