Skip to content

Instantly share code, notes, and snippets.

@intellix
Created October 31, 2015 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intellix/b180ce42dcacd7fea579 to your computer and use it in GitHub Desktop.
Save intellix/b180ce42dcacd7fea579 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$max-notifications: 10;
&:nth-child(n+#{$max-notifications + 1}) {
margin-top: -#{120px * ($max-notifications + 2)};
z-index: 100 - #{$max-notifications + 1};
left: -210px;
}
:nth-child(n+11) {
margin-top: -1440px;
z-index: 100 - 11;
left: -210px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment