Skip to content
Snippets Groups Projects
_DisaggGraphView.scss 221 B
Newer Older
  • Learn to ignore specific revisions
  • .DisaggGraphView {
    
    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;
      }
    }