daggerheart/styles/less/ux/tooltip/bordered-tooltip.less
WBHarry aec5c06da7 .
2025-11-25 23:16:30 +01:00

28 lines
625 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;
}
}
.tooltip-footer {
display: flex;
justify-content: center;
font-size: 12px;
width: 100%;
font-style: italic;
font-weight: bold;
}
}
}