mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
641e1817d1
commit
c6451349d0
1 changed files with 3 additions and 3 deletions
|
@ -243,6 +243,7 @@
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 0.563em 0.688em 0.563em 0.688em;
|
padding: 0.563em 0.688em 0.563em 0.688em;
|
||||||
|
margin: 0 0 1.625em 0;
|
||||||
border-radius: 0.250em;
|
border-radius: 0.250em;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -252,7 +253,7 @@
|
||||||
input {
|
input {
|
||||||
margin: 0 0 1.500em 0;
|
margin: 0 0 1.500em 0;
|
||||||
}
|
}
|
||||||
button, #downloads a {
|
button {
|
||||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-size: 1.000em;
|
font-size: 1.000em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
@ -260,11 +261,10 @@
|
||||||
background: none;
|
background: none;
|
||||||
border: #fff solid 1px;
|
border: #fff solid 1px;
|
||||||
padding: 0.500em 0.625em 0.500em 0.688em;
|
padding: 0.500em 0.625em 0.500em 0.688em;
|
||||||
margin: 1.625em 0 0 0;
|
|
||||||
border-radius: 0.313em;
|
border-radius: 0.313em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
button:hover, button:focus, #downloads a:hover, #downloads a:focus {
|
button:hover, button:focus {
|
||||||
background: rgba(255,255,255,.05);
|
background: rgba(255,255,255,.05);
|
||||||
}
|
}
|
||||||
/* Downloads */
|
/* Downloads */
|
||||||
|
|
Loading…
Reference in a new issue