Skip to content

Commit

Permalink
fix: update 'Install IPFS button' CSS hover style.
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofmn committed Dec 18, 2017
1 parent 54b5c91 commit b4691db
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion landing-pages/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,20 @@ a:hover {
.btn-install-station {
background: #67C6CC;
border-radius: 7px;
margin: 5px 0 10px 0;
margin: 5px 0 20px 0;
padding: 20px 40px 20px 40px;
font-family: 'Fira Sans', sans-serif;
font-weight: 300;
font-size: 26px;
color: #FFFFFF;
text-shadow: 0 2px 3px rgba(0,0,0,0.50);
letter-spacing: 0.47px;
-webkit-box-shadow: 0px 10px 13px -1px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 10px 13px -1px rgba(0,0,0,0.39);
box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.39);
}

.btn-install-station:hover {
margin: 4px 0 20px 0;
box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.39);
}

0 comments on commit b4691db

Please sign in to comment.