Confrontation stuff

This commit is contained in:
2023-05-30 19:25:26 +02:00
parent 4058cd530b
commit dbb22bbeb7
17 changed files with 467 additions and 178 deletions

View File

@ -1325,4 +1325,31 @@ ul, li {
.skill-roll-dialog div {
margin-top: 4px;
margin-bottom: 4px;
}
}
.confront-dice {
border-width: 0px;
}
.confront-dice-container {
position: relative;
max-width: 128px;
flex-grow: 1;
text-align: center;
color: black;
}
.confront-dice-centered {
position: absolute;
top: 50%;
left: 50%;
font-size: 2rem;
color: darkgreen;
font-family: MailartRubberstamp;
transform: translate(-50%, -80%);
}
.confront-area {
min-height: 96px;
border-width: 2px;
border-color: #000000;
border-radius: 4px;
border: 2px ridge #443307;
}