css scripts, js scripts, remove gulp

This commit is contained in:
chomik
2019-04-27 14:33:48 +02:00
parent 880ff15961
commit f91c290400
571 changed files with 384 additions and 798 deletions
+6 -4
View File
@@ -54,20 +54,22 @@
}
}
// stylelint-disable declaration-no-important
.apexcharts-tooltip {
background: $dark !important;
line-height: 1;
color: #fff;
background: $dark !important;
border: 0 !important;
border-radius: 3px !important;
line-height: 1;
}
.apexcharts-tooltip-title {
margin: 0 !important;
background: transparent !important;
border: 0 !important;
margin: 0 !important;
}
.apexcharts-tooltip-series-group {
padding: 0 8px !important
padding: 0 8px !important;
}