color changes and name
This commit is contained in:
parent
45bcffb0cc
commit
14c1c39fbd
@ -9,7 +9,7 @@ const props = defineProps({
|
|||||||
<template>
|
<template>
|
||||||
<v-app-bar color="white" prominent>
|
<v-app-bar color="white" prominent>
|
||||||
<!-- Logo with a link -->
|
<!-- Logo with a link -->
|
||||||
<a href="https://peptidewebmd.com" target="_blank" style="margin-left: 10px;width: 100%;">
|
<a href="https://purityselect.com" target="_blank" style="margin-left: 10px;width: 100%;">
|
||||||
<VImg :src='logo' max-width="250" height="50" />
|
<VImg :src='logo' max-width="250" height="50" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ const props = defineProps({
|
|||||||
|
|
||||||
<!-- Links on the right -->
|
<!-- Links on the right -->
|
||||||
<v-btn text color="black" href="#">Live Chat</v-btn>
|
<v-btn text color="black" href="#">Live Chat</v-btn>
|
||||||
<v-btn text color="black" href="https://peptidewebmd.com/contact-us/" target="_blank">Contact Us</v-btn>
|
<v-btn text color="black" href="https://purityselect.com/contact/" target="_blank">Contact Us</v-btn>
|
||||||
</v-app-bar>
|
</v-app-bar>
|
||||||
|
|
||||||
</template>
|
</template>
|
@ -606,11 +606,11 @@ const backFun = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-white bg-change-bk .current-plan {
|
.bg-white bg-change-bk .current-plan {
|
||||||
@ -647,11 +647,11 @@ const backFun = () => {
|
|||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.total-font {
|
.total-font {
|
||||||
|
@ -931,11 +931,11 @@ const backFun = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-white bg-change-bk .current-plan {
|
.bg-white bg-change-bk .current-plan {
|
||||||
@ -971,11 +971,11 @@ const backFun = () => {
|
|||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.total-font {
|
.total-font {
|
||||||
|
@ -666,11 +666,11 @@ const backFun = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-white bg-change-bk .current-plan {
|
.bg-white bg-change-bk .current-plan {
|
||||||
@ -706,11 +706,11 @@ const backFun = () => {
|
|||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.total-font {
|
.total-font {
|
||||||
|
@ -371,11 +371,11 @@ const changeEmailSignUp = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-white bg-change-bk .current-plan {
|
.bg-white bg-change-bk .current-plan {
|
||||||
|
@ -532,7 +532,7 @@ const isUserAuthenticate = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="text-muted" style="cursor: pointer;">
|
<span class="text-muted" style="cursor: pointer;">
|
||||||
I agree to the <a href="https://peptidewebmd.com/privacy-policy/" target="_blank">Privacy Policy</a>
|
I agree to the <a href="https://purityselect.com/privacy-policy/" target="_blank">Privacy Policy</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -661,11 +661,11 @@ const isUserAuthenticate = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-white bg-change-bk .current-plan {
|
.bg-white bg-change-bk .current-plan {
|
||||||
@ -710,11 +710,11 @@ const isUserAuthenticate = () => {
|
|||||||
@import "@vendor/css/pages/help-center-front-page.css";
|
@import "@vendor/css/pages/help-center-front-page.css";
|
||||||
|
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.total-font {
|
.total-font {
|
||||||
|
@ -338,11 +338,11 @@ const confirmFun = async () => {
|
|||||||
@use "@core/scss/template/pages/page-auth.scss";
|
@use "@core/scss/template/pages/page-auth.scss";
|
||||||
|
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.total-font {
|
.total-font {
|
||||||
@ -392,11 +392,11 @@ const confirmFun = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom {
|
.bg-custom {
|
||||||
background: #F3F3F3;
|
background: #efefed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-custom-color {
|
.bg-custom-color {
|
||||||
background: #E0F0E3;
|
background: #d8ebf6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-white bg-change-bk .current-plan {
|
.bg-white bg-change-bk .current-plan {
|
||||||
|
@ -221,7 +221,7 @@ const continueFun = () => {
|
|||||||
<p>
|
<p>
|
||||||
Thankyou for booking your telehealth visit with us. Please keep an eye on your email for
|
Thankyou for booking your telehealth visit with us. Please keep an eye on your email for
|
||||||
further instructions, In case you have any questions, please reach out to support at
|
further instructions, In case you have any questions, please reach out to support at
|
||||||
<a href="mailto:support@peptidewebmd.com">support@peptidewebmd.com</a> or refer to the FAQs.
|
<a href="mailto:support@purityselect.com">support@purityselect.com</a> or refer to the FAQs.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
@ -33,8 +33,8 @@ const theme = {
|
|||||||
'perfect-scrollbar-thumb': '#DBDADE',
|
'perfect-scrollbar-thumb': '#DBDADE',
|
||||||
'skin-bordered-background': '#fff',
|
'skin-bordered-background': '#fff',
|
||||||
'skin-bordered-surface': '#fff',
|
'skin-bordered-surface': '#fff',
|
||||||
'yellow': '#E0F0E3',
|
'yellow': '#d8ebf6',
|
||||||
'yellow-theme-button': '#212121',
|
'yellow-theme-button': '#635dff',
|
||||||
'footer': '#212121'
|
'footer': '#212121'
|
||||||
},
|
},
|
||||||
variables: {
|
variables: {
|
||||||
|
@ -76,7 +76,7 @@ const gotoRefundPolicy = () => {
|
|||||||
<div class="contact-icons mb-3">
|
<div class="contact-icons mb-3">
|
||||||
<img src="https://static.maleexcel.com/wp-content/uploads/2023/09/08114534/contact-icon3.svg" width="23"
|
<img src="https://static.maleexcel.com/wp-content/uploads/2023/09/08114534/contact-icon3.svg" width="23"
|
||||||
height="23" alt="Email icon" />
|
height="23" alt="Email icon" />
|
||||||
<a href="mailto:support@hgh.com">support@hgh.com</a>
|
<a href="mailto:support@purityselect.com">support@purityselect.com</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ const gotoRefundPolicy = () => {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-7 copyright-footer mt-5">
|
<div class="col-lg-7 copyright-footer mt-5">
|
||||||
<p> © Copyright {{ new Date().getFullYear() }}, HGH. All Rights Reserved.</p>
|
<p> © Copyright {{ new Date().getFullYear() }}, PuritySelect. All Rights Reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user