feature/desafio-react-e-typescript #1

Merged
FilipeQuintanilha merged 12 commits from feature/desafio-react-e-typescript into main 2023-01-19 19:05:24 +00:00
Showing only changes of commit 479b2390b1 - Show all commits

View File

@ -27,6 +27,7 @@
padding: 8px 0 8px 16px;
width: calc(100% - 20px);
outline: none;
height: 12px;
}
&__img {
@ -66,3 +67,50 @@
}
}
}
@media screen and (min-width: 2500px) {
.header-wrapper {
&__top {
&-logo {
width: 11.55%;
}
form {
width: 22.4%;
}
.campo-busca {
&__input {
font-size: 28px;
line-height: 33px;
height: 37px;
}
&__img {
width: 35px;
}
}
&-carrinho {
width: 9.31%;
a {
font-size: 28px;
line-height: 33px;
}
img {
width: 54px;
}
}
}
&__bottom {
&-items {
font-weight: 500;
font-size: 28px;
line-height: 33px;
}
}
}
}