mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:48:45 +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` |
||
---|---|---|
.. | ||
components | ||
select-kit | ||
_index.scss | ||
admin_badges.scss | ||
admin_customize.scss | ||
admin_report_counters.scss | ||
admin_report_table.scss | ||
admin_report.scss | ||
admin_reports.scss | ||
alert.scss | ||
buttons.scss | ||
compose.scss | ||
dashboard.scss | ||
directory.scss | ||
discourse.scss | ||
edit-category.scss | ||
emoji.scss | ||
group.scss | ||
header.scss | ||
invite-signup.scss | ||
lightbox.scss | ||
login-modal.scss | ||
menu-panel.scss | ||
modal.scss | ||
new-user.scss | ||
onebox.scss | ||
personal-message.scss | ||
push-notifications-mobile.scss | ||
reviewables.scss | ||
search.scss | ||
tagging.scss | ||
topic-list.scss | ||
topic-post.scss | ||
topic.scss | ||
upload.scss | ||
user-badges.scss | ||
user.scss |