diff --git a/js/apps/system/aardvark/frontend/scss/_shared.scss b/js/apps/system/aardvark/frontend/scss/_shared.scss index 5856289cb5..0f2015b06f 100644 --- a/js/apps/system/aardvark/frontend/scss/_shared.scss +++ b/js/apps/system/aardvark/frontend/scss/_shared.scss @@ -22,3 +22,5 @@ @import 'headerBar'; // Checkbox @import 'checkbox'; +// modals +@import 'modals'; diff --git a/js/apps/system/aardvark/frontend/scss/style.scss b/js/apps/system/aardvark/frontend/scss/style.scss index 97eeb01f2e..7de0304fcb 100644 --- a/js/apps/system/aardvark/frontend/scss/style.scss +++ b/js/apps/system/aardvark/frontend/scss/style.scss @@ -23,8 +23,6 @@ @import 'dashboardHttpGroup'; // dashboard distribution charts @import 'dashboardDistribution'; -// modals -@import 'modals'; // dbSelection @import 'searchBar'; // shortcuts info boxes @@ -55,6 +53,9 @@ @import 'graphViewer'; // General Dialogs @import 'dialogs'; +// Collections +@import 'collection'; + // Data Tables, TODO: might all be superflous @import 'dataTables';