From 5c78ca616abd3522a92bd5ad0f9669b2e725c008 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 19 Aug 2019 23:47:32 +0530 Subject: [PATCH] login page cleanup Signed-off-by: Rohit Yadav --- ui/src/components/layouts/UserLayout.vue | 7 +++--- ui/src/views/user/Login.vue | 32 +++--------------------- 2 files changed, 7 insertions(+), 32 deletions(-) diff --git a/ui/src/components/layouts/UserLayout.vue b/ui/src/components/layouts/UserLayout.vue index ac0adf3d262..4d5b071f059 100644 --- a/ui/src/components/layouts/UserLayout.vue +++ b/ui/src/components/layouts/UserLayout.vue @@ -49,8 +49,9 @@ export default { .container { width: 100%; min-height: 100%; - background: #fff; // url(~@/assets/background.svg) no-repeat 50%; - background-size: 100%; + background: url(~@/assets/background.svg); + background-repeat: repeat; + background-size: 20%; padding-top: 75px; position: relative; @@ -75,7 +76,7 @@ export default { .logo { width: 100%; - max-width: 480px; + max-width: 450px; vertical-align: top; border-style: none; } diff --git a/ui/src/views/user/Login.vue b/ui/src/views/user/Login.vue index c04597ee22d..0088af292d9 100644 --- a/ui/src/views/user/Login.vue +++ b/ui/src/views/user/Login.vue @@ -16,7 +16,7 @@ - CloudStack Login + CloudStack Login - SAML + SAML - - - - - - - - - - - - - - - - - - - @@ -126,8 +101,7 @@ export default { state: { time: 60, loginBtn: false, - loginType: 0, - smsSendBtn: false + loginType: 0 } } },