Skip to content

Instantly share code, notes, and snippets.

@samthurman
Created October 5, 2014 04:32
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 samthurman/e65192581d756a5d4419 to your computer and use it in GitHub Desktop.
Save samthurman/e65192581d756a5d4419 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
.header--election {
display: inline-block;
margin: 0 0 grid-height(3);
.header--election__label {
text-transform: uppercase;
padding: grid-height(1) grid-width(1);
margin: 0 0 grid-height(2);
display: inline-block;
}
.header--election__value {
text-align: center;
}
}
.header--election--dropdown {
@extend .header--election;
}
.header--election, .header--election--dropdown {
display: inline-block;
margin: 0 0 grid-height(3);
}
.header--election .header--election__label, .header--election--dropdown .header--election__label {
text-transform: uppercase;
padding: grid-height(1) grid-width(1);
margin: 0 0 grid-height(2);
display: inline-block;
}
.header--election .header--election__value, .header--election--dropdown .header--election__value {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment