Skip to content

Commit

Permalink
Merge pull request #141 from flipside-org/hotfix/45_degree
Browse files Browse the repository at this point in the history
Remove extra -
  • Loading branch information
olafveerman committed Jul 7, 2014
2 parents 85fd199 + b2317f0 commit 8b0c3ee
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 8b0c3ee

Please sign in to comment.