update loket antrean
This commit is contained in:
@@ -486,11 +486,6 @@ const startAutoScroll = () => {
|
||||
frameId: requestAnimationFrame(animate)
|
||||
}
|
||||
}, 150) // Delay untuk memastikan DOM dan layout sudah selesai render
|
||||
|
||||
// Start animation
|
||||
tickerAnimations[loketData.id] = {
|
||||
frameId: requestAnimationFrame(animate)
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
@@ -873,10 +868,10 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.ticket-number {
|
||||
font-size: 32px;
|
||||
font-size: 22px;
|
||||
font-weight: 800;
|
||||
color: var(--color-primary-600, #3A61C9);
|
||||
letter-spacing: 1.5px;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1.1;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user