mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 06:46:21 +08:00
This is a stripped-back version of the Search Banner component https://meta.discourse.org/t/search-banner/122939, which will be renamed to Advanced Search Banner, see https://github.com/discourse/discourse-search-banner/pull/84. This welcome banner interacts with the header search. When `search_experience` is set to `search_field`, we only show the header search after the welcome banner scrolls out of view, and vice-versa. Only new sites will get this feature turned on by default, existing sites have a migration to disable it. --------- Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com> Co-authored-by: Jordan Vidrine <jordan@jordanvidrine.com>
7 lines
169 B
SCSS
Vendored
7 lines
169 B
SCSS
Vendored
@import "topic-map";
|
|
@import "user-card";
|
|
@import "user-stream-item";
|
|
@import "welcome-header";
|
|
@import "more-topics";
|
|
@import "emoji-picker";
|
|
@import "welcome-banner";
|