mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
feat: change weapon hbs tooltip and increase box-shadow blur
This commit is contained in:
parent
7184fd9e30
commit
84a0734305
2 changed files with 25 additions and 27 deletions
|
|
@ -50,8 +50,10 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip) {
|
|||
|
||||
.tags {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
gap: 5px 10px;
|
||||
padding-bottom: 16px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
.tag {
|
||||
display: flex;
|
||||
|
|
@ -142,7 +144,7 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip) {
|
|||
}
|
||||
|
||||
aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip) {
|
||||
box-shadow: 0 0 20px @golden-90;
|
||||
box-shadow: 0 0 25px @golden-90;
|
||||
}
|
||||
|
||||
.theme-light #tooltip:has(div.daggerheart.dh-style.tooltip),
|
||||
|
|
@ -151,7 +153,7 @@ aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip) {
|
|||
}
|
||||
|
||||
.theme-light aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip) {
|
||||
box-shadow: 0 0 20px @dark-blue-90;
|
||||
box-shadow: 0 0 25px @dark-blue-90;
|
||||
}
|
||||
|
||||
#tooltip,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue