Skip to content
Snippets Groups Projects
_DisaggGraphView.scss 366 B
Newer Older
.DisaggGraphView {
  user-select: none;

Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  .tooltip-content {
    .title {
      font-size: 12px;
    }

    .label,
    .value {
      font-size: 10px;
    }
  }

Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  .axis {
    path {
      stroke: #999;
      stroke-width: 1px;
    }

    text {
      fill: #999;
      font-size: 0.7em;
    }
  }

  .grid-line {
    stroke: #efefef;
    stroke-width: 1px;
  }
}