Gestion des jets opposés

This commit is contained in:
2024-06-06 17:16:40 +02:00
parent 1224500881
commit 82e7a170c2
24 changed files with 181 additions and 267 deletions

View File

@ -701,6 +701,12 @@ ul, li {
font-size: 1.2rem;
padding: 4px;
}
.chat-actor-name-opposition {
font-weight: bold;
font-family: MailartRubberstamp;
font-size: 0.9rem;
padding: 4px;
}
.chat-result-success {
color: darkgreen;
}
@ -711,6 +717,15 @@ ul, li {
width: 64px;
height: 64px;
}
.chat-command-img {
border: 0px;
width: 32px;
height: 32px;
}
.chat-result-column {
min-width: 70%;
width: 70%;
}
.roll-dialog-header {
height: 52px;
}