update: Widgets and menu styling
This commit is contained in:
parent
cefa1cf391
commit
94444594ab
20 changed files with 230 additions and 71 deletions
24
stylesheets/components/_sparkline.less
Normal file
24
stylesheets/components/_sparkline.less
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
// sparkline colors
|
||||
.sparkline-colors[data-name=backgroundColor] {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=lineColor] {
|
||||
color: #058DC7;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=minPointColor] {
|
||||
color: #058DC7 //darken(#058DC7, 10);
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=maxPointColor] {
|
||||
color: #058DC7 //darken(#058DC7, 10);
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=lastPointColor] {
|
||||
color: white; //hidden
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name=fillColor] {
|
||||
color: lighten(#058DC7, 55);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue