Cleanup unused c3 styles, add jqwidgets style.

This commit is contained in:
Alexis Lahouze 2018-06-10 14:10:05 +02:00
parent e25c788123
commit e641759ff7
1 changed files with 1 additions and 9 deletions

View File

@ -4,7 +4,7 @@ $fa-font-path: '~font-awesome/fonts';
@import '~bootstrap/scss/bootstrap';
@import '~c3/c3';
@import '~jqwidgets-scripts/jqwidgets/styles/jqx.classic.css';
@import '~ngx-toastr/toastr';
@ -15,11 +15,3 @@ $fa-font-path: '~font-awesome/fonts';
.stroke {
text-decoration: line-through;
}
.c3-ygrid-line.zeroline line {
stroke: orange;
}
.c3-ygrid-line.overdraft line {
stroke: #FF0000;
}