Slider fix

This commit is contained in:
Denis Zheleztsov 2018-01-03 15:04:05 +03:00
parent 2f2268a308
commit 25b4dfc426

View File

@ -199,8 +199,8 @@ body {
content: "";
height: 19px;
width: 19px;
left: 2px;
bottom: 2px;
left: 1px;
bottom: 1px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
@ -222,7 +222,7 @@ input:checked + .slider:before {
/* Rounded sliders */
.slider.round {
border-radius: 14px;
border-radius: 13px;
}
.slider.round:before {