forked from M3-Academy/m3-academy-template-checkout
feat: adiciona style no header mobile
This commit is contained in:
parent
fb72081f07
commit
050a896629
@ -2,6 +2,10 @@
|
||||
border-bottom: 1px solid $black-padrao;
|
||||
padding: 0 130px;
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
@ -10,12 +14,22 @@
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr 1fr;
|
||||
align-items: center;
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: 16px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&__container-text {
|
||||
display: flex;
|
||||
|
||||
@ -121,6 +135,10 @@
|
||||
@media screen and (min-width: 2500px) {
|
||||
width: 68.2%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
padding: 0;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 37.15px;
|
||||
@ -134,6 +152,7 @@
|
||||
&__safeBuy {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
width: 100%;
|
||||
img {
|
||||
width: 12px;
|
||||
height: 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user