Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Last active December 16, 2015 10:39
Show Gist options
  • Save AndriyShepitsen/5421988 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5421988 to your computer and use it in GitHub Desktop.
Contact Form Input Formatting
@mixin inputContactForm($anyBorderVariable){
border:$anyBorderVariable;
width:400px;
-moz-border-radius: .1em;
-webkit-border-radius: .1em;
border-radius: .1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment