mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Merge branch 'biography-tab-fields' into journal-tab
This commit is contained in:
commit
bbaed0757f
6 changed files with 80 additions and 22 deletions
|
|
@ -15,6 +15,25 @@
|
|||
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
padding-left: 0.25rem;
|
||||
}
|
||||
.characteristics {
|
||||
width: 520px;
|
||||
display: grid;
|
||||
grid-template-columns: 180px 160px 140px;
|
||||
gap: 1rem;
|
||||
}
|
||||
.unlist {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
li {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue