enhance card items

This commit is contained in:
moliloo 2025-05-29 01:31:47 -03:00
parent b31d19a772
commit bd0a01ff47
33 changed files with 727 additions and 534 deletions

View file

@ -0,0 +1,12 @@
@import '../utils/colors.less';
@import '../utils/fonts.less';
.application.sheet.daggerheart.dh-style.domain-card {
section.tab {
height: 400px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
}
}