Skip to content

Instantly share code, notes, and snippets.

@davidyell
Created January 15, 2013 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidyell/4538127 to your computer and use it in GitHub Desktop.
Save davidyell/4538127 to your computer and use it in GitHub Desktop.
Adding required star to input
div.input{
&.required label:after{
content: "*";
}
&.error{
padding: 10px;
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
border-radius: 4px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment