forked from M3-Academy/desafio-react-e-typescript
feat: ajustes no label
This commit is contained in:
parent
9afe9b15ea
commit
e992c4c07e
@ -17,7 +17,7 @@ const Header = () => {
|
||||
</a>
|
||||
</div>
|
||||
<label htmlFor="search" className={styles["conteiner-search"]}>
|
||||
<input className={styles["search-input"]} name='search' type="text" placeholder='Buscar...'/>
|
||||
<input className={styles["search-input"]} id="search" name='search' type="text" placeholder='Buscar...'/>
|
||||
<img className={styles["search-img"]} src={Search} alt="buscar" />
|
||||
</label>
|
||||
<div className={styles['conteiner-cart']}>
|
||||
|
@ -43,6 +43,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user