diff options
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.module.scss')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.module.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.module.scss b/opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.module.scss deleted file mode 100644 index aba0c604..00000000 --- a/opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.module.scss +++ /dev/null @@ -1,13 +0,0 @@ -.blinkingCursor { - animation: blink 1s step-end infinite; -} - -@keyframes blink { - from, - to { - color: #eeeeee; - } - 50% { - color: #333333; - } -} |
