Skip to content

Commit

Permalink
Changing css formatting for big number
Browse files Browse the repository at this point in the history
  • Loading branch information
michellethomas committed Apr 7, 2016
1 parent df141cb commit e0eb74f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions caravel/assets/visualizations/big_number.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.big_number g.axis text, .big_number_total g.axis text {
.big_number g.axis text,
.big_number_total g.axis text {
font-size: 10px;
font-weight: normal;
color: gray;
Expand All @@ -8,18 +9,21 @@
font-weight: none;
}

.big_number text.big, .big_number_total text.big{
.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{
.big_number g.tick line,
.big_number_total g.tick line{
stroke-width: 1px;
stroke: grey;
}

.big_number .domain, .big_number_total .domain{
.big_number .domain,
.big_number_total .domain{
fill: none;
stroke: black;
stroke-width: 1;
Expand Down

0 comments on commit e0eb74f

Please sign in to comment.