Skip to content

Commit

Permalink
changed place of the 'nprogress' by few px
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Apr 10, 2024
1 parent 16850f6 commit 34b9bb8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions styles/nprogress.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px;
top: 23px;
right: 10%;
}

#nprogress .spinner-icon {
Expand Down Expand Up @@ -90,15 +90,18 @@
0% {
-webkit-transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(360deg);
}
}

@keyframes nprogress-spinner {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}
}

0 comments on commit 34b9bb8

Please sign in to comment.