e13f2fc2 by bootflat

fixed #50

Base toggle handle position on height variable
1 parent ad1f6664
......@@ -46,7 +46,7 @@ $toggle-checked-shadow: inset 0 0 0 1px $lightgray-light, 1px 1p
& .handle {
display: block;
position: relative;
top: -20px;
top: $toggle-handle-height * -0.5;
left: 0;
width: $toggle-handle-width;
height: $toggle-handle-height;
......