Skip to content

Instantly share code, notes, and snippets.

@procload
Created November 14, 2014 19:33
Show Gist options
  • Save procload/110d00fb5f10a526e0b6 to your computer and use it in GitHub Desktop.
Save procload/110d00fb5f10a526e0b6 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;
}
}
/* line 65, ../../app/assets/stylesheets/_helpers.scss */
html.lt-ie9 .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;
}
}
/* line 65, ../../app/assets/stylesheets/_helpers.scss */
html.lt-ie9 .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 65, ../../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