24 lines
369 B
Plaintext
24 lines
369 B
Plaintext
@import '~font-awesome/less/font-awesome';
|
|
|
|
@import (inline) '~bootstrap/dist/css/bootstrap.css';
|
|
|
|
@import (inline) '~c3/c3.css';
|
|
|
|
@import (inline) '~ngx-toastr/toastr.css';
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.stroke {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.c3-ygrid-line.zeroline line {
|
|
stroke: orange;
|
|
}
|
|
|
|
.c3-ygrid-line.overdraft line {
|
|
stroke: #FF0000;
|
|
}
|