Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
IceMaD committed Feb 20, 2016
1 parent c8b9ad1 commit 89a2675
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/sass/component/tree/_node.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@mixin node-title-variant($color) {
@mixin node-title-variant($name, $color) {

@include modifier(winner) {
@include modifier($name) {

background-color: lighten($color, 10%);

Expand Down Expand Up @@ -91,8 +91,8 @@
}
}

@include node-title-variant($winner-background-color);
@include node-title-variant($won-background-color);
@include node-title-variant($lost-background-color);
@include node-title-variant('winner' , $winner-background-color);
@include node-title-variant('won' , $won-background-color);
@include node-title-variant('lost' , $lost-background-color);
}
}

0 comments on commit 89a2675

Please sign in to comment.