Corrections sur traits et fiches perso/creature
Release Creation / build (release) Successful in 8m45s

This commit is contained in:
2026-06-26 17:05:12 +02:00
parent 5eeffd5e24
commit e270d5704b
103 changed files with 711 additions and 403 deletions
+25
View File
@@ -2779,6 +2779,31 @@
}
}
.invocation-actor-list {
margin: 4px 10px;
border: 1px solid rgba(139, 69, 19, 0.3);
border-radius: 4px;
overflow: hidden;
.invocation-actor-row {
padding: 3px 6px;
border-bottom: 1px solid rgba(139, 69, 19, 0.1);
&:last-child { border-bottom: none; }
img { width: 28px; height: 28px; }
}
}
.invocation-dropzone {
padding: 4px 10px 6px;
text-align: center;
font-size: 0.8rem;
color: #8b6914;
border-top: 1px dashed rgba(139, 69, 19, 0.3);
margin: 0 10px;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);