feat: Remove POS Sync Overlay from platform row rendering
This commit is contained in:
@@ -7067,38 +7067,6 @@ p:last-child { margin-bottom: 0; }
|
||||
border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
/* POS Sync Indicator */
|
||||
.hosp-pos {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
background: rgba(0,0,0,0.5);
|
||||
padding: 4px 8px;
|
||||
border-radius: 40px;
|
||||
z-index: 10;
|
||||
border: 1px solid rgba(255,255,255,0.1);
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
.hosp-pos__dot {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background: #4ade80;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 8px #4ade80;
|
||||
animation: hosp-pos-pulse 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.hosp-pos__txt {
|
||||
font-size: 9px;
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.3px;
|
||||
}
|
||||
|
||||
/* Menu Slides */
|
||||
.hosp-slides {
|
||||
position: relative;
|
||||
@@ -7191,11 +7159,6 @@ p:last-child { margin-bottom: 0; }
|
||||
}
|
||||
|
||||
/* Keyframes */
|
||||
@keyframes hosp-pos-pulse {
|
||||
0%, 100% { opacity: 1; transform: scale(1); }
|
||||
50% { opacity: 0.4; transform: scale(0.8); }
|
||||
}
|
||||
|
||||
@keyframes hosp-slide-fade {
|
||||
0%, 2% { opacity: 0; transform: translateY(10px); }
|
||||
5%, 30% { opacity: 1; transform: translateY(0); }
|
||||
|
||||
@@ -3225,9 +3225,6 @@ function oribi_render_platform_row($a)
|
||||
$ha .= '<div class="hosp-tv__body">';
|
||||
$ha .= '<div class="hosp-tv__screen">';
|
||||
|
||||
// POS Sync Overlay (Pulse)
|
||||
$ha .= '<div class="hosp-pos"><div class="hosp-pos__dot"></div><div class="hosp-pos__txt">POS Syncing...</div></div>';
|
||||
|
||||
$ha .= '<div class="hosp-slides">';
|
||||
|
||||
// Slide 1: Breakfast
|
||||
|
||||
Reference in New Issue
Block a user