mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 15:42:17 +00:00
16 lines
174 B
Text
16 lines
174 B
Text
.nvd3 {
|
|
.nv-axis {
|
|
.tick {
|
|
line {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
path.domain {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
svg.nvd3-iddle {
|
|
&:extend(svg.nvd3-svg);
|
|
}
|