Update confrontation
This commit is contained in:
@ -1330,9 +1330,35 @@ ul, li {
|
||||
.confront-dice {
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
.bonus-spec {
|
||||
max-width: 48px;
|
||||
}
|
||||
.confront-bonus-container {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
text-align: center;
|
||||
color: black;
|
||||
}
|
||||
.pool-list {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.confront-bonus-centered {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
font-size: 1.6rem;
|
||||
color: darkgreen;
|
||||
font-family: MailartRubberstamp;
|
||||
transform: translate(-50%, -55%);
|
||||
}
|
||||
|
||||
.dice-spec {
|
||||
max-width: 64px;
|
||||
}
|
||||
.confront-dice-container {
|
||||
position: relative;
|
||||
max-width: 128px;
|
||||
flex-grow: 1;
|
||||
text-align: center;
|
||||
color: black;
|
||||
@ -1344,14 +1370,16 @@ ul, li {
|
||||
font-size: 2rem;
|
||||
color: darkgreen;
|
||||
font-family: MailartRubberstamp;
|
||||
transform: translate(-50%, -80%);
|
||||
transform: translate(-50%, -55%);
|
||||
}
|
||||
.confront-area {
|
||||
margin: 2px;
|
||||
padding: 4px;
|
||||
min-height: 96px;
|
||||
min-height: 64px;
|
||||
border-width: 2px;
|
||||
border-color: #000000;
|
||||
border-radius: 6px;
|
||||
border: 2px ridge #443307;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user