mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
17 lines
172 B
Text
17 lines
172 B
Text
|
.nvd3 {
|
||
|
.nv-axis {
|
||
|
.tick {
|
||
|
line {
|
||
|
opacity: 0;
|
||
|
}
|
||
|
}
|
||
|
path.domain {
|
||
|
opacity: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
svg.nvd3-iddle {
|
||
|
@extend svg.nvd3-svg;
|
||
|
}
|