feat: adiciona style no header mobile

This commit is contained in:
Thiago Bronisio 2022-12-16 00:23:14 -03:00
parent fb72081f07
commit 050a896629

View File

@ -2,6 +2,10 @@
border-bottom: 1px solid $black-padrao; border-bottom: 1px solid $black-padrao;
padding: 0 130px; padding: 0 130px;
@media screen and (max-width: 1024px) {
padding: 0 16px;
}
.container { .container {
margin: 0; margin: 0;
width: 100%; width: 100%;
@ -10,12 +14,22 @@
display: grid; display: grid;
grid-template-columns: 1fr 2fr 1fr; grid-template-columns: 1fr 2fr 1fr;
align-items: center; align-items: center;
@media screen and (max-width: 1024px) {
display: flex;
width: 100%;
padding: 16px 0px;
}
} }
.progress-bar { .progress-bar {
width: 100%; width: 100%;
position: relative; position: relative;
@media screen and (max-width: 1024px) {
display: none;
}
&__container-text { &__container-text {
display: flex; display: flex;
@ -121,6 +135,10 @@
@media screen and (min-width: 2500px) { @media screen and (min-width: 2500px) {
width: 68.2%; width: 68.2%;
} }
@media screen and (max-width: 1024px) {
padding: 0;
}
img { img {
width: 100%; width: 100%;
height: 37.15px; height: 37.15px;
@ -134,6 +152,7 @@
&__safeBuy { &__safeBuy {
display: flex; display: flex;
justify-content: end; justify-content: end;
width: 100%;
img { img {
width: 12px; width: 12px;
height: 15px; height: 15px;