mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Project Aphrodite
This commit is contained in:
21
frontend/src/Components/CircularProgressBar.css
Normal file
21
frontend/src/Components/CircularProgressBar.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.circularProgressBarContainer {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.circularProgressBar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
transform: rotate(-90deg);
|
||||
transform-origin: center center;
|
||||
}
|
||||
|
||||
.circularProgressBarText {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-weight: bold;
|
||||
}
|
Reference in New Issue
Block a user