mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
Added BP calculation and tooltip breakdown of BP sources
This commit is contained in:
parent
630ba5ab7d
commit
51a0fb82eb
12 changed files with 251 additions and 12 deletions
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
.encounter-title {
|
||||
text-align: left;
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.encounter-battlepoints {
|
||||
display: flex;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.inner-controls {
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
@import './tooltip/tooltip.less';
|
||||
@import './tooltip/battlepoints.less';
|
||||
@import './autocomplete/autocomplete.less';
|
||||
|
|
|
|||
16
styles/less/ux/tooltip/battlepoints.less
Normal file
16
styles/less/ux/tooltip/battlepoints.less
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.daggerheart.dh-style.tooltip {
|
||||
.battlepoint-categories-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
.battlepoint-grouping-container {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
|
||||
.unselected-grouping {
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue