diff options
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1b7aee30d..de6f8dac1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -250,7 +250,9 @@ nav { width: 3rem; } -.spinner { +.spinner.s, +.spinner.m, +.spinner.l { margin: 0 auto; position: relative; -webkit-animation: rotation 1s infinite linear; |