Adds new default admin page
This commit is contained in:
@@ -210,3 +210,13 @@
|
||||
.arrow {
|
||||
bottom: -4px;
|
||||
}
|
||||
|
||||
|
||||
/* Use this selector to override the line style on a given series */
|
||||
.ct-series-a .ct-bar {
|
||||
/* Set the colour of this series line */
|
||||
stroke: #79b52e;
|
||||
fill: #79b52e;
|
||||
/* Control the thikness of your lines */
|
||||
stroke-width: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user