|
|
|
@ -1033,18 +1033,16 @@ input[type="button"] {
|
|
|
|
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08); |
|
|
|
|
-webkit-transition-property: -webkit-transform, border, width; |
|
|
|
|
transition-property: -webkit-transform, border, width; |
|
|
|
|
-webkit-transition-duration: 0.1s; |
|
|
|
|
transition-duration: 0.1s; |
|
|
|
|
-webkit-transition-timing-function: ease-in-out; |
|
|
|
|
transition-timing-function: ease-in-out; |
|
|
|
|
-webkit-transition-duration: 0.2s; |
|
|
|
|
transition-duration: 0.2s; |
|
|
|
|
} |
|
|
|
|
.toggle:active .toggle-handle { |
|
|
|
|
width: 35px; |
|
|
|
|
} |
|
|
|
|
.toggle.active { |
|
|
|
|
border: 2px solid #4cd964; |
|
|
|
|
-webkit-box-shadow: inset 0 0 0 30px #4cd964; |
|
|
|
|
box-shadow: inset 0 0 0 30px #4cd964; |
|
|
|
|
-webkit-box-shadow: inset 0 0 0 13px #4cd964; |
|
|
|
|
box-shadow: inset 0 0 0 13px #4cd964; |
|
|
|
|
} |
|
|
|
|
.toggle.active .toggle-handle { |
|
|
|
|
border-color: #4cd964; |
|
|
|
|