mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-17 10:54:12 +03:00
Merge pull request #202 from danleech/dev
Google verification file, tweaked button styles
This commit is contained in:
commit
6d7f4aee49
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;
|
||||||
|
1
google6e31748efdb240e2.html
Normal file
1
google6e31748efdb240e2.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
google-site-verification: google6e31748efdb240e2.html
|
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