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; }