Skip to content

Instantly share code, notes, and snippets.

@joecritch
Created February 2, 2012 15:19
Show Gist options
  • Save joecritch/1723951 to your computer and use it in GitHub Desktop.
Save joecritch/1723951 to your computer and use it in GitHub Desktop.
form {
&.filtered {
opacity: 0.5;
}
// ----
.field {
float: left;
&.selected {
background: yellow;
// ---
label,
input {
width: 100px;
float: left;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment