progressCircle
This commit is contained in:
parent
6079d802f2
commit
cb1e89c732
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user