Added BeastformTooltip

This commit is contained in:
WBHarry 2025-07-20 02:51:03 +02:00
parent 82be5ecd0d
commit b7974634b1
17 changed files with 111 additions and 12 deletions

View file

@ -74,6 +74,22 @@
}
}
.tooltip-chips {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 8px;
.tooltip-chip {
font-size: 18px;
padding: 2px 4px;
border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 6px;
color: light-dark(@dark, @beige);
background-image: url(../assets/parchments/dh-parchment-dark.png);
}
}
.tooltip-tags {
width: 100%;
display: flex;