mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
* Change in files * Renamin files and folders * cleaning up a single piece of lint * Removing boat picture from docs * add superset word mark * Update rename note in docs * Fixing images * Pinning datatables * Fixing issues with mapbox-gl * Forgot to rename one file * Linting * v0.13.0 * adding pyyaml to dev-reqs
31 lines
509 B
CSS
31 lines
509 B
CSS
.big_number g.axis text,
|
|
.big_number_total g.axis text {
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
color: gray;
|
|
fill: gray;
|
|
text-anchor: middle;
|
|
alignment-baseline: middle;
|
|
font-weight: none;
|
|
}
|
|
|
|
.big_number text.big,
|
|
.big_number_total text.big{
|
|
stroke: black;
|
|
text-anchor: middle;
|
|
fill: black;
|
|
}
|
|
|
|
.big_number g.tick line,
|
|
.big_number_total g.tick line{
|
|
stroke-width: 1px;
|
|
stroke: grey;
|
|
}
|
|
|
|
.big_number .domain,
|
|
.big_number_total .domain{
|
|
fill: none;
|
|
stroke: black;
|
|
stroke-width: 1;
|
|
}
|