Skip to content

Instantly share code, notes, and snippets.

@pmourelle
Created April 24, 2014 17:08
Show Gist options
  • Save pmourelle/11262020 to your computer and use it in GitHub Desktop.
Save pmourelle/11262020 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
$header_wrapper: ".identity_bar";
.ngs-header {
border: none;
float: right;
outline: none;
position: relative;
z-index: 1000;
#{$header_wrapper}:not(.force_desktop) & {
position: absolute;
right: 0;
top: 0;
}
}
.ngs-header {
border: none;
float: right;
outline: none;
position: relative;
z-index: 1000;
}
.identity_bar:not(.force_desktop) .ngs-header {
position: absolute;
right: 0;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment