Add tooltips for attributes, traits, and combat values
This commit is contained in:
parent
38a3437267
commit
9104237261
6 changed files with 56 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue