mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
enhance card items
This commit is contained in:
parent
b31d19a772
commit
bd0a01ff47
33 changed files with 727 additions and 534 deletions
12
styles/less/items/domainCard.less
Normal file
12
styles/less/items/domainCard.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue