redesign event blueprint

This commit is contained in:
isUnknown 2024-07-24 15:56:28 +02:00
parent 1614f8682e
commit 801fe38447
6 changed files with 84 additions and 11 deletions

View file

@ -57,3 +57,8 @@ button {
all: unset;
cursor: pointer;
}
button[disabled] {
cursor: not-allowed;
opacity: 0.3;
}