Last active
July 19, 2017 10:49
-
-
Save robhob/25955fbef2ba6cafbf380a23ad374853 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
position: relative; | |
padding: 0.2em 1em; | |
border: 2px solid #BD6982 !important; | |
-webkit-border-radius: 3px; | |
-moz-border-radius: 3px; | |
border-radius: 3px; | |
background: transparent; | |
font-size: 16px; | |
font-weight: 600; | |
line-height: 1.7em !important; | |
-webkit-transition: all 0.2s; | |
-moz-transition: all 0.2s; | |
transition: all 0.2s; | |
margin-right: 20px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment