Files
Frontend-Internal-Developer…/frontend/src/app/components/mobileSearchBar/styles.module.css
Laux Dev 2c9f2d612b Refactor
2026-03-19 18:57:20 +08:00

30 lines
529 B
CSS

.searchBarContainer {
display: flex;
align-items: center;
gap: 10px;
align-self: stretch;
position: relative;
}
.searchBarContainer > input {
width: 100%;
padding: 11px 12px;
padding-left: 40px;
background-color: transparent;
border: none;
outline: none;
background-color: transparent;
color: white;
font-family: Inter;
font-size: 1.18rem;
outline: none;
font-style: normal;
font-weight: 400;
line-height: normal;
caret-color: #575bc7;
}
.searchIcon {
position: absolute;
left: 10;
}