mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
12 lines
307 B
Text
12 lines
307 B
Text
@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;
|
|
}
|
|
}
|