Browse Source

increase the logo size and remove the background color from the image

pull/5157/head
rajatchauhanyti 3 years ago
parent
commit
6fe22e8b2d
1 changed files with 4 additions and 3 deletions
  1. 7
      client/components/login.vue

7
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;

Loading…
Cancel
Save