2021-04-02 22:32:55 +00:00
|
|
|
// Copyright 2021 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
// These styles should match the "real" header.
|
|
|
|
.module-SearchResultsLoadingFakeHeader {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2021-10-12 23:59:08 +00:00
|
|
|
padding: 14px;
|
2021-04-02 22:32:55 +00:00
|
|
|
|
|
|
|
&::before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
@include search-results-loading-box(25%);
|
|
|
|
}
|
|
|
|
}
|