Skip to content

Commit

Permalink
Merge pull request #105 from cb-talent-development/bugfix/change-togg…
Browse files Browse the repository at this point in the history
…le-button-transistion-variable

fix: Update Toggle Button Transition Variable
  • Loading branch information
MKwenhua authored Jun 20, 2017
2 parents d2a2d41 + ea745e2 commit 74e19d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/directives/_toggles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
padding: 6px 24px;
background-color: $grey-lighter;
cursor: pointer;
transition: $toggle-button-transistion;
transition: $toggle-button-transistion--radio;
font-size: $small-font-size;

&:before {
Expand Down

0 comments on commit 74e19d3

Please sign in to comment.