mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge pull request #3393 from gradido/speedup_smaller_imgs
feat(frontend): scale down two img
This commit is contained in:
commit
bfef0355d0
BIN
frontend/public/img/brand/gradido-logo_200x59.png
Normal file
BIN
frontend/public/img/brand/gradido-logo_200x59.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
frontend/public/img/brand/gradido_coin_128x128.png
Normal file
BIN
frontend/public/img/brand/gradido_coin_128x128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@ -23,7 +23,7 @@ import { useAuthLinks } from '@/composables/useAuthLinks'
|
|||||||
const { login, register } = useAuthLinks()
|
const { login, register } = useAuthLinks()
|
||||||
|
|
||||||
const backgroundHeader = '/img/template/gradido_background_header.png'
|
const backgroundHeader = '/img/template/gradido_background_header.png'
|
||||||
const logo = '/img/brand/gradido-logo.png'
|
const logo = '/img/brand/gradido-logo_200x59.png'
|
||||||
const sheet = '/img/template/Blaetter.png'
|
const sheet = '/img/template/Blaetter.png'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
<div class="mb-0">{{ $t('1000thanks') }}</div>
|
<div class="mb-0">{{ $t('1000thanks') }}</div>
|
||||||
</BCol>
|
</BCol>
|
||||||
<BCol cols="3" class="text-end d-none d-sm-none d-md-inline">
|
<BCol cols="3" class="text-end d-none d-sm-none d-md-inline">
|
||||||
<BAvatar src="/img/brand/gradido_coin●.png" size="6rem" />
|
<BAvatar src="/img/brand/gradido_coin_128x128.png" size="6rem" />
|
||||||
</BCol>
|
</BCol>
|
||||||
</BRow>
|
</BRow>
|
||||||
<BCard ref="pageFontSize" no-body class="border-0 mt-4 gradido-custom-background">
|
<BCard ref="pageFontSize" no-body class="border-0 mt-4 gradido-custom-background">
|
||||||
@ -62,7 +62,7 @@
|
|||||||
<BRow class="d-inline d-sm-inline d-md-none d-lg-none mb-3">
|
<BRow class="d-inline d-sm-inline d-md-none d-lg-none mb-3">
|
||||||
<BCol class="text-center">
|
<BCol class="text-center">
|
||||||
<BAvatar
|
<BAvatar
|
||||||
src="/img/brand/gradido_coin●.png"
|
src="/img/brand/gradido_coin_128x128.png"
|
||||||
size="6rem"
|
size="6rem"
|
||||||
bg-variant="transparent"
|
bg-variant="transparent"
|
||||||
></BAvatar>
|
></BAvatar>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user