Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / outside_in / css / outside_in.motion.css
index 3c86aca36397648d2a1ff48b5cba2f5d825e034d..64a2ca2ff99690888333d4484feeaed5a082474a 100644 (file)
   -moz-transition: all .7s ease;
   transition: all .7s ease;
 }
-
-/* Transition the position of the toolbar. */
-.toolbar-fixed,
-.toolbar-tray-open {
-  -webkit-transition: all .5s ease;
-  -moz-transition: all .5s ease;
-  transition: all .5s ease;
-}
-
-/* Transition the administration tray.
-#toolbar-administration,
-#toolbar-administration * {
-  -webkit-transition: all .7s ease;
-  -moz-transition: all .7s ease;
-  transition: all .7s ease;
-}*/