summaryrefslogtreecommitdiff
path: root/frontend/src/components/not-found/BlinkingCursor.sass
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/not-found/BlinkingCursor.sass')
-rw-r--r--frontend/src/components/not-found/BlinkingCursor.sass48
1 files changed, 24 insertions, 24 deletions
diff --git a/frontend/src/components/not-found/BlinkingCursor.sass b/frontend/src/components/not-found/BlinkingCursor.sass
index 6be1476d..ad91df85 100644
--- a/frontend/src/components/not-found/BlinkingCursor.sass
+++ b/frontend/src/components/not-found/BlinkingCursor.sass
@@ -1,35 +1,35 @@
.blinking-cursor
- -webkit-animation: 1s blink step-end infinite
- -moz-animation: 1s blink step-end infinite
- -o-animation: 1s blink step-end infinite
- animation: 1s blink step-end infinite
+ -webkit-animation: 1s blink step-end infinite
+ -moz-animation: 1s blink step-end infinite
+ -o-animation: 1s blink step-end infinite
+ animation: 1s blink step-end infinite
@keyframes blink
- from, to
- color: #eeeeee
- 50%
- color: #333333
+ from, to
+ color: #eeeeee
+ 50%
+ color: #333333
@-moz-keyframes blink
- from, to
- color: #eeeeee
- 50%
- color: #333333
+ from, to
+ color: #eeeeee
+ 50%
+ color: #333333
@-webkit-keyframes blink
- from, to
- color: #eeeeee
- 50%
- color: #333333
+ from, to
+ color: #eeeeee
+ 50%
+ color: #333333
@-ms-keyframes blink
- from, to
- color: #eeeeee
- 50%
- color: #333333
+ from, to
+ color: #eeeeee
+ 50%
+ color: #333333
@-o-keyframes blink
- from, to
- color: #eeeeee
- 50%
- color: #333333
+ from, to
+ color: #eeeeee
+ 50%
+ color: #333333