page loader

This commit is contained in:
bkfox
2023-11-29 02:05:14 +01:00
parent 4e04cfae7e
commit f5ce00795e
8 changed files with 270 additions and 204 deletions

View File

@ -8039,6 +8039,10 @@ input.half-field:not(:active):not(:hover) {
}
}
.blink {
animation: 1s ease-in-out 2s infinite alternate blink;
}
.loading {
animation: 1s ease-in-out 3s infinite alternate blink;
}

File diff suppressed because one or more lines are too long