Merge branch 'donation-info' of github.com:Human-Connection/Human-Connection into donation-info

This commit is contained in:
mattwr18 2019-11-12 21:05:09 +01:00
commit e971aef3e8
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="donation-info">
<progress-bar :title="title" :label="label" :goal="goal" :progress="progress" />
<a href="https://human-connection.org/spenden/">
<a target="_blank" href="https://human-connection.org/spenden/">
<ds-button primary>{{ $t('donations.donate-now') }}</ds-button>
</a>
</div>

View File

@ -59,6 +59,10 @@ export default {
@media (max-width: 546px) {
top: $space-xx-small;
}
@media (max-width: 350px) {
font-size: $font-size-small;
}
}
.progress-bar__goal {
@ -85,5 +89,9 @@ export default {
position: absolute;
top: 50%;
left: $space-xx-small;
@media (max-width: 350px) {
font-size: $font-size-small;
}
}
</style>