more style for interface; dark top

This commit is contained in:
Tykayn 2025-10-15 00:20:52 +02:00 committed by tykayn
parent e7a2d93d18
commit 2f9b91f2c7
4 changed files with 339 additions and 139 deletions

View file

@ -301,6 +301,7 @@
<input type="text" [(ngModel)]="guidePresetMoreInfoPseudo" placeholder="votre pseudo ou nom">
<textarea [(ngModel)]="presetMoreDetails" placeholder="tronc d'arbre dans le chemin"></textarea>
<button class="btn btn-primary" (click)="submitPreset()">Envoyer</button>
<button class="btn btn-secondary" (click)="cancelSubmitPreset()">Annuler</button>
</p>
}
}