Skip to content

Instantly share code, notes, and snippets.

@captainkovalsky
Created April 23, 2014 18:01
Show Gist options
  • Save captainkovalsky/11226285 to your computer and use it in GitHub Desktop.
Save captainkovalsky/11226285 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
.form-element-block {
display: inline-block;
height: 20px;
margin: 0;
}
.label-box {
@extend .form-element-block;
float: left;
label {
display: inline-block;
line-height: 20px;
}
}
.default-label-box {
@extend .label-box;
width: 200px;
}
.location-label-box {
@extend .label-box;
width: 100px;
}
.form-element-block, .label-box, .default-label-box, .location-label-box {
display: inline-block;
height: 20px;
margin: 0;
}
.label-box, .default-label-box, .location-label-box {
float: left;
}
.label-box label, .default-label-box label, .location-label-box label {
display: inline-block;
line-height: 20px;
}
.default-label-box {
width: 200px;
}
.location-label-box {
width: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment