mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Added the display
This commit is contained in:
parent
01dd5ced94
commit
4954e41b02
13 changed files with 125 additions and 43 deletions
19
styles/less/ux/tooltip/bordered-tooltip.less
Normal file
19
styles/less/ux/tooltip/bordered-tooltip.less
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue