fix style problems in bottom sheets and enhance damage and action dialogs

This commit is contained in:
moliloo 2025-07-12 01:42:42 -03:00
parent b6195127fe
commit 87f74791af
21 changed files with 129 additions and 70 deletions

View file

@ -0,0 +1,19 @@
@import '../../utils/fonts.less';
.application.daggerheart.dh-style {
.actions-list {
display: flex;
flex-direction: column;
gap: 10px;
.action-item {
display: flex;
align-items: center;
gap: 5px;
.label {
font-family: @font-body;
}
}
}
}