diff options
Diffstat (limited to 'src/client/views/KeyphraseQueryView.scss')
-rw-r--r-- | src/client/views/KeyphraseQueryView.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/views/KeyphraseQueryView.scss b/src/client/views/KeyphraseQueryView.scss deleted file mode 100644 index ac715e5e7..000000000 --- a/src/client/views/KeyphraseQueryView.scss +++ /dev/null @@ -1,8 +0,0 @@ -.fading { - animation: fanOut 1s -} - -@keyframes fanOut { - from {opacity: 0;} - to {opacity: 1;} -}
\ No newline at end of file |