mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
28 lines
625 B
Text
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;
|
|
}
|
|
}
|
|
}
|