Create AccountSearch component to do more than AutosuggestAccountInput

This commit is contained in:
Alex Gleason 2021-10-14 11:47:10 -05:00
parent b0b13e9e59
commit a02112a1c8
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 3 additions and 0 deletions

Binary file not shown.

View file

@ -167,9 +167,12 @@
.search-page { .search-page {
height: 100%; height: 100%;
}
.column {
.search { .search {
padding: 10px 15px; padding: 10px 15px;
background-color: var(--foreground-color);
border-bottom: 1px solid hsla(var(--primary-text-color_hsl), 0.2); border-bottom: 1px solid hsla(var(--primary-text-color_hsl), 0.2);
} }