daggerheart/styles/less/sheets/rollTables/sheet.less
WBHarry 5d9a21f033 .
2026-01-16 21:33:27 +01:00

22 lines
515 B
Text

.application.sheet.roll-table-sheet {
.formulas-section {
legend {
margin-left: auto;
margin-right: auto;
}
.formulas-container {
display: grid;
grid-template-columns: 1fr 1fr 40px;
gap: 10px;
text-align: center;
.formula-button {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
}
}
}