Character creation fix and levelup style fixes

This commit is contained in:
WBHarry 2025-08-06 21:58:11 +02:00
parent bcedc74bf3
commit a57de1c9c3
8 changed files with 44 additions and 21 deletions

View file

@ -112,6 +112,10 @@
flex-direction: column;
text-align: center;
.card-preview-container {
flex: 1;
}
.card-preview-container {
border-color: light-dark(@dark-blue, @golden);
}
@ -157,7 +161,10 @@
.selections-outer-container {
display: flex;
justify-content: space-evenly;
height: 210px;
&.enlarged {
height: 240px;
}
}
.section-container {