@tattvafoundation/upyog-css 1.0.21 → 1.0.23

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;
@@ -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/back1.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 {
@@ -8878,7 +8877,38 @@ body {
8878
8877
  --background-dark:#f8f9fa;
8879
8878
  --border-color:#ddd;
8880
8879
  --shadow-color:rgba(0,0,0,0.1);
8881
- --modal-background:#fff; }
8880
+ --modal-background:#fff;
8881
+ --background-color:#fff;
8882
+ --text-color:#000; }
8883
+
8884
+ body, html {
8885
+ font-size: var(--base-font-size); }
8886
+
8887
+ body {
8888
+ background-color: #fff;
8889
+ background-color: var(--background-color);
8890
+ color: #000;
8891
+ color: var(--text-color); }
8892
+
8893
+ .theme-toggle-btn, body {
8894
+ -webkit-transition: background-color .3s ease,color .3s ease;
8895
+ transition: background-color .3s ease,color .3s ease; }
8896
+
8897
+ .theme-toggle-btn {
8898
+ font-size: 16px;
8899
+ padding: 8px 12px;
8900
+ border: none;
8901
+ cursor: pointer;
8902
+ margin: 5px; }
8903
+
8904
+ .theme-toggle-btn.dark {
8905
+ background-color: #000;
8906
+ color: #fff; }
8907
+
8908
+ .theme-toggle-btn.light {
8909
+ background-color: #fff;
8910
+ color: #000;
8911
+ border: 1px solid #000; }
8882
8912
 
8883
8913
  .timeline-box {
8884
8914
  display: -webkit-box;
@@ -8990,6 +9020,9 @@ body {
8990
9020
  .mobile-CardWrapper .card, .mobile-CardWrapper .card-emp {
8991
9021
  width: 510px; }
8992
9022
 
9023
+ .planningCardWrapper .card, .planningCardWrapper .card-emp {
9024
+ max-width: 400px; }
9025
+
8993
9026
  .CardBasedOptions, .CitizenHomeCard {
8994
9027
  -webkit-transition: all .5s linear;
8995
9028
  transition: all .5s linear; }
@@ -9044,19 +9077,19 @@ body {
9044
9077
  padding: 0 4rem; }
9045
9078
 
9046
9079
  .bmc-card-aadharimage {
9047
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/aadhaarCard.jpg);
9080
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/aadhaarCard.jpg);
9048
9081
  height: 60vh;
9049
9082
  width: 100%;
9050
9083
  background-size: cover;
9051
9084
  background-repeat: round; }
9052
9085
 
9053
9086
  .citizen-home-container-forLoginBack {
9054
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/CitizenBG.png);
9087
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/CitizenBG.png);
9055
9088
  background-size: cover;
9056
9089
  margin: 0 !important; }
9057
9090
 
9058
9091
  .logo-ic {
9059
- background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png);
9092
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/logo-bmc.png);
9060
9093
  height: 80px;
9061
9094
  width: 80px;
9062
9095
  background-size: 80px;
@@ -9065,19 +9098,12 @@ body {
9065
9098
  background-repeat: no-repeat;
9066
9099
  margin-bottom: 10px; }
9067
9100
 
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 {
9101
+ .scheme-back {
9102
+ background-image: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/scheme-banner.png);
9103
+ height: 400px;
9074
9104
  width: 100%;
9075
9105
  background-size: cover !important; }
9076
9106
 
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
9107
  .aadhaar-container {
9082
9108
  text-align: center; }
9083
9109
 
@@ -9175,10 +9201,12 @@ body {
9175
9201
  height: 4px; }
9176
9202
 
9177
9203
  .bmc-range-slider::-webkit-slider-thumb:before {
9204
+ color: #000;
9178
9205
  color: var(--text-color); }
9179
9206
 
9180
9207
  .bmc-pagination li button {
9181
9208
  background-color: var(--background-dark);
9209
+ color: #000;
9182
9210
  color: var(--text-color); }
9183
9211
 
9184
9212
  .bmc-pagination li.active button {
@@ -9878,7 +9906,14 @@ body {
9878
9906
  gap: 10px;
9879
9907
  margin-top: 16px; }
9880
9908
 
9909
+ .bmc-citizen-wrapper {
9910
+ width: 100%;
9911
+ padding-left: 15px;
9912
+ padding-top: 27px; }
9913
+
9881
9914
  @media screen and (max-width: 600px) {
9915
+ .scheme-back {
9916
+ max-height: 90px; }
9882
9917
  .bmc-modal-content {
9883
9918
  width: 95%;
9884
9919
  max-width: none;
@@ -9965,7 +10000,9 @@ body {
9965
10000
  padding: .5rem;
9966
10001
  font-size: .9rem; }
9967
10002
  .bmc-pagination2-info {
9968
- font-size: .9rem; } }
10003
+ font-size: .9rem; }
10004
+ .bmc-citizen-wrapper {
10005
+ padding-left: 0; } }
9969
10006
 
9970
10007
  @media (max-width: 480px) {
9971
10008
  .bmc-pagination2 {
@@ -9975,26 +10012,28 @@ body {
9975
10012
  padding: .4rem .8rem;
9976
10013
  font-size: .8rem; }
9977
10014
  .bmc-pagination2-info {
9978
- font-size: .8rem; } }
10015
+ font-size: .8rem; }
10016
+ .bmc-citizen-wrapper {
10017
+ padding-left: 0; } }
9979
10018
 
9980
10019
  .WhatsAppBanner img {
9981
10020
  width: 100%; }
9982
10021
 
9983
10022
  @media (max-width: 320px) {
9984
10023
  .WhatsAppBanner img {
9985
- content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
10024
+ content: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg); } }
9986
10025
 
9987
10026
  @media (max-width: 576px) {
9988
10027
  .WhatsAppBanner img {
9989
- content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
10028
+ content: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg); } }
9990
10029
 
9991
10030
  @media (max-width: 650px) {
9992
10031
  .WhatsAppBanner img {
9993
- content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
10032
+ content: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg); } }
9994
10033
 
9995
10034
  @media (max-width: 768px) {
9996
10035
  .WhatsAppBanner img {
9997
- content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
10036
+ content: url(https://d1ad89wxkt5h4i.cloudfront.net/bmc-images/banner-2.jpg); } }
9998
10037
 
9999
10038
  .bmc-links {
10000
10039
  display: block; }
@@ -10112,8 +10151,8 @@ button.submit-bar:hover {
10112
10151
  box-shadow: 0 5px 10px 0 #2f3237; }
10113
10152
 
10114
10153
  .checkbox-wrap .custom-checkbox, .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .custom-checkbox-emp {
10115
- width: 28px !important;
10116
- height: 28px !important; }
10154
+ width: 20px !important;
10155
+ height: 20px !important; }
10117
10156
 
10118
10157
  .checkbox-wrap .label {
10119
10158
  margin-left: 42px;