Files
regwatch-frontend/src/styles/BackToTop.module.css
T
Mouigni 12fc18ea9d
Build & Deploy / build (push) Successful in 28s
Mise à jour interface et styles frontend
2026-08-16 17:25:45 +02:00

13 lines
267 B
CSS

.btn{
position:fixed;
right:20px;bottom:20px;
background:#1e293b;
color:#fff;border:none;
border-radius:999px;
width:44px;
height:44px;
font-size:20px;
cursor:pointer;
box-shadow:0 8px 20px rgba(2,6,23,0.2);
z-index:12000}