Last active
August 29, 2015 14:08
-
-
Save Ollo/bdc8163fe69845e9493d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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