mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
Changed to use a dialog to choose which parts are kept when reseting (#1557)
This commit is contained in:
parent
3725fc29ef
commit
2aba7cf921
7 changed files with 179 additions and 22 deletions
27
styles/less/dialog/character-reset/sheet.less
Normal file
27
styles/less/dialog/character-reset/sheet.less
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
.daggerheart.dh-style.dialog.views.character-reset {
|
||||
.character-reset-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
legend {
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.character-reset-header {
|
||||
font-size: var(--font-size-18);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.reset-data-container {
|
||||
display: grid;
|
||||
grid-template-columns: 3fr 2fr;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -41,3 +41,5 @@
|
|||
@import './settings/change-currency-icon.less';
|
||||
|
||||
@import './risk-it-all/sheet.less';
|
||||
|
||||
@import './character-reset/sheet.less';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue