Files
Elite-Gaming-FiveM/resources/seatbelt/static/style.css
T
2025-06-29 15:09:12 -07:00

24 lines
296 B
CSS

body {
user-select: none;
overflow: hidden;
}
#ui {
display: none;
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 0; }
}
svg {
position: absolute;
animation: blink normal 1s infinite ease-in-out;
fill: red;
top: 42.1vw;
left: 15.4vw;
width: 3vw;
height: 3vw;
}