|
|
@ -1012,6 +1012,14 @@ input[type="button"] { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
border: 2px solid #e6e6e6; |
|
|
|
border: 2px solid #e6e6e6; |
|
|
|
border-radius: 20px; |
|
|
|
border-radius: 20px; |
|
|
|
|
|
|
|
-webkit-transition-property: -webkit-transform, box-shadow, border; |
|
|
|
|
|
|
|
transition-property: -webkit-transform, box-shadow, border; |
|
|
|
|
|
|
|
-webkit-transition-duration: 0.3s; |
|
|
|
|
|
|
|
transition-duration: 0.3s; |
|
|
|
|
|
|
|
-webkit-transition-timing-function: ease-out; |
|
|
|
|
|
|
|
transition-timing-function: ease-out; |
|
|
|
|
|
|
|
-webkit-transform: scale(1); |
|
|
|
|
|
|
|
transform: scale(1); |
|
|
|
} |
|
|
|
} |
|
|
|
.toggle .toggle-handle { |
|
|
|
.toggle .toggle-handle { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
@ -1033,8 +1041,9 @@ input[type="button"] { |
|
|
|
transition-timing-function: ease-in-out; |
|
|
|
transition-timing-function: ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
.toggle.active { |
|
|
|
.toggle.active { |
|
|
|
background-color: #4cd964; |
|
|
|
|
|
|
|
border: 2px solid #4cd964; |
|
|
|
border: 2px solid #4cd964; |
|
|
|
|
|
|
|
-webkit-box-shadow: inset 0 0 0 25px #4cd964; |
|
|
|
|
|
|
|
box-shadow: inset 0 0 0 25px #4cd964; |
|
|
|
} |
|
|
|
} |
|
|
|
.toggle.active .toggle-handle { |
|
|
|
.toggle.active .toggle-handle { |
|
|
|
border-color: #4cd964; |
|
|
|
border-color: #4cd964; |
|
|
|