Sha256: 37a462be4157a6cd369eb9f66207567af18e2d93d38c7f3d8167446a857866d5

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 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);
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
good_job-2.13.0 engine/app/assets/style.css