modif bouttons et page message

This commit is contained in:
2026-04-28 12:03:28 +02:00
parent 052073f793
commit 10d0de93e5
19 changed files with 186 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
.page-param {
min-height: 100vh;
display: flex;
flex-direction: column;
background: radial-gradient(ellipse at 50% 5%, #fff8f7 0%, #fde0db 45%, #dea09a 100%);
padding: 16px;
gap: 12px;
}