Feat plugin stock (#196)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user