Skip to content

Instantly share code, notes, and snippets.

@Dan-Nolan
Created April 1, 2014 20:50
Show Gist options
  • Save Dan-Nolan/9922909 to your computer and use it in GitHub Desktop.
Save Dan-Nolan/9922909 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
// TODO Nest all these selectors so we only have to use a selector once!
#OARDemographic form { font-weight: bold; }
#OARDemographic form table { font-size:16px;}
#OARDemographic form table input { margin-right:25px; }
#OARDemographic form table select { border:1px solid #cccccc; }
#OARDemographic form {
font-weight: bold;
}
#OARDemographic form table {
font-size: 16px;
}
#OARDemographic form table input {
margin-right: 25px;
}
#OARDemographic form table select {
border: 1px solid #cccccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment