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 {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
animation: fadeIn 0.8s ease;
|
||||
}
|
||||
|
||||
.booth-page .slide > * {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.booth-page .slide.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue