5,951
edits
No edit summary |
No edit summary |
||
Line 307: | Line 307: | ||
top: 50%; | top: 50%; | ||
right: 20px; | right: 20px; | ||
} | |||
.custom-tooltip { | |||
width: 12em; | |||
background-color: rgba(0,0,0,0.6); | |||
color: white; | |||
padding: .5em; | |||
border-radius: .3em; | |||
transform: translate(-14em, -13px); | |||
position: absolute; | |||
} | |||
.tooltip-close-button { | |||
float: right; | |||
} | } | ||