mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
34 lines
393 B
CSS
34 lines
393 B
CSS
g.superset path {
|
|
stroke-dasharray: 5, 5;
|
|
}
|
|
|
|
.nvtooltip tr.highlight td {
|
|
font-weight: bold;
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
text.nv-axislabel {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.dist_bar {
|
|
overflow-x: auto !important;
|
|
}
|
|
|
|
.dist_bar svg.nvd3-svg {
|
|
width: auto;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.nv-x text{
|
|
font-size: 12px;
|
|
}
|
|
|
|
.bar {
|
|
overflow-x: auto !important;
|
|
}
|
|
|
|
.bar svg.nvd3-svg {
|
|
width: auto;
|
|
}
|