mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-23 00:05:03 +00:00
Update sent.html
This commit is contained in:
parent
c150447757
commit
93c90221f7
1 changed files with 19 additions and 0 deletions
19
sent.html
19
sent.html
|
@ -97,6 +97,10 @@
|
||||||
margin: 0 0 0.813em 0;
|
margin: 0 0 0.813em 0;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
margin: 0 0 2.375em 0;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgba(255,255,255,.4);
|
color: rgba(255,255,255,.4);
|
||||||
|
@ -127,6 +131,21 @@
|
||||||
top: 2px;
|
top: 2px;
|
||||||
margin: 0 0.625em 0 0;
|
margin: 0 0.625em 0 0;
|
||||||
}
|
}
|
||||||
|
#contact a {
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #fff;
|
||||||
|
border: #fff solid 1px;
|
||||||
|
padding: 0.500em 0.625em 0.500em 0.688em;
|
||||||
|
margin: 1.625em 0 0 0;
|
||||||
|
-moz-border-radius: 0.313em;
|
||||||
|
-webkit-border-radius: 0.313em;
|
||||||
|
-o-border-radius: 0.313em;
|
||||||
|
border-radius: 0.313em;
|
||||||
|
transition: background .2s ease-in-out;
|
||||||
|
}
|
||||||
|
#contact a:hover {
|
||||||
|
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