Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszlacheta committed Mar 13, 2019
1 parent 543e73d commit 44ed53e
Show file tree
Hide file tree
Showing 16 changed files with 5,222 additions and 1,776 deletions.
18 changes: 18 additions & 0 deletions dist/external_d3_c3/keen-dataviz.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,24 @@
font-size: 1.5em;
width:100%;
}
/* FUNNEL */
.keen-dataviz .text-label {
fill: #1A1A1A;
fill: #1A1A1A;
}
.keen-dataviz .text-main {
fill: #FFFFFF;
fill: #FFFFFF;
font-size: 1.5em;
}
.keen-dataviz .text-second {
fill: #FFFFFF;
fill: #FFFFFF;
}
.keen-dataviz .chart-lines {
stroke: #E7E7E7;
stroke: #E7E7E7;
}
/* TABLE */
.keen-dataviz-table {
border-bottom: 1px solid #E7E7E7;
Expand Down
Loading

0 comments on commit 44ed53e

Please sign in to comment.