make 'Steuern' gray if already enough cox enrolled

This commit is contained in:
philipp 2023-04-17 19:34:22 +02:00
parent d9bb190301
commit ac534cf690
3 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- [] delete flag user administration
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
- [] my trips for cox
- [ ] ~/frontend/scss/components/_btns.scss -> line 13 -> use proper scss variables
# Nice to have
- [] automatically add regular planned trip

View File

@ -9,6 +9,10 @@
@apply bg-primary-900 hover:bg-primary-950 focus-visible:outline-primary-950;
}
&-gray {
background-color: gray;
}
&-attention {
@apply bg-[#f43f5e] hover:bg-[#ff0000] focus-visible:outline-[#ff0000];
}

View File

@ -92,7 +92,7 @@
Abmelden
</a>
{% else %}
<a href="/cox/join/{{ planned_event.id }}" class="block btn btn-dark btn-fw">
<a href="/cox/join/{{ planned_event.id }}" class="block btn btn-gray btn-fw">
{% include "includes/cox-icon" %}
Steuern
</a>