Disable link and button while leaving

This commit is contained in:
Johannes Marbach
2024-09-12 09:32:24 +02:00
parent 09af614fb8
commit b1b226d79b
2 changed files with 42 additions and 16 deletions

View File

@@ -64,3 +64,8 @@ Please see LICENSE in the repository root for full details.
justify-content: center;
margin-bottom: 24px;
}
.disabled {
cursor: not-allowed;
opacity: 0.8;
}