mccs-idphoto/css/style.css
2026-07-08 10:56:04 -04:00

10 lines
226 B
CSS

/* Project-specific tweaks that go beyond Tailwind utility classes */
#camera-status {
pointer-events: none;
}
video#video {
transform: scaleX(-1); /* mirror the preview so it feels like a mirror, not a rear camera */
}