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:
@@ -1,4 +1,8 @@
|
||||
.tarot-deck-manager {
|
||||
.tension-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tarot-deck-manager-content {
|
||||
padding: 1.5rem;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user