font-weight unify

This commit is contained in:
codecalm
2019-12-15 23:10:42 +01:00
parent 714a52f232
commit 2f3ab82323
12 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
.apexcharts-title-text {
font-weight: 600 !important;
font-weight: $font-weight-bold !important;
}
.apexcharts-tooltip-title {
font-weight: 600 !important;
font-weight: $font-weight-bold !important;
padding-bottom: .25rem !important;
}