Kiosk: remove open/closed pill; center-align scan-to-order slide
This commit is contained in:
parent
abd70d2496
commit
530451cfef
2 changed files with 8 additions and 2 deletions
|
|
@ -17,10 +17,8 @@
|
|||
<div class="header">
|
||||
{% if booth_open %}
|
||||
<img src="{{ url_for('static', filename='Trollgorithm_booth.jpg') }}" alt="Trollgorithm Theme Song Booth" class="kiosk-banner">
|
||||
<div class="status-pill open">Booth is Open</div>
|
||||
{% else %}
|
||||
<img src="{{ url_for('static', filename='Booth_closed.png') }}" alt="Booth Closed" class="kiosk-banner">
|
||||
<div class="status-pill closed">Booth is Closed</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue