Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created November 26, 2014 17:49
Show Gist options
  • Select an option

  • Save cimmanon/5ca48edb41917c0a4871 to your computer and use it in GitHub Desktop.

Select an option

Save cimmanon/5ca48edb41917c0a4871 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.linkedIcon {
position:fixed;
left:0;
/* Firefox */
top: -moz-calc(50% - 64px);
/* WebKit */
top: -webkit-calc(50% - 64px);
/* Opera */
top: -o-calc(50% - 64px);
/* Standard */
top: calc(50% - 64px);
background-image: url('icons/64/linkedIcon.png');
}
.linkedIcon {
position: fixed;
left: 0;
/* Firefox */
top: -moz-calc(50% - 64px);
/* WebKit */
top: -webkit-calc(50% - 64px);
/* Opera */
top: -o-calc(50% - 64px);
/* Standard */
top: calc(50% - 64px);
background-image: url("icons/64/linkedIcon.png");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment