Feat plugin stock (#196)

This commit is contained in:
Simon Lecoq
2021-03-21 17:52:05 +01:00
committed by GitHub
parent 89182c62c0
commit ed5dc9a53c
11 changed files with 330 additions and 5 deletions

View File

@@ -916,6 +916,22 @@
color: #666666;
}
/* Charts */
.ct-line {
stroke-width: 2px !important;
stroke: #58A6FF !important;
}
.ct-area {
fill: #58A6FF !important;
}
.ct-label {
fill: rgba(127, 127, 127, 0.8) !important;
color: rgba(127, 127, 127, 0.8) !important;
}
.ct-grid {
stroke: rgba(127, 127, 127, 0.4) !important;
}
/* Fade animation */
.af {
opacity: 0;