style level up application

This commit is contained in:
moliloo 2025-08-06 01:29:20 -03:00
parent a8862d40d2
commit 7e489a0fd1
14 changed files with 290 additions and 144 deletions

View file

@ -0,0 +1,19 @@
@import '../../utils/fonts.less';
.daggerheart.levelup {
.tab-footer {
margin-top: 10px;
.levelup-navigation-actions,
.levelup-footer {
display: flex;
justify-content: end;
gap: 10px;
button {
font-family: @font-body;
font-weight: bold;
height: 40px;
}
}
}
}