mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-30 22:10:35 +03:00
Added subtle animation to donate button
This commit is contained in:
parent
8b1731b2dd
commit
375d69cc14
13
404.html
13
404.html
@ -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;
|
||||||
|
13
index.html
13
index.html
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user