mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-08 05:43:01 +00:00
15 lines
332 B
SCSS
15 lines
332 B
SCSS
![]() |
// Fonts
|
||
|
@import '~@fortawesome/fontawesome-free/css/all.css';
|
||
|
// OverlayScrollbars
|
||
|
@import '~overlayscrollbars/css/OverlayScrollbars.css';
|
||
|
// iCheck
|
||
|
@import '~icheck-bootstrap/icheck-bootstrap.css';
|
||
|
// AdminLTE
|
||
|
@import 'dist/css/adminlte.css';
|
||
|
|
||
|
|
||
|
|
||
|
// Bootstrap
|
||
|
// Already imported by AdminLTE
|
||
|
//@import '~bootstrap/scss/bootstrap';
|