Created
August 15, 2020 16:53
-
-
Save jan-koch/671360fa99cc764234168bc376104f7e to your computer and use it in GitHub Desktop.
CSS for Piccia's progress bar
This file contains 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
.gf_progressbar { | |
margin-left: -40px; | |
} | |
.gf_progressbar .gf_progressbar_percentage > span { | |
position: absolute; | |
left: -40px; | |
top: -2px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment