From 1ca4a3c5f1f559eec012385d4722e8784a99fcd7 Mon Sep 17 00:00:00 2001 From: Tavares Dylan Date: Wed, 10 May 2023 10:26:08 +0200 Subject: [PATCH] feat: subscribe section (#38) * feat: subscribe section wip * feat: all placements with cards & mobile responsive * refactor: quick style fixes --- app/src/components/SubscriptionPricing.vue | 177 ++++++++++++++------- app/src/main.js | 3 + app/src/shared/layout/Header.vue | 6 +- app/src/views/Home.vue | 7 +- 4 files changed, 125 insertions(+), 68 deletions(-) diff --git a/app/src/components/SubscriptionPricing.vue b/app/src/components/SubscriptionPricing.vue index 873b651..a2d99e3 100644 --- a/app/src/components/SubscriptionPricing.vue +++ b/app/src/components/SubscriptionPricing.vue @@ -1,76 +1,135 @@ - - diff --git a/app/src/main.js b/app/src/main.js index 2a7881c..2eb326d 100644 --- a/app/src/main.js +++ b/app/src/main.js @@ -30,9 +30,12 @@ const myCustomLightTheme = { info: "#2196F3", success: "#4CAF50", warning: "#FB8C00", + darkBtn: "#000000", }, }; +// TODO: Add the dark theme + const vuetify = createVuetify({ components, directives, diff --git a/app/src/shared/layout/Header.vue b/app/src/shared/layout/Header.vue index a56d9eb..4f3a68d 100644 --- a/app/src/shared/layout/Header.vue +++ b/app/src/shared/layout/Header.vue @@ -12,7 +12,7 @@ prepend-icon="mdi-currency-eur" title="Abonnements" value="abonnements" - to="/abonnements" + to="#abonnements" > - Abonnements + Abonnements Cartes cadeaux diff --git a/app/src/views/Home.vue b/app/src/views/Home.vue index 8828495..9040e99 100644 --- a/app/src/views/Home.vue +++ b/app/src/views/Home.vue @@ -40,12 +40,9 @@ /> - -
- -
- + +