mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
.
This commit is contained in:
parent
09141053c9
commit
2b1535333a
7 changed files with 40 additions and 26 deletions
|
|
@ -3,7 +3,12 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
margin-bottom: 16px;
|
||||
|
||||
.battlepoint-categories-inner-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.battlepoint-grouping-container {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#tooltip.bordered-tooltip {
|
||||
#tooltip.bordered-tooltip,
|
||||
.locked-tooltip.bordered-tooltip {
|
||||
border: 1px solid @golden;
|
||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
.tooltip-header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: start;
|
||||
padding: 5px;
|
||||
gap: 0px;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
.locked-tooltip {
|
||||
&.wide {
|
||||
max-width: 480px;
|
||||
|
||||
.daggerheart.dh-style.tooltip {
|
||||
align-items: start;
|
||||
}
|
||||
}
|
||||
|
||||
.daggerheart.dh-style.tooltip {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue