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
4 changed files with 112 additions and 18 deletions

View File

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