daggerheart/styles/less/dialog/level-up/sheet.less
2026-05-14 23:57:21 -04:00

39 lines
798 B
Text

@import '../../utils/mixin.less';
.appTheme({}, {
&.levelup {
.tiers-container {
.tier-container {
background-image: url('../assets/parchments/dh-parchment-light.png');
}
}
}
});
.daggerheart.levelup {
.tab.active {
flex: 1;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
}
div[data-application-part='form'] {
display: flex;
flex-direction: column;
gap: 8px;
}
.section-container {
display: flex;
flex-direction: row;
justify-content: center;
gap: 20px 8px;
margin-top: 8px;
flex-wrap: wrap;
}
.levelup-footer {
display: flex;
}
}