26 lines
613 B
SCSS
26 lines
613 B
SCSS
/*
|
|
* This file is part of the Kimai time-tracking app.
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
@import "~bootstrap-sass/assets/stylesheets/bootstrap/variables";
|
|
@import 'variables';
|
|
@import 'error-page';
|
|
@import 'print';
|
|
@import 'content';
|
|
@import 'toolbar';
|
|
@import 'sidebar';
|
|
@import 'footer';
|
|
@import 'invoice';
|
|
@import 'datatable';
|
|
@import 'datatable-extensions';
|
|
@import 'calendar';
|
|
@import 'dashboard';
|
|
@import 'navbar';
|
|
@import 'daterangepicker';
|
|
@import 'skins';
|
|
@import 'sweetalert';
|
|
@import 'autocomplete';
|