Add search in People drawer

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-10-21 17:50:49 +05:30
parent dc7fca4f4c
commit 36380fe5fd
2 changed files with 76 additions and 19 deletions

View File

@@ -36,10 +36,9 @@
}
&__sticky {
display: none;
& .people-search {
min-height: 48px;
--search-input-height: 40px;
min-height: var(--search-input-height);
margin: 0 var(--sp-normal);
@@ -47,7 +46,7 @@
bottom: var(--sp-normal);
& .input {
height: 48px;
height: var(--search-input-height);
}
}
}
@@ -55,7 +54,7 @@
.people-drawer__content {
padding-top: var(--sp-extra-tight);
padding-bottom: calc( var(--sp-extra-tight) + var(--sp-normal));
padding-bottom: calc(2 * var(--sp-normal));
}
.people-drawer__load-more {
padding: var(--sp-normal);