This commit is contained in:
Laux Dev
2026-03-16 14:42:04 +08:00
parent dcddc14d7e
commit fbeb3a509a
11 changed files with 572 additions and 239 deletions

View File

@@ -9,14 +9,14 @@
.searchBarContainer > input {
width: 100%;
padding: 11px 12px;
padding-left: 30px;
padding-left: 40px;
background-color: transparent;
border: none;
outline: none;
background-color: transparent;
color: white;
font-family: Inter;
font-size: 16px;
font-size: 18px;
outline: none;
font-style: normal;
font-weight: 400;
@@ -25,4 +25,5 @@
}
.searchIcon {
position: absolute;
left: 10;
}