0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
This commit is contained in:
John O'Nolan 2013-05-31 15:36:55 +02:00
parent 185eee2a6b
commit e7307f7f63
2 changed files with 14 additions and 1 deletions

View file

@ -1 +1 @@
/* Welcome to Compass. Use this file to write IE specific override styles. */
/* IE specific override styles. */

View file

@ -1,3 +1,16 @@
/*
* Specific styles for re-usable animations in Ghost admin.
*
* Table of Contents:
*
*
*/
/* =============================================================================
General
============================================================================= */
@-webkit-keyframes off-canvas {
0% { left:0; }
100% { left:300px; }