diff options
| author | rr- <rr-@sakuya.pl> | 2016-06-11 11:37:00 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-06-11 17:36:02 +0200 |
| commit | 7670737873705a66456b20ba05a161417ff6ced1 (patch) | |
| tree | 7bdb02f1e3201331d191af02e55119001027d295 /client/css/nprogress.styl | |
| parent | 7566d2e0f3b7f5e3bb80a8562b86419d2d5118db (diff) | |
client/general: reduce visual distractions
Diffstat (limited to 'client/css/nprogress.styl')
| -rw-r--r-- | client/css/nprogress.styl | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/client/css/nprogress.styl b/client/css/nprogress.styl index 2db38e7..f280749 100644 --- a/client/css/nprogress.styl +++ b/client/css/nprogress.styl @@ -16,19 +16,8 @@ display: none .peg - display: block - position: absolute - right: 0px - width: 100px - height: 100% - box-shadow: 0 0 10px $main-color, 0 0 5px $main-color - opacity: 1.0 - transform: rotate(3deg) translate(0px, -4px) + display: none .nprogress-custom-parent overflow: hidden position: relative - - #nprogress .spinner, - #nprogress .bar - position: absolute |