mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:48:45 +08:00
f1cbc23f1e
This commit introduces an icon to all links in the sidebar. If an icon has not been configured, we will fall back to a generic "link" icon. As part of this commit, we also standardised the size of each prefix to 20px by 20px and set a fix margin. This is to allow sufficient space for text prefixes and image prefixes to be displayed. Tests have been intentionally left out for now as I don't feel like asserting for the icons will bring much value at this point. Time shall prove me wrong. Co-authored-by: awesomerobot <kris.aubuchon@discourse.org>
20 lines
388 B
SCSS
20 lines
388 B
SCSS
@import "admin_customize";
|
|
@import "alert";
|
|
@import "category-list";
|
|
@import "compose";
|
|
@import "discourse";
|
|
@import "edit-category";
|
|
@import "group";
|
|
@import "header";
|
|
@import "history";
|
|
@import "latest-topic-list";
|
|
@import "login";
|
|
@import "menu-panel";
|
|
@import "modal";
|
|
@import "new-user";
|
|
@import "topic-list";
|
|
@import "topic-post";
|
|
@import "topic";
|
|
@import "upload";
|
|
@import "user";
|