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
c6451349d0
commit
62caab08aa
1 changed files with 8 additions and 23 deletions
31
index.html
31
index.html
|
@ -250,21 +250,19 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
input {
|
button, #downloads a {
|
||||||
margin: 0 0 1.500em 0;
|
|
||||||
}
|
|
||||||
button {
|
|
||||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
||||||
font-size: 1.000em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
color: #fff;
|
|
||||||
background: none;
|
background: none;
|
||||||
border: #fff solid 1px;
|
border: #fff solid 1px;
|
||||||
padding: 0.500em 0.625em 0.500em 0.688em;
|
|
||||||
border-radius: 0.313em;
|
border-radius: 0.313em;
|
||||||
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
|
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
|
font-size: 1.000em;
|
||||||
|
padding: 0.625em 0.688em 0.625em 0.688em;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
button:hover, button:focus {
|
button:hover, button:focus, #downloads a:hover, #downloads a:focus {
|
||||||
background: rgba(255,255,255,.05);
|
background: rgba(255,255,255,.05);
|
||||||
}
|
}
|
||||||
/* Downloads */
|
/* Downloads */
|
||||||
|
@ -274,22 +272,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 40%;
|
height: 40%;
|
||||||
}
|
}
|
||||||
#downloads a {
|
|
||||||
border: #fff solid 1px;
|
|
||||||
border-radius: 0.313em;
|
|
||||||
color: #fff;
|
|
||||||
display: inline-block;
|
|
||||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
||||||
font-size: 1.000em;
|
|
||||||
padding: 0.625em 0.688em 0.625em 0.688em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
#downloads a:last-child {
|
#downloads a:last-child {
|
||||||
margin: 0 0 0 0.500em;
|
margin: 0 0 0 0.500em;
|
||||||
}
|
}
|
||||||
#downloads a:hover, #downloads a:focus {
|
|
||||||
background: rgba(255,255,255,.05);
|
|
||||||
}
|
|
||||||
/* Responsive Design */
|
/* Responsive Design */
|
||||||
@media (min-width: 0px) {
|
@media (min-width: 0px) {
|
||||||
html { font-size: 76%; }
|
html { font-size: 76%; }
|
||||||
|
|
Loading…
Reference in a new issue