Add tooltips for attributes, traits, and combat values

This commit is contained in:
Johannes Loher 2021-02-16 23:23:18 +01:00
parent 38a3437267
commit 9104237261
6 changed files with 56 additions and 16 deletions

View file

@ -18,6 +18,9 @@
grid-column: span 2;
line-height: $default-input-height;
}
.attribute-value-arrow {
padding: 0 5px;
}
}
}
.trait {
@ -41,6 +44,9 @@
grid-column: span 2;
line-height: $default-input-height;
}
.trait-value-arrow {
padding: 0 5px;
}
}
}
}