diff --git a/frontend/css/style.css b/frontend/css/style.css index 495d503..831c106 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -627,6 +627,27 @@ html, body { } /* Choix exemplaires impression */ +.popup-qr { + display: flex; + flex-direction: column; + align-items: center; + gap: 1rem; + margin: 1rem 0; + padding: 1.5rem; + background: rgba(255,255,255,0.05); + border-radius: 16px; +} +.qr-photo-img { + width: 200px; + height: 200px; + border-radius: 12px; + background: #fff; +} +.qr-label { + font-size: 1rem; + color: #aaa; +} + .form-impression { display: flex; gap: 1rem; diff --git a/frontend/index.html b/frontend/index.html index 58bff7a..0e7533a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -146,6 +146,11 @@ QR Code +
Scannez pour voir votre photo
+ +