Explorar o código

Merge pull request #65 from smiclea/CORWEB-88

[FF] Fix Wizard's big switch alignment CORWEB-88
Dorin Paslaru %!s(int64=8) %!d(string=hai) anos
pai
achega
720e75478c
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/components/App/App.scss

+ 1 - 2
src/components/App/App.scss

@@ -952,8 +952,7 @@ input[type="checkbox"]:global(.bigswitch.ios-switch) + div > div {
 
 /* Checked Big Knob (Blue Style) */
 input[type="checkbox"]:global(.bigswitch.ios-switch):checked + div > div {
-  -webkit-transform: translate3d(25px, 0, 0);
-  -moz-transform: translate3d(16px, 0, 0);
+  transform: translate3d(25px, 0, 0);
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172,1);
 }