feat: add basic tooltip style and style domain card template

This commit is contained in:
molilo 2025-12-18 01:32:46 -03:00
parent f4dd9dc5c1
commit 7184fd9e30
5 changed files with 203 additions and 22 deletions

View file

@ -0,0 +1,18 @@
@import '../../utils/colors.less';
@import '../../utils/fonts.less';
.theme-light .daggerheart.dh-style.tooltip {
&.domain-card {
.item-icons-list .item-icon img {
filter: @bright-beige-filter;
}
}
}
.daggerheart.dh-style.tooltip {
&.domain-card {
.item-icons-list .item-icon img {
filter: @golden-filter !important;
}
}
}