From 6fe22e8b2d75bb4a80c1edf5fb7340595b281b69 Mon Sep 17 00:00:00 2001 From: rajatchauhanyti Date: Wed, 6 Apr 2022 17:36:54 +0530 Subject: [PATCH] increase the logo size and remove the background color from the image --- client/components/login.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/components/login.vue b/client/components/login.vue index f74a4744..e6b2d0bb 100644 --- a/client/components/login.vue +++ b/client/components/login.vue @@ -4,7 +4,7 @@ .login-sd .d-flex.mb-5 .login-logo - v-avatar(tile, size='34') + v-avatar(tile, size='44') v-img(:src='logoUrl') .login-title .text-h6.grey--text.text--darken-4 {{ siteTitle }} @@ -723,8 +723,8 @@ export default { padding: 12px 0 0 12px; width: 58px; height: 58px; - background-color: #222; - margin-left: 12px; + // background-color: #222; + // margin-left: 12px; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; } @@ -732,6 +732,7 @@ export default { &-title { height: 58px; padding-left: 12px; + padding-top: 8px; display: flex; align-items: center; text-shadow: .5px .5px #FFF;