feat: Add styles for check-in and self-order kiosk visual elements
This commit is contained in:
@@ -12157,6 +12157,16 @@ p:last-child { margin-bottom: 0; }
|
|||||||
Used on the kiosks page – platform-row selfCheckInAnim
|
Used on the kiosks page – platform-row selfCheckInAnim
|
||||||
═══════════════════════════════════════════════════════════ */
|
═══════════════════════════════════════════════════════════ */
|
||||||
|
|
||||||
|
.platform-visual.has-checkin {
|
||||||
|
background: none !important;
|
||||||
|
border: none !important;
|
||||||
|
border-radius: 0;
|
||||||
|
aspect-ratio: unset;
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.checkin-stage { width: 100%; max-width: 400px; margin: 0 auto; }
|
.checkin-stage { width: 100%; max-width: 400px; margin: 0 auto; }
|
||||||
.checkin-kiosk {
|
.checkin-kiosk {
|
||||||
background: #0f1117; border: 1px solid #1e2435; border-radius: 12px; overflow: hidden;
|
background: #0f1117; border: 1px solid #1e2435; border-radius: 12px; overflow: hidden;
|
||||||
@@ -12284,6 +12294,16 @@ p:last-child { margin-bottom: 0; }
|
|||||||
Used on the kiosks page – platform-row selfOrderAnim
|
Used on the kiosks page – platform-row selfOrderAnim
|
||||||
═══════════════════════════════════════════════════════════ */
|
═══════════════════════════════════════════════════════════ */
|
||||||
|
|
||||||
|
.platform-visual.has-selforder {
|
||||||
|
background: none !important;
|
||||||
|
border: none !important;
|
||||||
|
border-radius: 0;
|
||||||
|
aspect-ratio: unset;
|
||||||
|
padding: 0;
|
||||||
|
overflow: visible;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.selforder-stage { width: 100%; max-width: 420px; margin: 0 auto; }
|
.selforder-stage { width: 100%; max-width: 420px; margin: 0 auto; }
|
||||||
.selforder-kiosk {
|
.selforder-kiosk {
|
||||||
background: #0f1117; border: 1px solid #1e2435; border-radius: 12px; overflow: hidden;
|
background: #0f1117; border: 1px solid #1e2435; border-radius: 12px; overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user