28 lines
587 B
SCSS
28 lines
587 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 'variables';
|
|
@import 'layout';
|
|
@import 'error-page';
|
|
@import 'print';
|
|
@import 'content';
|
|
@import 'loading-spinner';
|
|
@import 'tables';
|
|
@import 'calendar';
|
|
@import 'ticktac';
|
|
@import 'sweetalert';
|
|
@import 'selectpicker';
|
|
@import 'forms';
|
|
@import 'modal';
|
|
@import 'progressbar';
|
|
@import 'avatar';
|
|
@import 'theme-dark';
|
|
@import 'pages';
|
|
@import 'tabler-fixes';
|
|
@import 'help';
|
|
@import 'rtl';
|