mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Fixed trait counting in CharacterCreation. Fixed description layout and labels in CharacterCreation. Fixed drag/drop images from Compendium Browser
This commit is contained in:
parent
e003db3ec1
commit
f900011510
5 changed files with 38 additions and 8 deletions
|
|
@ -175,6 +175,11 @@
|
|||
opacity: 0.2;
|
||||
}
|
||||
|
||||
&.no-horizontal-padding {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
@ -278,6 +283,15 @@
|
|||
flex-direction: column;
|
||||
gap: 5px;
|
||||
|
||||
&.separated {
|
||||
border-bottom: 2px solid;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
padding: 0 0.75rem;
|
||||
}
|
||||
|
||||
.experience-inner-container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue