feature: new logo added

This commit is contained in:
gaelle morin 2020-11-13 19:26:54 +01:00
parent e8eb53e826
commit c2fa96df86
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.header-left
.logo
solid-link(next='dashboard')
img(src=`${clientLogo || '/images/logo.png'}` style=`max-height:${clientLogoHeight || '32px'}`)
img(src=`${clientLogo || '/images/logo.png'}` style=`max-height:${clientLogoHeight || '74px'}`)
span.beta-tag(data-trans='header.beta')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -48,7 +48,7 @@
background: var(--color-primary);
color: var(--color-white);
position: absolute;
top: -9px;
top: 12px;
left: 267px;
}
}