Files
react/vendor/@reach/tooltip/styles.css
2019-04-23 08:41:52 -07:00

12 lines
244 B
CSS

[data-reach-tooltip] {
pointer-events: none;
position: absolute;
padding: 0.25em;
box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.1);
white-space: nowrap;
font-size: 85%;
background: #f0f0f0;
color: #444;
border: solid 1px #ccc;
}