Skip to content

Commit

Permalink
Remove extra -
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Silva committed Jul 7, 2014
1 parent 85fd199 commit b2317f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/_demo_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
overflow: hidden;
background-color: palette(blue);
box-shadow: 0 4px 0 0 rgba(69, 77, 83, 0.1);
@include transform(rotate(-45deg));
@include transform(rotate(45deg));
white-space: nowrap;

a {
Expand All @@ -104,4 +104,4 @@
text-align: center;
width: 12rem;
}
}
}

0 comments on commit b2317f0

Please sign in to comment.