Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created October 20, 2015 14:45
Show Gist options
  • Save cimmanon/5835264f2d7fde35fdaf to your computer and use it in GitHub Desktop.
Save cimmanon/5835264f2d7fde35fdaf to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.report__chart-wrap
position: absolute
width: 100%
@media(max-width: 991px)
// position: static
@media(min-width: 992px)
top: 200px
left: 90px
@media(min-width: 1200px)
top: 155px
left: 0
.report__chart-wrap {
position: absolute;
width: 100%;
}
@media(max-width: 991px) {}
@media(min-width: 992px) {
.report__chart-wrap {
top: 200px;
left: 90px;
}
}
@media(min-width: 1200px) {
.report__chart-wrap {
top: 155px;
left: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment