Corrections sur traits et fiches perso/creature
Release Creation / build (release) Successful in 8m45s
Release Creation / build (release) Successful in 8m45s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user