.line-chart .axis line { stroke: #f0f0f0; } .line-chart .axis path { stroke: #f0f0f0; } .line-chart .axis text { fill: #5e6977; } .line-chart .grid line { stroke: #f0f0f0; } .line-chart .listening-rect { fill: transparent; } .line-chart__tooltip { opacity: 0; position: absolute; top: -25px; left: -17px; padding: 0.2em 0.5em; background: #1d293f; text-align: center; line-height: 1.4em; font-size: 0.9em; z-index: 10; transition: all 0.1s ease-out; pointer-events: none; color: #fff; font-family: Inter, Gilroy, Helvetica, sans-serif; border-radius: 2px; min-width: 28px; } .line-chart__tooltip:before { content: ""; position: absolute; bottom: 0; left: 50%; width: 12px; height: 12px; background: #1d293f; border-top-color: transparent; border-left-color: transparent; transform: translate(-50%, 50%) rotate(45deg); transform-origin: center center; z-index: 10; } .line-chart { position: relative; } /*# sourceMappingURL=chart.css.map */