Skip to content

Commit

Permalink
Merge pull request #37 from AntouanK/master
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-cea committed Nov 11, 2014
2 parents 93ee535 + e0175e3 commit 283cf8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/dist/less/components/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
box-sizing: @checkbox-box-box-sizing;
height: @checkbox-box-size;
position: @checkbox-box-position;
transform: @checkbox-box-transform;
.lh-transform(@checkbox-box-transform);
transform-origin: @checkbox-box-transform-origin;
width: @checkbox-box-size;
}
Expand All @@ -65,23 +65,23 @@
height: @checkbox-check-height;
left: @checkbox-check-fix-left;
position: @checkbox-check-position;
transform: @checkbox-check-transform;
.lh-transform(@checkbox-check-transform);
transform-origin: @checkbox-check-transform-origin;
width: @checkbox-check-height;
}

&.mui-checked {
.mui-checkbox-box {
.ease-out;
transform: rotate(45deg) scale(0);
.lh-transform(rotate(45deg) scale(0));
}

.mui-checkbox-check {
.ease-out;
height: @checkbox-checked-check-height;
transform: @checkbox-checked-check-transform;
.lh-transform(@checkbox-checked-check-transform);
transition-delay: @checkbox-checked-check-transition-delay;
width: @checkbox-checked-check-width;
}
}
}
}

0 comments on commit 283cf8a

Please sign in to comment.