cf9fd864dd
This implements the [composer peek](https://github.com/discourse/composer-peek) component directly into the theme, and makes some minor adjustments to match theme styles: 
20 lines
405 B
SCSS
20 lines
405 B
SCSS
@import "box-view";
|
|
@import "buttons";
|
|
@import "chat";
|
|
@import "color-choice";
|
|
@import "composer";
|
|
@import "composer-peek-mode";
|
|
@import "header";
|
|
@import "hiddenstuff";
|
|
@import "login";
|
|
@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";
|