@vtx/cs-map
Version:
React components for Vortex
47 lines (44 loc) • 1.1 kB
text/less
.helsing-three-plugins-infotool {
display: none;
flex-direction: column-reverse;
position: fixed;
top: 0;
left: 0;
min-width: 100px;
height: 250px;
user-select: none;
pointer-events: none;
}
.helsing-three-plugins-infotool > div:nth-child(1) {
left: 0;
width: 40px;
height: 0;
bottom: 0;
}
.helsing-three-plugins-infotool > div:nth-child(2) {
opacity: 0;
box-shadow: 0 0 8px 0 rgba(0, 170, 255, 0.6) inset;
padding: 20px;
user-select: text;
pointer-events: auto;
}
.element {
position: absolute;
background: rgba(2, 24, 45, 0.92);
border: 1px solid #2c69a6;
border-radius: 10px;
box-shadow: 0px 0px 10px 2px rgba(24, 144, 255, 0.35) inset;
height: 100px;
width: 300px;
}
.tooltip-arrow {
position: absolute;
left: 100px;
bottom: -20px;
width: 0px;
height: 0px;
border-bottom: 10px solid transparent;
border-top: 10px solid rgba(2, 24, 45, 1);
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}