Sha256: 7fe3b9041c9eae72324ee4f4c43668a6d44f2504c421a2f1f440fee4b693db85
Contents?: true
Size: 734 Bytes
Versions: 6
Compression:
Stored size: 734 Bytes
Contents
.tooltip { position: absolute; z-index: 1; padding: 5px; background: rgba(0, 0, 0, 0.3); opacity: 1; border-radius: 3px; text-align: center; pointer-events: none; color: white; transition: opacity .1s ease-out; } .tooltip.tooltip-hidden { opacity: 0; } .ct-label.ct-horizontal { white-space: nowrap; } .chart-wrapper { position: relative; height: 200px; } /* Break out of a container */ .break-out { width:100vw; position:relative; left:calc(-1 * (100vw - 100%)/2); } .toast-container { z-index: 1; } .btn-outline-secondary { border-color: #ced4da; /* $gray-400 */ } .min-w-auto { min-width: auto; } .w-fit-content { width: fit-content } .svg-icon { height: 1rem; width: 1rem; }
Version data entries
6 entries across 6 versions & 1 rubygems