daggerheart/styles/less/dialog/level-up/sheet.less
Carlos Fernandez 3fbc1e97c6
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Replace scroll shadows with scroll animation timeline (#1951)
2026-05-31 12:29:54 +02:00

38 lines
729 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;
.with-scroll-shadows();
}
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;
}
}