color changes

This commit is contained in:
Inshal 2024-10-25 02:59:37 +05:00
parent 621a4a3e03
commit 775b6df440
8 changed files with 26 additions and 26 deletions

View File

@ -606,11 +606,11 @@ const backFun = () => {
}
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.bg-white bg-change-bk .current-plan {
@ -647,11 +647,11 @@ const backFun = () => {
</style>
<style lang="scss">
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.total-font {

View File

@ -931,11 +931,11 @@ const backFun = () => {
}
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.bg-white bg-change-bk .current-plan {
@ -971,11 +971,11 @@ const backFun = () => {
</style>
<style lang="scss">
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.total-font {

View File

@ -666,11 +666,11 @@ const backFun = () => {
}
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.bg-white bg-change-bk .current-plan {
@ -706,11 +706,11 @@ const backFun = () => {
</style>
<style lang="scss">
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.total-font {

View File

@ -371,11 +371,11 @@ const changeEmailSignUp = () => {
}
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.bg-white bg-change-bk .current-plan {

View File

@ -661,11 +661,11 @@ const isUserAuthenticate = () => {
}
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.bg-white bg-change-bk .current-plan {
@ -710,11 +710,11 @@ const isUserAuthenticate = () => {
@import "@vendor/css/pages/help-center-front-page.css";
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.total-font {

View File

@ -338,11 +338,11 @@ const confirmFun = async () => {
@use "@core/scss/template/pages/page-auth.scss";
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.total-font {
@ -392,11 +392,11 @@ const confirmFun = async () => {
}
.bg-custom {
background: #F3F3F3;
background: #fffeee;
}
.bg-custom-color {
background: #E0F0E3;
background: #f1e7e4;
}
.bg-white bg-change-bk .current-plan {

View File

@ -33,8 +33,8 @@ const theme = {
'perfect-scrollbar-thumb': '#DBDADE',
'skin-bordered-background': '#fff',
'skin-bordered-surface': '#fff',
'yellow': '#E0F0E3',
'yellow-theme-button': '#212121',
'yellow': '#f1e7e4',
'yellow-theme-button': '#f84791',
'footer': '#212121'
},
variables: {

View File

@ -76,7 +76,7 @@ const gotoRefundPolicy = () => {
<div class="contact-icons mb-3">
<img src="https://static.maleexcel.com/wp-content/uploads/2023/09/08114534/contact-icon3.svg" width="23"
height="23" alt="Email icon" />
<a href="mailto:support@hgh.com">support@hgh.com</a>
<a href="mailto:support@rejuvallife.com">support@rejuvallife.com</a>
</div>
</div>
@ -122,7 +122,7 @@ const gotoRefundPolicy = () => {
</div>
<div class="col-lg-7 copyright-footer mt-5">
<p> &copy; Copyright {{ new Date().getFullYear() }}, HGH. All Rights Reserved.</p>
<p> &copy; Copyright {{ new Date().getFullYear() }}, RejuvalLife. All Rights Reserved.</p>
</div>
</div>
</footer>