1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 06:57:26 +00:00

Create a stylesheet to specify the cursor's style when hovering an element

This commit is contained in:
Steffo 2022-07-18 06:07:48 +02:00
parent 583bdad4c8
commit cef886a4ef
Signed by: steffo
GPG key ID: 6965406171929D01

7
styles/cursor.module.css Normal file
View file

@ -0,0 +1,7 @@
.loadingBlocking {
cursor: wait;
}
.loadingAsync {
cursor: progress;
}