Slider optimized for Firefox

This commit is contained in:
María Checa
2016-01-29 17:38:14 +01:00
parent 7a826d42f1
commit 2231eb5822
2 changed files with 72 additions and 66 deletions
-33
View File
@@ -57,36 +57,3 @@
}
}
}
// .CDB-Toggle {
// @include transition(background, 300ms);
// position: relative;
// width: $baseSize * 4;
// height: $baseSize * 2;
// margin: 0 2px;
// border-radius: 50px;
// background: $cTypo4;
// }
// .CDB-Toggle:before {
// position: absolute;
// top: 2px;
// left: 2px;
// width: $baseSize + 4;
// height: $baseSize + 4;
// border-radius: 50%;
// background: $cWhite;
// box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.48);
// content: '';
// }
// .CDB-Toggle:checked {
// background: $cMainDark;
// }
// .CDB-Toggle:checked:before {
// right: 2px;
// left: auto;
// }