mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Fix] 654 - CharacterCreation DomainCard Effects (#665)
* Character creation fix and levelup style fixes * . * Fixed old origin logic
This commit is contained in:
parent
bcedc74bf3
commit
ead2f6b8f3
11 changed files with 66 additions and 48 deletions
|
|
@ -112,6 +112,10 @@
|
|||
flex-direction: column;
|
||||
text-align: center;
|
||||
|
||||
.card-preview-container {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.card-preview-container {
|
||||
border-color: light-dark(@dark-blue, @golden);
|
||||
}
|
||||
|
|
@ -157,7 +161,10 @@
|
|||
.selections-outer-container {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
height: 210px;
|
||||
|
||||
&.enlarged {
|
||||
height: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
.section-container {
|
||||
|
|
|
|||
|
|
@ -83,10 +83,15 @@
|
|||
background: grey;
|
||||
padding: 0 12px;
|
||||
border-radius: 6px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 124px;
|
||||
|
||||
&.svg {
|
||||
filter: @beige-filter;
|
||||
}
|
||||
}
|
||||
|
||||
.levelup-domain-selected {
|
||||
|
|
@ -138,6 +143,10 @@
|
|||
padding: 0 12px;
|
||||
}
|
||||
|
||||
.levelup-trait-increases {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.levelup-radio-choices {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
}
|
||||
|
||||
.checkbox-group-container {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3fr;
|
||||
gap: 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue