superset/caravel/assets/visualizations/big_number.css

31 lines
509 B
CSS
Raw Normal View History

.big_number g.axis text,
.big_number_total g.axis text {
2016-03-18 02:44:58 -04:00
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{
2016-03-18 02:44:58 -04:00
stroke: black;
text-anchor: middle;
fill: black;
}
.big_number g.tick line,
.big_number_total g.tick line{
2016-03-18 02:44:58 -04:00
stroke-width: 1px;
stroke: grey;
}
.big_number .domain,
.big_number_total .domain{
2016-03-18 02:44:58 -04:00
fill: none;
stroke: black;
stroke-width: 1;
}