1e6a4a8a57
This moves the [sidebar new topic button component](https://github.com/discourse/discourse-sidebar-new-topic-button) into the theme directly If you have installed this theme previously, you should manually remove the component.
18 lines
358 B
SCSS
18 lines
358 B
SCSS
@import "box-view";
|
|
@import "buttons";
|
|
@import "chat";
|
|
@import "color-choice";
|
|
@import "composer";
|
|
@import "header";
|
|
@import "hiddenstuff";
|
|
@import "main";
|
|
@import "misc";
|
|
@import "mobile-stuff";
|
|
@import "nav-pills";
|
|
@import "search-banner";
|
|
@import "sidebar";
|
|
@import "sidebar-new-topic-button";
|
|
@import "topic";
|
|
@import "topic-cards";
|
|
@import "variables";
|