discourse/app/assets/stylesheets/desktop/_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

16 lines
341 B
SCSS

@import "admin_customize";
@import "category-list";
@import "compose";
@import "discourse";
@import "header";
@import "invite-signup";
@import "latest-topic-list";
@import "menu-panel";
@import "modal";
@import "topic-list";
@import "topic-post";
@import "post-action-feedback";
@import "topic";
@import "user";
@import "login-signup-page";