Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RISHAB-CREATOR authored Nov 17, 2023
1 parent 6cc727c commit 2075517
Show file tree
Hide file tree
Showing 2 changed files with 811 additions and 0 deletions.
22 changes: 22 additions & 0 deletions minimal.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.pace {
-webkit-pointer-events: none;
pointer-events: none;

-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.pace-inactive {
display: none;
}

.pace .pace-progress {
background: #dd2222;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
Loading

0 comments on commit 2075517

Please sign in to comment.