mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change button color
This commit is contained in:
parent
3c7b1067ba
commit
00c1192843
@ -12,7 +12,7 @@ html, body {
|
||||
}
|
||||
|
||||
.gradient-gradido {
|
||||
background-image: linear-gradient(146deg, rgba(249,205,105,1) 50%, rgba(197,141,56,1) 100%);
|
||||
background-image: linear-gradient(146deg, rgb(220, 167, 44) 50%, rgba(197,141,56,1) 100%);
|
||||
}
|
||||
|
||||
/* Button */
|
||||
@ -21,12 +21,13 @@ html, body {
|
||||
}
|
||||
|
||||
.btn-gradido {
|
||||
background-image: linear-gradient(146deg, rgba(249,205,105,1) 50%, rgba(197,141,56,1) 100%);
|
||||
background-image: linear-gradient(146deg, rgb(220, 167, 44) 50%, rgba(197,141,56,1) 100%);
|
||||
background-size: auto;
|
||||
background-position: 0% 0%;
|
||||
background-repeat: repeat;
|
||||
border-style: none;
|
||||
box-shadow: 10px 10px 50px 10px rgba(56, 56, 56, 0.31);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-gradido:hover {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<footer class="footer bg-transparent">
|
||||
<b-row class="mt-4">
|
||||
<b-col class="col-12 col-md-12 col-lg-6">
|
||||
<b-nav class="nav-footer justify-content-center">
|
||||
<b-nav class="nav-footer">
|
||||
<b-nav-item :href="`https://gradido.net/${$i18n.locale}/impressum/`" target="_blank">
|
||||
{{ $t('footer.imprint') }}
|
||||
</b-nav-item>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
></b-img>
|
||||
<b-img id="img3" src="img/template/Foto_01.jpg" alt="start background image"></b-img>
|
||||
<div class="mobil-start-box-text text-center">
|
||||
<b-button variant="gradido" class="text-white" to="/register" @click="mobilStart = false">
|
||||
<b-button variant="gradido" to="/register" @click="mobilStart = false">
|
||||
{{ $t('signup') }}
|
||||
</b-button>
|
||||
<div class="mt-3 h3 text-white">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user