refacto: styles externalisés dans .less, plus d'inline styles

- style='width: X%' → style='--pct: X' dans templates et JS
- CSS calc(var(--pct) * 1%) dans les fichiers .less correspondants
- Création de styles/action-complexe.less
- Import action-complexe.less dans fvtt-hamalron.less
- style='width: 100%' → class='tension-select' dans tarot-deck-manager
- Ajout .tension-select dans tarot-deck-manager.less
- Suppression doublon .initiative-roll dans chat.less
This commit is contained in:
2026-07-10 22:59:10 +02:00
parent 8e7a3f4eca
commit 441134c23b
7 changed files with 291 additions and 3 deletions
+4
View File
@@ -1,4 +1,8 @@
.tarot-deck-manager {
.tension-select {
width: 100%;
}
.tarot-deck-manager-content {
padding: 1.5rem;
display: flex;