enhance beastform application and fix action selection style

This commit is contained in:
moliloo 2025-07-20 21:45:48 -03:00
parent a6c4516238
commit d04393dd5a
7 changed files with 41 additions and 17 deletions

View file

@ -1,5 +1,6 @@
@import '../../utils/colors.less';
@import '../../utils/mixin.less';
@import '../../utils/fonts.less';
.theme-light .application.daggerheart.dh-style.views.beastform-selection .beastforms-outer-container {
.beastform-title {
@ -209,6 +210,9 @@
button {
flex: 1;
font-family: @font-body;
font-weight: bold;
height: 40px;
}
}
}