Changement sur le Readme

Ajout d'une partie spécifique pour des PNJ dans la partie campagne
This commit is contained in:
2026-04-27 15:48:04 +02:00
parent a92e31b187
commit d2cf9f8c5c
80 changed files with 1771 additions and 719 deletions

View File

@@ -0,0 +1,18 @@
.scene-create-page {
padding: 2.5rem 2rem;
max-width: 640px;
}
// Overrides locaux : titre violet + sous-titre .chapter-ref (parent de la scène).
.page-header {
h1 { color: #a5b4fc; }
.chapter-ref { color: #6b7280; font-size: 0.85rem; margin: 0; }
}
.scene-form {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.btn-primary { flex: 1; }