Skip to content

Instantly share code, notes, and snippets.

@gists-app-test
Forked from n0nick/ribbon.css.scss
Created September 12, 2012 14:31
Show Gist options
  • Save gists-app-test/3706981 to your computer and use it in GitHub Desktop.
Save gists-app-test/3706981 to your computer and use it in GitHub Desktop.
@import "bootstrap/_mixins";
@mixin ribbon() {
position: absolute;
top: 35px;
right: 0;
background: #9E0800;
color: #fff;
line-height: inherit;
padding: 5px 30px;
z-index: 2;
@include box-shadow(5px 5px 5px #333);
@if direction() == ltr {
@include rotate(25deg);
} @else {
@include rotate(335deg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment