feat: cria header 2500px #4

Merged
Rafael_Sampaio_de_Oliveira merged 1 commits from feature/cria-header-2500px into development 2022-12-29 11:01:21 +00:00
2 changed files with 74 additions and 1 deletions

View File

@ -245,4 +245,77 @@
}
}
}
@media (min-width: 2500px) {
&__content {
width: 91.987%;
height: 101px;
padding: 0;
.logo {
width: 265.62px;
img {
height: 50.5px;
}
}
.search-desktop {
&__input {
width: 28.716%;
height: 57px;
&::placeholder {
padding: 12px 0 12px 16px;
font-size: 28px;
line-height: 32px;
}
}
&__button {
width: 57px;
height: 57px;
img {
width: 35.15px;
height: 35.15px;
}
}
}
.buttons {
width: 10.334%;
&__logIn {
width: 105px;
font-size: 28px;
line-height: 33px;
}
&__cart {
width: 54.68px;
height: 54.68px;
img {
width: 54.68px;
height: 54.68px;
}
}
}
}
&__nav {
height: 61px;
padding: 0;
nav {
width: 91.987%;
}
ul {
font-size: 28px;
line-height: 33px;
}
}
}
}

View File

@ -9,7 +9,7 @@ const Header = () => {
return (
<header className={styles["header"]}>
<div className={styles["header__content"]}>
<button className={styles["menu-mobile-button"]}>
<button type="button" className={styles["menu-mobile-button"]}>
<img src={menuButton} alt="Menu mobile" />
</button>
<div className={styles["logo"]}>