calendar strip - improve loading animation

This commit is contained in:
isUnknown 2024-09-04 17:32:50 +02:00
parent 9391a37a1e
commit def84b8540

View file

@ -16,7 +16,7 @@
cursor: progress !important;
}
.calendar-strip__days.progress > li {
animation: loading 0.75s;
animation: loading 0.75s alternate infinite;
}
.calendar-strip__days.progress button {
cursor: progress !important;