diff --git a/src/components/retailer/address/GuestShippingAddressForm.vue b/src/components/retailer/address/GuestShippingAddressForm.vue index eaec562..dff09bd 100644 --- a/src/components/retailer/address/GuestShippingAddressForm.vue +++ b/src/components/retailer/address/GuestShippingAddressForm.vue @@ -266,7 +266,7 @@ //import { mapState } from "vuex"; import { createHelpers } from "vuex-map-fields"; import { fetchStates } from "@/services/util.service"; -import { VueTelInput } from "vue3-tel-input"; +// import { VueTelInput } from "vue3-tel-input"; const { mapFields: mapFieldsGuest } = createHelpers({ getterType: "guestInfo/getField", @@ -316,7 +316,7 @@ export default { (v) => (v && v.length >= 8) || "Password must be at least 8 characters", ], }), - components: { VueTelInput }, + components: { }, computed: { ...mapFieldsGuest([ "one", diff --git a/src/components/retailer/layout/Layout.vue b/src/components/retailer/layout/Layout.vue index f866ac7..34e9b1b 100644 --- a/src/components/retailer/layout/Layout.vue +++ b/src/components/retailer/layout/Layout.vue @@ -135,7 +135,7 @@ export default { padding: 0 0 0 250px; } .sidebar-router-padding-close { - margin:0 16px 16px 16px; + margin:0 16px 0 16px; } diff --git a/src/components/retailer/layout/footer/FooterComponent.scss b/src/components/retailer/layout/footer/FooterComponent.scss index 4bcbd6c..33ab52c 100644 --- a/src/components/retailer/layout/footer/FooterComponent.scss +++ b/src/components/retailer/layout/footer/FooterComponent.scss @@ -2,6 +2,7 @@ background-color: #fbfbf5 !important; border-top: 4px solid #91abc3; border-bottom: 4px solid #91abc3; +margin-top: 220px !important; } .text-decoration-none:hover{ color: #2850da; diff --git a/src/components/retailer/layout/footer/FooterComponent.vue b/src/components/retailer/layout/footer/FooterComponent.vue index bc48ce4..a3244a1 100644 --- a/src/components/retailer/layout/footer/FooterComponent.vue +++ b/src/components/retailer/layout/footer/FooterComponent.vue @@ -3,7 +3,7 @@ -
+
diff --git a/src/routes/retailer/boxed_order_history.scss b/src/routes/retailer/boxed_order_history.scss index 0f55143..4a99aee 100644 --- a/src/routes/retailer/boxed_order_history.scss +++ b/src/routes/retailer/boxed_order_history.scss @@ -1,4 +1,7 @@ .width-250px { width: 100% !important; } - \ No newline at end of file + .myDash{ + margin-bottom: auto !important; + margin-top: 20px; + } \ No newline at end of file diff --git a/src/routes/retailer/boxed_order_history.vue b/src/routes/retailer/boxed_order_history.vue index 4a3b785..2ca4a83 100644 --- a/src/routes/retailer/boxed_order_history.vue +++ b/src/routes/retailer/boxed_order_history.vue @@ -59,8 +59,8 @@ >
- -
-
+
-
+
-
diff --git a/src/routes/retailer/cart_products.scss b/src/routes/retailer/cart_products.scss index 88e705e..52740a6 100644 --- a/src/routes/retailer/cart_products.scss +++ b/src/routes/retailer/cart_products.scss @@ -4,4 +4,8 @@ .hr-line{ background-color: #2850da; height: 1px; +} +.alert-box-outline{ + background-color: rgb(248, 220, 220); + color: red; } \ No newline at end of file diff --git a/src/routes/retailer/cart_products.vue b/src/routes/retailer/cart_products.vue index 1dc630d..d2a17db 100644 --- a/src/routes/retailer/cart_products.vue +++ b/src/routes/retailer/cart_products.vue @@ -3,7 +3,7 @@ - + - + - - + + - +
Please type Item, Name, or Keyword to search
@@ -49,7 +48,7 @@
- You have no items in your shopping cart. diff --git a/src/routes/retailer/checkout_page.vue b/src/routes/retailer/checkout_page.vue index e146d01..2e07dc9 100644 --- a/src/routes/retailer/checkout_page.vue +++ b/src/routes/retailer/checkout_page.vue @@ -1202,7 +1202,7 @@ import GuestShippingAddressForm from "@/components/retailer/address/GuestShippin import BillingAddressComponent from "@/components/retailer/address/BillingAddressComponent.vue"; import VerifyAddressComponent from "@/components/retailer/address/VerifyAddressComponent.vue"; import { createHelpers } from "vuex-map-fields"; -import { VueTelInput } from 'vue3-tel-input' +// import { VueTelInput } from 'vue3-tel-input' import { // googleAanalyticsPurchase, // googleAanalyticsCheckout, @@ -1292,7 +1292,7 @@ export default { VerifyAddressComponent, GuestShippingAddressForm, SnackbarComponent, - VueTelInput + // VueTelInput }, metaInfo() { return {