Skip to content

Commit

Permalink
css prefixes changed to Bourbon mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
Keit Oliveira committed Nov 25, 2015
1 parent 6cc6505 commit db65603
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/js/card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/js/jquery.card.js

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions src/scss/logos/_elo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.e {
transform: rotate(-15deg);
@include transform(rotate(-15deg));
}

.o {
Expand All @@ -31,11 +31,8 @@
right: 0;
top: 7px;
border-radius: 100%;
background: -webkit-linear-gradient(yellow 50%, red 50%);
background: -o-linear-gradient(yellow 50%, red 50%);
background: -moz-linear-gradient(yellow 50%, red 50%);
background: linear-gradient(yellow 50%, red 50%);
transform: rotate(40deg);
@include background-image(linear-gradient(yellow 50%, red 50%));
@include transform(rotate(40deg));
text-indent: -9999px;

&:before {
Expand Down

0 comments on commit db65603

Please sign in to comment.