Skip to content

Instantly share code, notes, and snippets.

@TylerJPresley
Created July 10, 2016 20:40
Show Gist options
  • Save TylerJPresley/c3e1bcae960a8b6c4c8bdd8bacb0e31b to your computer and use it in GitHub Desktop.
Save TylerJPresley/c3e1bcae960a8b6c4c8bdd8bacb0e31b to your computer and use it in GitHub Desktop.
nprogress scss
$nprogresscolor:#4FC3F7;
#nprogress {
.bar { background-color: $nprogresscolor!important; height: 3px!important; position: fixed; width: 100%; top: 0; left: 0; z-index:999999; }
.peg { box-shadow: 0 0 10px $nprogresscolor, 0 0 5px $nprogresscolor; }
.spinner { display:none!important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment