From c7479b1aa6997c943da7bc6b4bb652c14f2a9e92 Mon Sep 17 00:00:00 2001 From: Arina Yakovenko Date: Fri, 13 Jun 2025 15:58:43 +0200 Subject: [PATCH] login/registration/reset pages --- assets/main.css | 1 + components/CountryCurrencySelector.vue | 153 +++++++------- components/HeaderBlock.vue | 186 +++++------------- .../section/business-page/BusinessReasons.vue | 16 +- .../section/contact-page/ContactMain.vue | 24 +-- .../section/investment-page/InvestmentFaq.vue | 65 +++--- .../investment-page/InvestmentZone.vue | 113 ++++------- components/section/login-page/LoginMain.vue | 52 +++++ .../registration-page/RegistrationMain.vue | 103 ++++++++++ .../reset-password-page/ResetPasswordMain.vue | 41 ++++ layouts/default.vue | 6 +- package.json | 1 + pnpm-lock.yaml | 3 + public/logo-footer-dark.svg | 8 +- stores/menuStore.ts | 16 +- stores/store.ts | 26 +++ 16 files changed, 443 insertions(+), 371 deletions(-) create mode 100644 components/section/login-page/LoginMain.vue create mode 100644 components/section/registration-page/RegistrationMain.vue create mode 100644 components/section/reset-password-page/ResetPasswordMain.vue diff --git a/assets/main.css b/assets/main.css index 3fcc456..9ad6646 100644 --- a/assets/main.css +++ b/assets/main.css @@ -21,6 +21,7 @@ --color-accent-green-light: #004F3D; --color-accent-green-dark: #008567; + --color-gray: #6B6B6B; /* button */ --color-button: #9a7f62; --color-button-hover: #b7946d; diff --git a/components/CountryCurrencySelector.vue b/components/CountryCurrencySelector.vue index 3b6aff7..88f166b 100644 --- a/components/CountryCurrencySelector.vue +++ b/components/CountryCurrencySelector.vue @@ -1,125 +1,112 @@ diff --git a/components/HeaderBlock.vue b/components/HeaderBlock.vue index ff00481..f57672e 100644 --- a/components/HeaderBlock.vue +++ b/components/HeaderBlock.vue @@ -4,26 +4,16 @@
-