Update vote eligibility logic, add MatIconModule, and refine button styles for improved clarity.

This commit is contained in:
2025-10-24 22:43:38 +02:00
parent 29967d65b8
commit e0a09d303c
3 changed files with 9 additions and 5 deletions
@@ -43,9 +43,9 @@
}
.available-button-outer {
background-color: #4caf50 !important;
border: 2px solid #4caf50;
}
.not-available-button-outer {
background-color: var(--white) !important;
border: 2px solid #ffa433;
}