Skip to content

Instantly share code, notes, and snippets.

@Ollo
Last active August 29, 2015 14:08
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 Ollo/bdc8163fe69845e9493d to your computer and use it in GitHub Desktop.
Save Ollo/bdc8163fe69845e9493d to your computer and use it in GitHub Desktop.
.overview_header {
border-bottom: 1px solid $gloo_gray;
@include outer-container;
padding: 1rem 0 2rem;
margin-bottom: 2rem;
.average {
@include span-columns(6);
}
.review_graph {
@include span-columns(6);
@include omega;
}
.post_review {
@include span-columns(12);
margin-top: 3rem;
button {
width: 98%;
float: none;
@include media($medium){
width: auto;
float: right;
margin: 3rem 1rem 0 0;
}
}
}
div {
@include media($medium) {
@include span-columns(4);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment