Created
July 10, 2016 20:40
-
-
Save TylerJPresley/c3e1bcae960a8b6c4c8bdd8bacb0e31b to your computer and use it in GitHub Desktop.
nprogress scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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