This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/vikunja.scss

21 lines
460 B
SCSS
Raw Normal View History

2018-12-25 15:03:51 +00:00
@import 'styles/theme';
2019-04-29 21:41:39 +00:00
@import 'styles/scrollbars';
2018-12-25 15:03:51 +00:00
@import 'styles/general';
2019-04-29 21:41:39 +00:00
@import 'styles/transitions';
2018-12-25 15:03:51 +00:00
@import 'styles/tasks';
2019-11-24 13:16:24 +00:00
@import 'styles/task';
2018-12-25 15:03:51 +00:00
@import 'styles/teams';
@import 'styles/fullpage';
2019-03-07 19:48:40 +00:00
@import 'styles/labels';
2019-09-09 17:55:43 +00:00
@import 'styles/list';
2018-12-25 15:03:51 +00:00
@import 'styles/fancycheckbox';
@import 'styles/tooltip';
2019-04-29 21:41:39 +00:00
@import 'styles/gantt';
2019-11-24 13:16:24 +00:00
@import 'styles/attachments';
@import 'styles/taskRelations';
@import 'styles/reminders';
@import 'styles/multiselect';