Cleaning
This commit is contained in:
parent
185eee2a6b
commit
e7307f7f63
@ -1 +1 @@
|
||||
/* Welcome to Compass. Use this file to write IE specific override styles. */
|
||||
/* IE specific override styles. */
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user