mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:53:44 +08:00
f72899401d
This PR refactors the following: * leaving all the CSS applied to the old `modal-body` classes in their respective files * made new clean styling for `.d-modal` and refactored the template to use the new BEM classes * `inner-`, `middle-`, `outer-` container classes are gone and replaced with simplified `wrapper` and `container` classes * use standardised max-sizes with modifiers `-large` and `-max` * lighter backdrop, * min-width to prevent puny modals * other styling changes regarding padding, close button,… * pulled out all modal overrides into a general `modal-overrides` file + cleanup of outdated CSS * pulled out login and create account modal styling into their own file, cause it's such a big override * removed old general login.scss file for mobile & desktop * only kept some remainders I don't want to touch in `app/assets/stylesheets/common/base/login.scss`
35 lines
746 B
SCSS
35 lines
746 B
SCSS
@import "admin_badges";
|
|
@import "admin_customize";
|
|
@import "admin_report_counters";
|
|
@import "admin_report_table";
|
|
@import "admin_report";
|
|
@import "admin_reports";
|
|
@import "alert";
|
|
@import "buttons";
|
|
@import "compose";
|
|
@import "dashboard";
|
|
@import "directory";
|
|
@import "discourse";
|
|
@import "edit-category";
|
|
@import "emoji";
|
|
@import "group";
|
|
@import "header";
|
|
@import "invite-signup";
|
|
@import "lightbox";
|
|
@import "menu-panel";
|
|
@import "login-modal";
|
|
@import "modal";
|
|
@import "new-user";
|
|
@import "onebox";
|
|
@import "personal-message";
|
|
@import "push-notifications-mobile";
|
|
@import "reviewables";
|
|
@import "search";
|
|
@import "tagging";
|
|
@import "topic-list";
|
|
@import "topic-post";
|
|
@import "topic";
|
|
@import "upload";
|
|
@import "user-badges";
|
|
@import "user";
|