Added evasion to party resources

This commit is contained in:
WBHarry 2026-04-03 18:55:59 +02:00
parent 02cca277da
commit 5cdceca1e4
3 changed files with 27 additions and 1 deletions

View file

@ -155,6 +155,26 @@ body.game:is(.performance-low, .noblur) {
}
}
.stat-section {
position: relative;
display: flex;
gap: 10px;
background-color: light-dark(transparent, @dark-blue);
color: light-dark(@dark-blue, @golden);
padding: 5px 10px;
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 3px;
align-items: center;
width: fit-content;
h4 {
font-size: var(--font-size-12);
font-weight: bold;
text-transform: uppercase;
color: light-dark(@dark-blue, @golden);
}
}
.threshold-section {
display: flex;
align-self: center;