feature: new logo added
This commit is contained in:
parent
e8eb53e826
commit
c2fa96df86
@ -1,7 +1,7 @@
|
|||||||
.header-left
|
.header-left
|
||||||
.logo
|
.logo
|
||||||
solid-link(next='dashboard')
|
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')
|
span.beta-tag(data-trans='header.beta')
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 34 KiB |
@ -48,7 +48,7 @@
|
|||||||
background: var(--color-primary);
|
background: var(--color-primary);
|
||||||
color: var(--color-white);
|
color: var(--color-white);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -9px;
|
top: 12px;
|
||||||
left: 267px;
|
left: 267px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user