Sha256: cb89efeb9988e2a1932415fb68aac04a0c2a645d1da2cbdb3dde308429786948
Contents?: true
Size: 678 Bytes
Versions: 9
Compression:
Stored size: 678 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; } .translation_missing { background-color: red; color: white; } .btn-outline-secondary { border-color: #ced4da; /* $gray-400 */ }
Version data entries
9 entries across 9 versions & 1 rubygems