This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-frontend/src/styles/components/_index.scss
Dominik Pschenitschni 9ca8857d89
feat: merge kanban.scss styles with component
.ghost-task-drop class was removed because it was used nowhere.
2021-10-25 16:39:31 +02:00

17 lines
No EOL
360 B
SCSS

@import "tooltip";
@import "labels";
@import "list";
@import "reminders";
@import "switch-view";
@import "task";
@import "taskRelations";
@import "tasks";
@import "teams";
@import "migrator";
@import "table-view";
@import "list-backgrounds";
@import "namespaces";
@import "legal";
@import "keyboard-shortcuts";
@import "notifications";
@import "quick-actions";