mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-25 10:05:02 +03:00
Error: Fixes
This commit is contained in:
parent
043dd527ef
commit
88bdbb2ef5
@ -5,13 +5,13 @@ import * as System from "~/components/system";
|
||||
import { css, keyframes } from "@emotion/react";
|
||||
|
||||
const blinkCursor = keyframes`
|
||||
0% {opacity: 0;}
|
||||
50% {opacity: 1;}
|
||||
100% {opacity: 0;}
|
||||
0% {opacity: 0;}
|
||||
50% {opacity: 1;}
|
||||
100% {opacity: 0;}
|
||||
`;
|
||||
|
||||
const typewriter = keyframes`
|
||||
0%,100% {width: 0;}
|
||||
0%, 100% {width: 0;}
|
||||
20%, 80% {width: 10.2em;}
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user