forked from M3-Academy/m3-academy-template-checkout
feat: responsividade do header
This commit is contained in:
parent
37bfa60f2c
commit
d7efd87bcb
@ -1137,7 +1137,7 @@ div#payments-title::after {
|
||||
tr.product-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 6fr 1fr 1fr;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
grid-template-rows: 1fr;
|
||||
|
||||
|
||||
td.product-image {
|
||||
|
@ -85,3 +85,28 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.headerCheckout {
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__wrapper {
|
||||
padding: 0 1rem;
|
||||
|
||||
#progressBar {
|
||||
all: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
&__logo {
|
||||
min-width: 140px;
|
||||
}
|
||||
|
||||
&__safeBuy {
|
||||
min-width: 140px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user