diff --git a/static/js/index.js b/static/js/index.js index 9cc49957..91a30f3e 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -1,4 +1,4 @@ -import classes from '../scss/atat.scss' +import classes from '../styles/atat.scss' import './thing' diff --git a/static/scss/README.md b/static/styles/README.md similarity index 100% rename from static/scss/README.md rename to static/styles/README.md diff --git a/static/scss/atat.scss b/static/styles/atat.scss similarity index 100% rename from static/scss/atat.scss rename to static/styles/atat.scss diff --git a/static/scss/components/_alerts.scss b/static/styles/components/_alerts.scss similarity index 100% rename from static/scss/components/_alerts.scss rename to static/styles/components/_alerts.scss diff --git a/static/scss/components/_empty_state.scss b/static/styles/components/_empty_state.scss similarity index 100% rename from static/scss/components/_empty_state.scss rename to static/styles/components/_empty_state.scss diff --git a/static/scss/components/_footer.scss b/static/styles/components/_footer.scss similarity index 100% rename from static/scss/components/_footer.scss rename to static/styles/components/_footer.scss diff --git a/static/scss/components/_global_layout.scss b/static/styles/components/_global_layout.scss similarity index 100% rename from static/scss/components/_global_layout.scss rename to static/styles/components/_global_layout.scss diff --git a/static/scss/components/_global_navigation.scss b/static/styles/components/_global_navigation.scss similarity index 100% rename from static/scss/components/_global_navigation.scss rename to static/styles/components/_global_navigation.scss diff --git a/static/scss/components/_modal.scss b/static/styles/components/_modal.scss similarity index 100% rename from static/scss/components/_modal.scss rename to static/styles/components/_modal.scss diff --git a/static/scss/components/_progress_menu.scss b/static/styles/components/_progress_menu.scss similarity index 100% rename from static/scss/components/_progress_menu.scss rename to static/styles/components/_progress_menu.scss diff --git a/static/scss/components/_search_bar.scss b/static/styles/components/_search_bar.scss similarity index 100% rename from static/scss/components/_search_bar.scss rename to static/styles/components/_search_bar.scss diff --git a/static/scss/components/_site_action.scss b/static/styles/components/_site_action.scss similarity index 100% rename from static/scss/components/_site_action.scss rename to static/styles/components/_site_action.scss diff --git a/static/scss/components/_topbar.scss b/static/styles/components/_topbar.scss similarity index 100% rename from static/scss/components/_topbar.scss rename to static/styles/components/_topbar.scss diff --git a/static/scss/components/_workspace_layout.scss b/static/styles/components/_workspace_layout.scss similarity index 100% rename from static/scss/components/_workspace_layout.scss rename to static/styles/components/_workspace_layout.scss diff --git a/static/scss/core/_grid.scss b/static/styles/core/_grid.scss similarity index 100% rename from static/scss/core/_grid.scss rename to static/styles/core/_grid.scss diff --git a/static/scss/core/_util.scss b/static/styles/core/_util.scss similarity index 100% rename from static/scss/core/_util.scss rename to static/styles/core/_util.scss diff --git a/static/scss/core/_variables.scss b/static/styles/core/_variables.scss similarity index 100% rename from static/scss/core/_variables.scss rename to static/styles/core/_variables.scss diff --git a/static/scss/elements/_action_group.scss b/static/styles/elements/_action_group.scss similarity index 100% rename from static/scss/elements/_action_group.scss rename to static/styles/elements/_action_group.scss diff --git a/static/scss/elements/_block_lists.scss b/static/styles/elements/_block_lists.scss similarity index 100% rename from static/scss/elements/_block_lists.scss rename to static/styles/elements/_block_lists.scss diff --git a/static/scss/elements/_buttons.scss b/static/styles/elements/_buttons.scss similarity index 100% rename from static/scss/elements/_buttons.scss rename to static/styles/elements/_buttons.scss diff --git a/static/scss/elements/_diff.scss b/static/styles/elements/_diff.scss similarity index 100% rename from static/scss/elements/_diff.scss rename to static/styles/elements/_diff.scss diff --git a/static/scss/elements/_icon_link.scss b/static/styles/elements/_icon_link.scss similarity index 100% rename from static/scss/elements/_icon_link.scss rename to static/styles/elements/_icon_link.scss diff --git a/static/scss/elements/_icons.scss b/static/styles/elements/_icons.scss similarity index 100% rename from static/scss/elements/_icons.scss rename to static/styles/elements/_icons.scss diff --git a/static/scss/elements/_inputs.scss b/static/styles/elements/_inputs.scss similarity index 100% rename from static/scss/elements/_inputs.scss rename to static/styles/elements/_inputs.scss diff --git a/static/scss/elements/_labels.scss b/static/styles/elements/_labels.scss similarity index 100% rename from static/scss/elements/_labels.scss rename to static/styles/elements/_labels.scss diff --git a/static/scss/elements/_panels.scss b/static/styles/elements/_panels.scss similarity index 100% rename from static/scss/elements/_panels.scss rename to static/styles/elements/_panels.scss diff --git a/static/scss/elements/_sidenav.scss b/static/styles/elements/_sidenav.scss similarity index 100% rename from static/scss/elements/_sidenav.scss rename to static/styles/elements/_sidenav.scss diff --git a/static/scss/elements/_tables.scss b/static/styles/elements/_tables.scss similarity index 100% rename from static/scss/elements/_tables.scss rename to static/styles/elements/_tables.scss diff --git a/static/scss/elements/_typography.scss b/static/styles/elements/_typography.scss similarity index 100% rename from static/scss/elements/_typography.scss rename to static/styles/elements/_typography.scss diff --git a/static/scss/sections/_login.scss b/static/styles/sections/_login.scss similarity index 100% rename from static/scss/sections/_login.scss rename to static/styles/sections/_login.scss diff --git a/static/scss/sections/_member_edit.scss b/static/styles/sections/_member_edit.scss similarity index 100% rename from static/scss/sections/_member_edit.scss rename to static/styles/sections/_member_edit.scss diff --git a/static/scss/sections/_project_edit.scss b/static/styles/sections/_project_edit.scss similarity index 100% rename from static/scss/sections/_project_edit.scss rename to static/styles/sections/_project_edit.scss diff --git a/static/scss/sections/_projects_list.scss b/static/styles/sections/_projects_list.scss similarity index 100% rename from static/scss/sections/_projects_list.scss rename to static/styles/sections/_projects_list.scss diff --git a/static/scss/sections/_request_approval.scss b/static/styles/sections/_request_approval.scss similarity index 100% rename from static/scss/sections/_request_approval.scss rename to static/styles/sections/_request_approval.scss