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
|
|
@ -871,9 +871,17 @@
|
||||||
|
|
||||||
.booth-page .slide {
|
.booth-page .slide {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
animation: fadeIn 0.8s ease;
|
animation: fadeIn 0.8s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.booth-page .slide > * {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.booth-page .slide.hidden {
|
.booth-page .slide.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,8 @@
|
||||||
<div class="header">
|
<div class="header">
|
||||||
{% if booth_open %}
|
{% if booth_open %}
|
||||||
<img src="{{ url_for('static', filename='Trollgorithm_booth.jpg') }}" alt="Trollgorithm Theme Song Booth" class="kiosk-banner">
|
<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 %}
|
{% else %}
|
||||||
<img src="{{ url_for('static', filename='Booth_closed.png') }}" alt="Booth Closed" class="kiosk-banner">
|
<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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue