Skip to content

Instantly share code, notes, and snippets.

@IvanofSA
Created May 29, 2016 19:38
Show Gist options
  • Save IvanofSA/538ce319d5dbd23746046853418ea2a0 to your computer and use it in GitHub Desktop.
Save IvanofSA/538ce319d5dbd23746046853418ea2a0 to your computer and use it in GitHub Desktop.
.btn{
display: block;
margin: 0 auto;
margin-top: 20px;
background: $orange;
color: #fff;
text-transform: uppercase;
padding: 20px 30px;
border-radius: 5px;
box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
cursor: pointer;
outline: none;
font-family: $medium;
font-size: 1.2em;
transition: all ease-in-out 300ms;
&:hover{
box-shadow: 0px 37px 20px -20px rgba(0,0,0,0.2);
transform: translate(0px, -10px) scale(1.2);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment