From 053b5415eea3bef744359526ef62a73264df0aa2 Mon Sep 17 00:00:00 2001 From: "M. Weber" Date: Thu, 29 Aug 2019 12:31:13 +0200 Subject: [PATCH] Refactor login layout and styles (#29) Signed-off-by: Rohit Yadav --- ui/src/components/layouts/UserLayout.vue | 126 ++++------------- ui/src/views/user/Login.vue | 171 ++++++++++++----------- 2 files changed, 117 insertions(+), 180 deletions(-) diff --git a/ui/src/components/layouts/UserLayout.vue b/ui/src/components/layouts/UserLayout.vue index 0cbe3390d4c..441f5631ca4 100644 --- a/ui/src/components/layouts/UserLayout.vue +++ b/ui/src/components/layouts/UserLayout.vue @@ -1,10 +1,8 @@