mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Added level advancement selection data
This commit is contained in:
parent
d7ebeb3b2a
commit
b131f2831d
6 changed files with 41 additions and 28 deletions
|
|
@ -75,5 +75,26 @@
|
|||
|
||||
.levelup-footer {
|
||||
display: flex;
|
||||
|
||||
.advancement-information-container {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
border: 1px solid;
|
||||
border-radius: 4px;
|
||||
margin-left: 8px;
|
||||
align-items: center;
|
||||
padding: 0 8px;
|
||||
border-color: rgb(159, 132, 117);
|
||||
|
||||
.advancement-tier-stats {
|
||||
border: 1px solid;
|
||||
padding: 0 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.advancement-tier-info {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue