forked from greghub/funnel-graph-js
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfunnel-graph.min.css
More file actions
executable file
·1 lines (1 loc) · 928 Bytes
/
funnel-graph.min.css
File metadata and controls
executable file
·1 lines (1 loc) · 928 Bytes
1
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");.d3-funnel-js-tooltip{pointer-events:none;font-size:.8em;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;white-space:wrap;min-width:140px;width:auto;height:30px;-webkit-transition:opacity .2s;transition:opacity .2s;font-family:Open Sans,sans-serif;padding:4px;border-radius:5px;border:1px solid #000;background-color:#333;color:#f0f0f0;z-index:1000}.d3-funnel-js{display:block;margin:auto;font-family:Open Sans,sans-serif}.d3-funnel-js .label__group .label__value{font-size:1.5em;fill:#fff;line-height:18px}.d3-funnel-js .label__group .label__title{font-size:1em;font-weight:700;fill:#05df9d}.d3-funnel-js .label__group .label__percentage{font-size:1em;font-weight:700;fill:#9896dc}.d3-funnel-js .divider{stroke:#9896dc;stroke-width:.1em}