Merge pull request #2 from y-dxp/YDX-10407

[YDX-10407]increase the logo size and remove the background color from the image
pull/5352/head
SalmaSattar 4 years ago committed by GitHub
commit a567174aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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