Added the Button disabled css

This commit is contained in:
2023-08-13 18:06:16 +02:00
parent 428c41bdd3
commit 74cd295670

View File

@ -17,4 +17,8 @@
cursor: pointer
&:hover
filter: brightness(1.2)
filter: brightness(1.2)
&:disabled
opacity: 0.5
cursor: not-allowed