forked from public/foundryvtt-reve-de-dragon
Add fight options
This commit is contained in:
@ -1455,19 +1455,20 @@ display: inline-flex;
|
||||
|
||||
/* Tooltip text */
|
||||
.tooltip .tooltiptext {
|
||||
text-align: center;
|
||||
|
||||
text-align: center;
|
||||
/* Position the tooltip text */
|
||||
top: 20px;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
||||
/* Fade in tooltip */
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
||||
.tooltip .left-competence {
|
||||
transform: translate(-100%, 0%);
|
||||
}
|
||||
|
||||
.tooltip .ttt-fatigue{
|
||||
width: 360px;
|
||||
|
||||
|
Reference in New Issue
Block a user