Possibilité d'importer un template de monstre depuis le systeme qu'on utilise sur Foundry pour forcer le template. Lors de l'export, le monstre est automatiquement adapté comme ça.
All checks were successful
All checks were successful
à l'import des monstres depuis foundry : on garde la structure originelle utilisée sur foundry également
This commit is contained in:
@@ -33,6 +33,32 @@
|
||||
&:hover { color: #fecdd3; }
|
||||
}
|
||||
|
||||
.chip-qty {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
border-left: 1px solid #2a2a3d;
|
||||
|
||||
.chip-step {
|
||||
width: 1.4rem;
|
||||
padding: 0.25rem 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font-size: 0.95rem;
|
||||
line-height: 1;
|
||||
opacity: 0.8;
|
||||
&:hover { opacity: 1; background: #2a2a3d; color: #fecdd3; }
|
||||
}
|
||||
|
||||
.chip-count {
|
||||
min-width: 1.6rem;
|
||||
text-align: center;
|
||||
font-variant-numeric: tabular-nums;
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
|
||||
.chip-remove {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user