Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Last active December 16, 2015 10:39
Show Gist options
  • Save AndriyShepitsen/5421947 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5421947 to your computer and use it in GitHub Desktop.
Contact Form Lable Formatting
@mixin lableContactForm($anyColorFontForm) {
display: block;
cursor: pointer;
padding-bottom: 5px;
padding-top: 10px;
font-size:1.1em;
color:$anyColorFontForm;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment