Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

Deploying to gh-pages from @ f966b45acee1648cad15da48e92e0028ef0f7863 🚀

This commit is contained in:
pany-ang 2023-08-17 05:57:50 +00:00
parent 99c5c6e584
commit b4c2981655

View File

@ -9,26 +9,26 @@
}
#app-loading,
#app-loading:before,
#app-loading:after {
#app-loading::before,
#app-loading::after {
width: 2em;
height: 2em;
border-radius: 50%;
animation: 2s ease-in-out infinite app-loading-animation;
}
#app-loading:before,
#app-loading:after {
#app-loading::before,
#app-loading::after {
content: "";
position: absolute;
}
#app-loading:before {
#app-loading::before {
left: -4em;
animation-delay: -0.2s;
}
#app-loading:after {
#app-loading::after {
left: 4em;
animation-delay: 0.2s;
}