Sha256: c9ec1a7667013df8ef0c1500efc143015541c8e1167c337cf2caa42cd04e0a94

Contents?: true

Size: 647 Bytes

Versions: 5

Compression:

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
good_job-3.27.4 app/frontend/good_job/style.css
good_job-3.27.3 app/frontend/good_job/style.css
good_job-3.27.2 app/frontend/good_job/style.css
good_job-3.27.1 app/frontend/good_job/style.css
good_job-3.27.0 app/frontend/good_job/style.css