Skip to content

Instantly share code, notes, and snippets.

@andyford
Last active August 7, 2016 20:07
Show Gist options
  • Select an option

  • Save andyford/4328a1df48b0b311cbe85b99b31c54cb to your computer and use it in GitHub Desktop.

Select an option

Save andyford/4328a1df48b0b311cbe85b99b31c54cb to your computer and use it in GitHub Desktop.
input[type="password"] {
font-family: Verdana, Impact, serif;
font-weight: bolder;
letter-spacing: 0.1em;
// reset for placeholders (if using them)
// assumes '$font-sans' is the default font for your inputs
&::-webkit-input-placeholder {
font-family: $font-sans;
font-weight: normal;
letter-spacing: 0;
}
&::-moz-placeholder {
font-family: $font-sans;
font-weight: normal;
letter-spacing: 0;
}
&:-ms-input-placeholder {
font-family: $font-sans;
font-weight: normal;
letter-spacing: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment