progressCircle

This commit is contained in:
Adrien MALINGREY 2023-06-29 00:29:36 +02:00
parent 6079d802f2
commit cb1e89c732

View File

@ -42,7 +42,7 @@ body {
top: 30vh; top: 30vh;
} }
#message.loading div { #progressCircle {
display: flex; display: flex;
width: 200px; width: 200px;
height: 200px; height: 200px;
@ -51,7 +51,7 @@ body {
font-size: 0; font-size: 0;
} }
#message.loading div::after { #progressCircle::after {
content: attr(data-progress) '%'; content: attr(data-progress) '%';
display: flex; display: flex;
justify-content: center; justify-content: center;