Skip to content

Instantly share code, notes, and snippets.

@cbfrance
Created November 3, 2015 02:34
Show Gist options
  • Save cbfrance/6fa62086f69526f56bdb to your computer and use it in GitHub Desktop.
Save cbfrance/6fa62086f69526f56bdb to your computer and use it in GitHub Desktop.
input[type='email'] {
width: 68%;
&:focus {
// outline: 1px dotted;
border-bottom: 1px solid $dodger-blue;
}
// When clicking in this element, light up the button
&:focus ~ input[type='submit'] {
transition: background-color 0.3s;
background-color: $dodger-blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment