mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
logo inserted with better quality.
This commit is contained in:
parent
341a23f6b3
commit
147035bf5d
BIN
frontend/public/img/brand/gradido-logo.png
Normal file
BIN
frontend/public/img/brand/gradido-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
@ -3,16 +3,16 @@
|
|||||||
<b-navbar :toggleable="false" class="pr-4">
|
<b-navbar :toggleable="false" class="pr-4">
|
||||||
<b-navbar-brand class="d-none d-lg-block">
|
<b-navbar-brand class="d-none d-lg-block">
|
||||||
<b-img
|
<b-img
|
||||||
class="imgLogo position-absolute ml--3 mt-lg--2 mt-3 p-2 zindex1000"
|
class="position-absolute ml--3 mt-lg--2 mt-3 p-2 zindex1000"
|
||||||
:src="logo"
|
:src="logo"
|
||||||
width="200"
|
width="200"
|
||||||
alt="..."
|
alt="Logo"
|
||||||
/>
|
/>
|
||||||
<b-img
|
<b-img
|
||||||
class="imgLogoBack mt--3 ml--3"
|
class="mt--3 ml--3"
|
||||||
src="/img/template/gradido_background_header.png"
|
:src="background_header"
|
||||||
width="230"
|
width="230"
|
||||||
alt="start background image"
|
alt="Background Image"
|
||||||
></b-img>
|
></b-img>
|
||||||
</b-navbar-brand>
|
</b-navbar-brand>
|
||||||
<b-img class="sheet-img position-absolute d-block d-lg-none zindex1000" :src="sheet"></b-img>
|
<b-img class="sheet-img position-absolute d-block d-lg-none zindex1000" :src="sheet"></b-img>
|
||||||
@ -35,7 +35,8 @@ export default {
|
|||||||
mixins: [authLinks],
|
mixins: [authLinks],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
logo: '/img/brand/green.png',
|
background_header: '/img/template/gradido_background_header.png',
|
||||||
|
logo: '/img/brand/gradido-logo.png',
|
||||||
sheet: '/img/template/Blaetter.png',
|
sheet: '/img/template/Blaetter.png',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -4,10 +4,10 @@
|
|||||||
<b-navbar toggleable="lg" class="pr-4">
|
<b-navbar toggleable="lg" class="pr-4">
|
||||||
<b-navbar-brand>
|
<b-navbar-brand>
|
||||||
<b-img
|
<b-img
|
||||||
class="imgLogo mt-lg--2 mt-3 mb-3 d-none d-lg-block zindex10"
|
class="mt-lg--2 mt-3 mb-3 d-none d-lg-block zindex10"
|
||||||
:src="logo"
|
:src="logo"
|
||||||
width=""
|
width="200"
|
||||||
alt="..."
|
alt="Logo"
|
||||||
/>
|
/>
|
||||||
<div v-b-toggle.sidebar-mobile variant="link" class="d-block d-lg-none">
|
<div v-b-toggle.sidebar-mobile variant="link" class="d-block d-lg-none">
|
||||||
<span class="navbar-toggler-icon h2"></span>
|
<span class="navbar-toggler-icon h2"></span>
|
||||||
@ -60,7 +60,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
logo: '/img/brand/green.png',
|
logo: '/img/brand/gradido-logo.png',
|
||||||
sheet: '/img/template/Blaetter.png',
|
sheet: '/img/template/Blaetter.png',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -45,7 +45,6 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
img: '/img/brand/green.png',
|
|
||||||
linkData: {
|
linkData: {
|
||||||
__typename: 'TransactionLink',
|
__typename: 'TransactionLink',
|
||||||
amount: '123.45',
|
amount: '123.45',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user