Ajout dialog employé

This commit is contained in:
2026-06-03 19:20:09 +02:00
parent 48660c9430
commit 6f3996d216
32 changed files with 1758 additions and 53 deletions
+10
View File
@@ -21,6 +21,16 @@
gap: @spacing-md;
}
// Réduction de la taille des champs PV
.dnc-actor-sheet .hp-field .counter-field input[type="number"] {
max-width: 60px;
text-align: center;
}
.dnc-actor-sheet .hp-field .counter-field {
gap: @spacing-xs;
}
.dnc-actor-sheet .profile-card-wide {
width: 100%;
}