@vtx/cs-map
Version:
React components for Vortex
56 lines (55 loc) • 1.43 kB
CSS
.helsing-three-plugins-infotool {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
position: fixed;
top: 0;
left: 0;
min-width: 100px;
height: 250px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
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;
-webkit-box-shadow: 0 0 8px 0 rgba(0, 170, 255, 0.6) inset;
box-shadow: 0 0 8px 0 rgba(0, 170, 255, 0.6) inset;
padding: 20px;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
pointer-events: auto;
}
.element {
position: absolute;
background: rgba(2, 24, 45, 0.92);
border: 1px solid #2c69a6;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 2px rgba(24, 144, 255, 0.35) inset;
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 #02182d;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}