search field

This commit is contained in:
Tim Wijma
2022-11-01 13:03:02 +01:00
parent 696824dbcf
commit 186b6e4b3e
3 changed files with 28 additions and 4 deletions

View File

@@ -101,4 +101,21 @@ body {
.tweet-interaction {
display: flex;
align-items: center;
}
.filters-search input {
height: 28px;
width: 100%;
border: none;
font-family: 'Robot', sans-serif;
font-size: 24px;
padding: 0;
padding-right: 32px;
}
.filters-search span {
position: absolute;
font-weight: 500;
font-size: 24px;
color: var(--main-medium-dark);
}