daggerheart/styles/less/ux/tooltip/bordered-tooltip.less
2025-11-25 17:13:13 +01:00

19 lines
407 B
Text

#tooltip.bordered-tooltip {
width: 320px;
border: 1px solid light-dark(@dark-blue, @golden);
.daggerheart.dh-style.tooltip {
color: @beige;
.tooltip-header {
display: flex;
flex-direction: column;
text-align: center;
.helper {
font-size: 12px;
font-style: italic;
}
}
}
}