mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -06:00
7e1cca87a9
This adds dedicated routes for /login and /signup, replacing the use of modals. Currently, this is behind the experimental_full_page_login feature flag. It also includes some small consistency fixes related to formatting, spacing, icons, and the loading of certain elements
35 lines
787 B
SCSS
35 lines
787 B
SCSS
@import "admin_badges";
|
|
@import "admin_customize";
|
|
@import "admin_flags";
|
|
@import "admin_report_counters";
|
|
@import "admin_report_table";
|
|
@import "admin_report";
|
|
@import "admin_reports";
|
|
@import "alert";
|
|
@import "compose";
|
|
@import "dashboard";
|
|
@import "dialog";
|
|
@import "directory";
|
|
@import "discourse";
|
|
@import "edit-category";
|
|
@import "emoji";
|
|
@import "header";
|
|
@import "invite-signup";
|
|
@import "lightbox";
|
|
@import "menu-panel";
|
|
@import "list-controls";
|
|
@import "login-modal";
|
|
@import "login-signup-page";
|
|
@import "modal";
|
|
@import "modal-overrides";
|
|
@import "new-user";
|
|
@import "personal-message";
|
|
@import "post-action-feedback";
|
|
@import "push-notifications-mobile";
|
|
@import "reviewables";
|
|
@import "sidebar";
|
|
@import "topic-list";
|
|
@import "topic-post";
|
|
@import "topic";
|
|
@import "user";
|