Skip to content

Instantly share code, notes, and snippets.

@mturjak
Created December 11, 2013 12:44
Show Gist options
  • Select an option

  • Save mturjak/7909803 to your computer and use it in GitHub Desktop.

Select an option

Save mturjak/7909803 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
$last-rule: null;
.search-doctors-box {
position:relative;
z-index:999;
margin: 0px;
$last-rule: &;
}
#{$last-rule}--at-map {
position: absolute;
margin-bottom:10px;
top: 0px;
left: 415px;
width:680px;
}
.search-doctors-box {
position: relative;
z-index: 999;
margin: 0px;
}
.search-doctors-box--at-map {
position: absolute;
margin-bottom: 10px;
top: 0px;
left: 415px;
width: 680px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment