Sha256: 7be98f5a931fc050a00b05fa2a3494652ddd0872213908ca2a9217ab2729ec93

Contents?: true

Size: 481 Bytes

Versions: 1

Compression:

Stored size: 481 Bytes

Contents

.nvd3 {
    .nv-series {
        text {
            fill:$color;
            font-weight:bold;
        }
    }

    .nv-axis {
        text {
            fill:$color;
        }

        line.tick, path.domain {
            stroke:$color;
        }
    }

    &.nv-noData {
        fill:$green;
        font-size:28px;
        font-family:$fontFamily;
    }
}


.nvtooltip {
    min-width:80px;

    h3 {
        font-weight:bold;
    }

    h3, p {
        color:$bgColor;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
batsd-dash-0.5.0 lib/sass/_charts.scss