Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @mixin back-drop() {
  2. position: absolute;
  3. width: 100%;
  4. height: 100%;
  5. margin: auto;
  6. top: 0;
  7. bottom: 0;
  8. right: 0;
  9. left: 0;
  10. z-index: 100;
  11. background: rgba(0, 0, 0, 0.73);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement