mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-08-09 10:00:07 +02: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);
|
|
}
|