mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 07:03:41 +08: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
16 lines
341 B
SCSS
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";
|