44 lines
735 B
Plaintext
44 lines
735 B
Plaintext
@import '~font-awesome/less/font-awesome';
|
|
|
|
@import '~angular-ui-notification/src/angular-ui-notification';
|
|
|
|
@import (inline) '~c3/c3.css';
|
|
|
|
@import (inline) '~bootstrap-additions/dist/bootstrap-additions.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;
|
|
}
|
|
|
|
// Needed for modal backdrop opacity.
|
|
.modal-backdrop.am-fade {
|
|
opacity: .5;
|
|
transition: opacity .15s linear;
|
|
&.ng-enter {
|
|
opacity: 0;
|
|
&.ng-enter-active {
|
|
opacity: .5;
|
|
}
|
|
}
|
|
&.ng-leave {
|
|
opacity: .5;
|
|
&.ng-leave-active {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
}
|