mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
cdcc5d6174
- Renamed 'stream-item' component to 'user-stream-item' - Replaced generic 'item' class with clearer 'user-stream-item' class - Retained 'item' class for backward compatibility, marked as 'DEPRECATED' - Extracted CSS pertaining 'user-stream-item' component to component CSS files - Removed unnecessary duplication from 'user-stream-item' CSS - Removed unnecessary nesting from 'user-stream-item' CSS
35 lines
844 B
SCSS
35 lines
844 B
SCSS
@import "common";
|
|
|
|
/* @import "mobile/*"; TODO: get this working again */
|
|
|
|
@import "mobile/buttons";
|
|
@import "mobile/alert";
|
|
@import "mobile/banner";
|
|
@import "mobile/compose";
|
|
@import "mobile/discourse";
|
|
@import "mobile/faqs";
|
|
@import "mobile/header";
|
|
@import "mobile/login";
|
|
@import "mobile/modal";
|
|
@import "mobile/topic-list";
|
|
@import "mobile/topic-post";
|
|
@import "mobile/topic";
|
|
@import "mobile/upload";
|
|
@import "mobile/user";
|
|
@import "mobile/history";
|
|
@import "mobile/directory";
|
|
@import "mobile/menu-panel";
|
|
@import "mobile/search";
|
|
@import "mobile/emoji";
|
|
@import "mobile/ring";
|
|
@import "mobile/group";
|
|
|
|
// Import all component-specific files
|
|
@import "mobile/components/*";
|
|
|
|
/* These files doesn't actually exist, they are injected by Stylesheet::Compiler. */
|
|
|
|
@import "plugins";
|
|
@import "plugins_mobile";
|
|
@import "category_backgrounds";
|