mirror of
https://github.com/apache/superset.git
synced 2026-05-11 10:55:43 +00:00
17 lines
280 B
CSS
17 lines
280 B
CSS
.axis line {
|
|
fill: none;
|
|
stroke: black;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.axis text {
|
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.axis path, .axis line {
|
|
fill: none;
|
|
stroke: #000;
|
|
shape-rendering: crispEdges;
|
|
}
|