discourse/app/assets/stylesheets/mobile/_index.scss
Kris aa4685da80
REFACTOR: merge mobile and desktop login CSS into common (#34793)
This eliminates mobile/login-signup-page.scss and
desktop/login-signup-page.scss in favor of breakpoints in
common/base/login-signup-page.scss

There are a few large blocks within breakpoints that didn't have a
suitable place to merge into the existing common styles, so this file
can use some more cleanup... but this gets everything centralized to
start, and shouldn't result in any major visual changes.

Tested on desktop/ipad/mobile.
2025-10-06 13:14:38 -04:00

3 lines
81 B
SCSS
Vendored

@import "push-notifications-mobile";
@import "topic-list";
@import "topic-post";