mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update sent.html
This commit is contained in:
parent
f759797ea2
commit
b7d7011cde
1 changed files with 2 additions and 3 deletions
|
@ -97,19 +97,18 @@
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
background: none;
|
|
||||||
border: #fff solid 1px;
|
border: #fff solid 1px;
|
||||||
border-radius: 0.313em;
|
border-radius: 0.313em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
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;
|
||||||
height: 2.313em;
|
height: 2.313em;
|
||||||
line-height: 2.188em;
|
line-height: 2.188em;
|
||||||
padding: 0 0.688em 0 0.688em;
|
padding: 0 0.688em 0 0.688em;
|
||||||
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
vertical-align: middle;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
background: rgba(255,255,255,.05);
|
background: rgba(255,255,255,.05);
|
||||||
|
|
Loading…
Reference in a new issue