learn more button add href and locales

This commit is contained in:
ogerly 2022-06-01 10:17:34 +02:00
parent 4f15e4e3cd
commit cb7e3df9e6
2 changed files with 15 additions and 11 deletions

View File

@ -15,6 +15,15 @@ body {
color: #0e79bc !important;
}
.text-gradido {
color: rgb(249 205 105 / 100%);
}
.gradient-gradido {
background-image: linear-gradient(146deg, rgb(220 167 44) 50%, rgb(197 141 56 / 100%) 100%);
}
/* Navbar */
a,
.navbar-light,
@ -32,14 +41,6 @@ a:hover,
color: rgb(35 121 188 / 90%);
}
.text-gradido {
color: rgb(249 205 105 / 100%);
}
.gradient-gradido {
background-image: linear-gradient(146deg, rgb(220 167 44) 50%, rgb(197 141 56 / 100%) 100%);
}
/* Button */
.btn {
border-radius: 25px;
@ -97,6 +98,7 @@ a:hover,
box-shadow: 10px 10px 50px 10px rgb(56 56 56 / 0%);
}
.form-control,
.custom-select {
border-radius: 17px;

View File

@ -16,9 +16,11 @@
<div class="h0 text-white">{{ $t('auth.left.gratitude') }}</div>
<div class="h1 text-white">{{ $t('auth.left.newCurrency') }}</div>
<div class="h2 text-white">{{ $t('auth.left.oneAnotherNature') }}</div>
<b-button :href="learnMore" variant="gradido" target="_blank">
{{ $t('auth.left.learnMore') }}
</b-button>
<b-link :href="learnMore" target="_blank">
<b-button variant="gradido">
{{ $t('auth.left.learnMore') }}
</b-button>
</b-link>
</div>
</div>
<b-row class="justify-content-md-center">