diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-20 20:03:08 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-20 20:03:08 -0400 |
| commit | dc587b0fb493d869e6cd38fa94b81105da4fbaab (patch) | |
| tree | 563f23d9e404678cf93f1574fb923f1d37b49b8b /src/client/views/DocumentDecorations.scss | |
| parent | aa0e6f5ffc30fdffc3be13a1948981b754544a01 (diff) | |
finished UI
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 0b7411fca..ef7159370 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -255,4 +255,8 @@ $linkGap : 3px; input { margin-right: 10px; } -}
\ No newline at end of file +} + +@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } +@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } +@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
\ No newline at end of file |
