Skip to content

Instantly share code, notes, and snippets.

@iurevych
Created February 4, 2014 13:59
Show Gist options
  • Save iurevych/8804033 to your computer and use it in GitHub Desktop.
Save iurevych/8804033 to your computer and use it in GitHub Desktop.
@mixin close-button($size: 24px) {
height: $size;
font-size: $size;
line-height: $size - 2;
padding: 10px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: $size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment