forked from M3-Academy/desafio-react-e-typescript
feat(mobile):mobileTop responsivo
This commit is contained in:
parent
4834ed54a9
commit
66594603d9
@ -72,7 +72,6 @@
|
||||
height: 72%;
|
||||
img{
|
||||
width: 100%;
|
||||
// height: 3.25vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -231,7 +230,8 @@
|
||||
align-items: center;
|
||||
padding: 25px 16px;
|
||||
gap: 10px;
|
||||
background: pink;
|
||||
height: 16.297vh;
|
||||
// background: pink;
|
||||
&-menu{
|
||||
border: none;
|
||||
min-height: 22.5px;
|
||||
@ -242,7 +242,24 @@
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
&-logo{
|
||||
border: 0;
|
||||
max-width: 136px;
|
||||
width: 39.652%;
|
||||
img{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
&-cart{
|
||||
height: 28px;
|
||||
max-height: 100%;
|
||||
img{
|
||||
min-width: 28px;
|
||||
height: 28px;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Top-header-desktop
|
||||
&-top {
|
||||
|
@ -38,17 +38,17 @@ const Header = () =>{
|
||||
<fieldset className={HeaderStyles["Header_wrapper-mobileTop-menu"]}>
|
||||
<img className={HeaderStyles["hamburguer"]} src={MenuMobile} alt="Logo-mobile" />
|
||||
</fieldset>
|
||||
{/* <fieldset className={HeaderStyles["Header_wrapper-mobileTop-menu"]}>
|
||||
<fieldset className={HeaderStyles["Header_wrapper-mobileTop-logo"]}>
|
||||
<a href="/">
|
||||
<img src={LogoMobile} alt="Logo-mobile" />
|
||||
</a>
|
||||
</fieldset>
|
||||
<button>
|
||||
<button className={HeaderStyles["Header_wrapper-mobileTop-cart"]}>
|
||||
<img src={Cart} alt="Carrinho_icon" />
|
||||
</button> */}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{/* <div className={HeaderStyles["Header_wrapper-mobilebottom"]}>
|
||||
<div className={HeaderStyles["Header_wrapper-mobilebottom"]}>
|
||||
<div className={HeaderStyles["Header_wrapper-mobilebottom-Searchbox"]}>
|
||||
<input name="search" type="text" placeholder="Buscar">
|
||||
</input>
|
||||
@ -58,7 +58,7 @@ const Header = () =>{
|
||||
</button>
|
||||
</label>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
|
||||
<div className={HeaderStyles["Header_wrapper-bottom"]}>
|
||||
<nav className={HeaderStyles["Header_wrapper-bottom-navigator"]}>
|
||||
|
Loading…
Reference in New Issue
Block a user