Skip to content

Instantly share code, notes, and snippets.

@SOLUNTECH
Created March 10, 2015 20:25
Show Gist options
  • Save SOLUNTECH/6368afd529113a961e7d to your computer and use it in GitHub Desktop.
Save SOLUNTECH/6368afd529113a961e7d to your computer and use it in GitHub Desktop.
.btn-sol {
display: inline-block;
padding: 1em 1.5em 0.9em 1.5em;
text-decoration: none;
font-size: 1.5em;
margin: 0 0.5em 0.5em 0;
color: #555;
background-color: transparent;
border: 1px solid rgba(0,0,0,0.19999999999999996);
border-radius: 5px;
font-weight: 100;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
}
.btn-sol:hover{
background-color: #fe5607;
color: #fff;
-webkit-box-shadow: 0px 0px 25px #fe5607;
box-shadow: 0px 0px 25px #fe5607;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment