Преглед изворни кода

Merge pull request #65 from smiclea/CORWEB-88

[FF] Fix Wizard's big switch alignment CORWEB-88
Dorin Paslaru пре 8 година
родитељ
комит
720e75478c
1 измењених фајлова са 1 додато и 2 уклоњено
  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);
 }