discourse/app/assets/stylesheets/mobile/_index.scss
Jan Cernik 7e1cca87a9
UX: Add option to use fullpages for login and signup (#29034)
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
2024-10-15 11:10:54 -03:00

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";