diff --git a/resources/assets/images/10107.jpg b/resources/assets/images/10107.jpg new file mode 100644 index 00000000..cffb1f8f Binary files /dev/null and b/resources/assets/images/10107.jpg differ diff --git a/resources/assets/images/hot.png b/resources/assets/images/hot.png new file mode 100644 index 00000000..46520b44 Binary files /dev/null and b/resources/assets/images/hot.png differ diff --git a/resources/assets/images/new-icon.png b/resources/assets/images/new-icon.png new file mode 100644 index 00000000..4131f31e Binary files /dev/null and b/resources/assets/images/new-icon.png differ diff --git a/resources/assets/images/wallet_announcement.png b/resources/assets/images/wallet_announcement.png new file mode 100644 index 00000000..bb03ce79 Binary files /dev/null and b/resources/assets/images/wallet_announcement.png differ diff --git a/resources/assets/images/wallet_announcement_2.png b/resources/assets/images/wallet_announcement_2.png new file mode 100644 index 00000000..79c6a32f Binary files /dev/null and b/resources/assets/images/wallet_announcement_2.png differ diff --git a/resources/assets/sass/_responsive.scss b/resources/assets/sass/_responsive.scss index 622c734a..fa7bb2f7 100644 --- a/resources/assets/sass/_responsive.scss +++ b/resources/assets/sass/_responsive.scss @@ -1184,4 +1184,8 @@ border: 1px solid #d9d9d9; border-top: none; pointer-events: none; +} + +.top-0 { + top: 0; } \ No newline at end of file diff --git a/resources/assets/sass/modules/_typography.scss b/resources/assets/sass/modules/_typography.scss index 6e9934dc..605b8e7c 100644 --- a/resources/assets/sass/modules/_typography.scss +++ b/resources/assets/sass/modules/_typography.scss @@ -439,6 +439,10 @@ hr{ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%); } +.gradient-white { + background: -webkit-linear-gradient(top, rgba(255,255,255, 0.5) 0%, rgba(255,255,255, 0.9) 75%); + background: linear-gradient(to bottom, rgba(255,255,255, 0.5) 0%, rgba(255,255,255, 0.9) 75%); +} /* Other Colors ------------------------------------ diff --git a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue index 65b355f8..6b285afd 100644 --- a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue @@ -26,7 +26,7 @@
-
+
@@ -40,7 +40,17 @@
-
+
+
+
+ {{service.name}} + + + +
+
+
+
@@ -62,7 +72,7 @@
-
+
@@ -81,6 +91,12 @@
+
+
+

Recipient will receive the transfer on the next working day. Check out on another three-day transfer option to get a better rate!

+

Enjoy a better rate with this option! The recipient will receive the transfer after three working days.

+
+
@@ -97,8 +113,8 @@
-
Full Payment
-
Deposit
+
Full Payment
+
Deposit
diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index 4c859f8e..d43eb47b 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -235,7 +235,9 @@ style=" fill:#000000;">

Wallet Credit

+

(Better Rate)

+
diff --git a/resources/assets/vue/components/wallets/elements/WalletComponent.vue b/resources/assets/vue/components/wallets/elements/WalletComponent.vue index a6b0dec6..7d3e53e0 100644 --- a/resources/assets/vue/components/wallets/elements/WalletComponent.vue +++ b/resources/assets/vue/components/wallets/elements/WalletComponent.vue @@ -1,6 +1,50 @@