discourse/app/assets/stylesheets/common/base/_index.scss
Martin Brennan 28d67b4583
FEATURE: Show an educational message in the quick access menu for personal messages when there are none (#12564)
If the user has not been sent any messages, show a message in the quick access menu with an educational message. If the user can send private messages, also show a link to open the "new message" composer:

This also adds a general improvement to the quick-access-panel, to be able to show an `emptyStateWidget` instead of just a message if there is nothing to show in the panel, as well as initial general styles for empty state.
2021-04-01 10:22:40 +10:00

55 lines
1.2 KiB
SCSS

@import "_topic-list";
@import "about";
@import "activation";
@import "alert";
@import "bbcode";
@import "cat_reorder";
@import "category-list";
@import "code_highlighting";
@import "colorpicker";
@import "compose";
@import "composer-user-selector";
@import "crawler_layout";
@import "d-icon";
@import "d-popover";
@import "directory";
@import "discourse";
@import "edit-category";
@import "edit-topic-timer-modal";
@import "empty-state";
@import "ember-select";
@import "emoji";
@import "exception";
@import "explain-reviewable";
@import "faqs";
@import "group";
@import "groups";
@import "header";
@import "history";
@import "lightbox";
@import "login";
@import "magnific-popup";
@import "menu-panel";
@import "modal";
@import "not-found";
@import "onebox";
@import "popup-menu";
@import "redirection";
@import "request_access";
@import "request-group-membership-form";
@import "reviewables";
@import "rtl";
@import "search-menu";
@import "search";
@import "share_link";
@import "shared-drafts";
@import "tagging";
@import "tooltip";
@import "topic-admin-menu";
@import "topic-post";
@import "topic";
@import "upload";
@import "user-badges";
@import "user";
@import "username_tagsinput";