Testing sparklines combos
This commit is contained in:
parent
4a7cd687f5
commit
3b2236b722
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
// sparkline colors
|
||||
.sparkline-colors[data-name="backgroundColor"] {
|
||||
color: white;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name="lineColor"] {
|
||||
color: #323036;
|
||||
color: #828089;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name="minPointColor"] {
|
||||
|
|
@ -20,5 +20,5 @@
|
|||
}
|
||||
|
||||
.sparkline-colors[data-name="fillColor"] {
|
||||
color: lighten(#323036, 55);
|
||||
color: #faf9f6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue