From 9c3378807c6a0af9d04472979e64ca9d0f20c88c Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Tue, 11 Feb 2020 11:23:34 +0100 Subject: [PATCH] introduce CardWithColumns component --- webapp/components/LoginForm/LoginForm.vue | 144 +++++++++--------- .../CardWithColumns/CardWithColumns.story.js | 21 +++ .../CardWithColumns/CardWithColumns.vue | 26 ++++ webapp/pages/password-reset.vue | 45 +++--- 4 files changed, 142 insertions(+), 94 deletions(-) create mode 100644 webapp/components/_new/generic/CardWithColumns/CardWithColumns.story.js create mode 100644 webapp/components/_new/generic/CardWithColumns/CardWithColumns.vue diff --git a/webapp/components/LoginForm/LoginForm.vue b/webapp/components/LoginForm/LoginForm.vue index 6b839697f..1e3444543 100644 --- a/webapp/components/LoginForm/LoginForm.vue +++ b/webapp/components/LoginForm/LoginForm.vue @@ -4,52 +4,56 @@

{{ $t('quotes.african.quote') }}

- {{ $t('quotes.african.author') }} - - - - - - Human Connection - -
-

{{ $t('login.login') }}

- - - - {{ $t('login.forgotPassword') }} - - - {{ $t('login.login') }} - - - -
+ + + + + + diff --git a/webapp/pages/password-reset.vue b/webapp/pages/password-reset.vue index a4d0f1e56..e59a8e6c7 100644 --- a/webapp/pages/password-reset.vue +++ b/webapp/pages/password-reset.vue @@ -1,28 +1,24 @@ -