Merge pull request #202 from danleech/dev

Google verification file, tweaked button styles
This commit is contained in:
Dan Leech 2015-10-19 17:50:56 +01:00
commit 6d7f4aee49
4 changed files with 40 additions and 0 deletions

View File

@ -69,8 +69,21 @@
padding: 0 0 1.5rem; padding: 0 0 1.5rem;
text-align: center; text-align: center;
} }
@keyframes pulse {
0% {
background-color: #CCC;
}
50% {
background-color: #AAA;
}
100% {
background-color: #CCC;
}
}
.donate-button { .donate-button {
-webkit-appearance: none; -webkit-appearance: none;
animation: pulse 2.5s infinite;
animation-timing-function: ease-in-out;
background: #CCC; background: #CCC;
border: 0; border: 0;
border-radius: 1.5rem; border-radius: 1.5rem;

View File

@ -0,0 +1 @@
google-site-verification: google6e31748efdb240e2.html

View File

@ -69,8 +69,21 @@
padding: 0 0 1.5rem; padding: 0 0 1.5rem;
text-align: center; text-align: center;
} }
@keyframes pulse {
0% {
background-color: #CCC;
}
50% {
background-color: #AAA;
}
100% {
background-color: #CCC;
}
}
.donate-button { .donate-button {
-webkit-appearance: none; -webkit-appearance: none;
animation: pulse 2.5s infinite;
animation-timing-function: ease-in-out;
background: #CCC; background: #CCC;
border: 0; border: 0;
border-radius: 1.5rem; border-radius: 1.5rem;

View File

@ -69,8 +69,21 @@
padding: 0 0 1.5rem; padding: 0 0 1.5rem;
text-align: center; text-align: center;
} }
@keyframes pulse {
0% {
background-color: #CCC;
}
50% {
background-color: #AAA;
}
100% {
background-color: #CCC;
}
}
.donate-button { .donate-button {
-webkit-appearance: none; -webkit-appearance: none;
animation: pulse 2.5s infinite;
animation-timing-function: ease-in-out;
background: #CCC; background: #CCC;
border: 0; border: 0;
border-radius: 1.5rem; border-radius: 1.5rem;