remove unused code

This commit is contained in:
Adrian Zürcher
2025-11-17 16:57:37 +01:00
parent 09299c65de
commit 260767680b
3 changed files with 0 additions and 30 deletions

View File

@@ -221,16 +221,6 @@ function removeResponsible(...removeResponsibles: Members) {
</script>
<style>
@keyframes blink-yellow {
0%,
100% {
background-color: yellow;
}
50% {
background-color: transparent;
}
}
.bigger-table-text .q-table__middle td {
font-size: 14px;
}