mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Cleaning
This commit is contained in:
parent
185eee2a6b
commit
e7307f7f63
2 changed files with 14 additions and 1 deletions
|
@ -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 {
|
@-webkit-keyframes off-canvas {
|
||||||
0% { left:0; }
|
0% { left:0; }
|
||||||
100% { left:300px; }
|
100% { left:300px; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue