Show 'checkmark' icon when saved in editor

This commit is contained in:
Tom Moor
2017-07-11 23:24:12 -07:00
parent fb5d461c2b
commit 8ddc3fdf10
6 changed files with 73 additions and 18 deletions

View File

@ -1,7 +1,7 @@
// @flow
import { keyframes } from 'styled-components';
export const modalFadeIn = keyframes`
export const fadeAndScaleIn = keyframes`
from {
opacity: 0;
transform: scale(.98);