diff options
| author | rr- <rr-@sakuya.pl> | 2016-05-09 18:14:22 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-05-09 18:14:22 +0200 |
| commit | 58134ae2c68b3cfbd748a1bf7268a6f6afd4521d (patch) | |
| tree | d50525a427c8d9d11c877fd960055f326c5c13fb /client/css/nprogress.styl | |
| parent | 25de62411f10b28fe6cbe8eebd2e13540532f1e0 (diff) | |
client/css: remove nprogress spinner
Diffstat (limited to 'client/css/nprogress.styl')
| -rw-r--r-- | client/css/nprogress.styl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/client/css/nprogress.styl b/client/css/nprogress.styl index 97e57b9..2db38e7 100644 --- a/client/css/nprogress.styl +++ b/client/css/nprogress.styl @@ -13,14 +13,7 @@ height: 2px .spinner-icon - width: 18px - height: 18px - box-sizing: border-box - border: solid 2px transparent - border-top-color: $main-color - border-left-color: $main-color - border-radius: 50% - animation: nprogress-spinner 400ms linear infinite + display: none .peg display: block |