Browse Source

transfrom -> transform

fix invalid css transition
Lukas Winkler 4 năm trước cách đây
mục cha
commit
ee11f8bda3

+ 2 - 2
src/sass/themes/default/object/objects/_pagination.scss

@@ -15,7 +15,7 @@
       border-radius: 50%;
       border-radius: 50%;
       margin: 3px;
       margin: 3px;
       padding: 0;
       padding: 0;
-      transition: transfrom .2s linear;
+      transition: transform .2s linear;
       border: none;
       border: none;
       opacity: .7;
       opacity: .7;
 
 
@@ -34,4 +34,4 @@
       }
       }
     }
     }
   }
   }
-}
+}