Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Created January 14, 2015 22:42
Show Gist options
  • Save paulcsmith/4a9c014b5702e10ab904 to your computer and use it in GitHub Desktop.
Save paulcsmith/4a9c014b5702e10ab904 to your computer and use it in GitHub Desktop.
SkyLabels Start SASS template
.sky-label {
input, textarea { /* How the input looks without focus or text */ }
label { /* How the input looks without focus or text */ }
}
.sky-label-focused, .sky-label-has-text {
input, textarea { /* How the inputs look while focused or with text (and blurred) */ }
label {}
}
.sky-label-has-text {
input, textarea { /* How the inputs look while blurred, but with text */ }
label {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment