Skip to content

Instantly share code, notes, and snippets.

@procload
Created November 14, 2014 19:37
Show Gist options
  • Select an option

  • Save procload/8ec1434e00ade47224f1 to your computer and use it in GitHub Desktop.

Select an option

Save procload/8ec1434e00ade47224f1 to your computer and use it in GitHub Desktop.
/* line 21, ../../app/assets/stylesheets/modules/_content-sharing.scss */
.content-sharing__btn span {
display: none;
}
@media only screen and (min-width: 480px) {
/* line 21, ../../app/assets/stylesheets/modules/_content-sharing.scss */
.content-sharing__btn span {
display: inline;
}
}
@media only screen and (min-width: 740px) {
/* line 21, ../../app/assets/stylesheets/modules/_content-sharing.scss */
.content-sharing__btn span {
display: none;
}
}
@media only screen and (min-width: 860px) {
/* line 21, ../../app/assets/stylesheets/modules/_content-sharing.scss */
.content-sharing__btn span {
display: inline;
}
}
/* line 61, ../../app/assets/stylesheets/_helpers.scss */
html.lt-ie9 .content-sharing__btn span {
display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment