Re-arranging repos.
This commit is contained in:
parent
17b97aec61
commit
fe8d1ee495
70 changed files with 17 additions and 8 deletions
24
matomo/stylesheets/components/_sparkline.less
Normal file
24
matomo/stylesheets/components/_sparkline.less
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
// sparkline colors
|
||||
.sparkline-colors[data-name="backgroundColor"] {
|
||||
color: #faf9f6;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name="lineColor"] {
|
||||
color: #828089;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name="minPointColor"] {
|
||||
color: #323036;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name="maxPointColor"] {
|
||||
color: #323036;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name="lastPointColor"] {
|
||||
color: white; //hidden
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name="fillColor"] {
|
||||
color: lighten(#323036, 200);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue