development #5

Merged
carloswinter merged 17 commits from development into main 2022-12-19 02:33:51 +00:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 278932ef67 - Show all commits

View File

@ -934,10 +934,10 @@
@media (min-width: 2500px) { @media (min-width: 2500px) {
font-family: "Open Sans"; font-family: "Open Sans";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400 !important;
font-size: 24px; font-size: 24px !important;
line-height: 33px; line-height: 33px;
color: #7d7d7d; color: #7d7d7d !important;
} }
} }
.vtex-omnishipping-1-x-leanShippingIcon { .vtex-omnishipping-1-x-leanShippingIcon {
@ -1004,10 +1004,10 @@
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
color: #7d7d7d; color: #7d7d7d;
background-image: none; @media (max-width: 1024px) {
// background-image: url(https://agenciamagma.vteximg.com.br/arquivos/homeM3Academy.png); display: none;
background-size: 20px; }
background-repeat: no-repeat; //background: url(https://agenciamagma.vteximg.com.br/arquivos/homeM3Academy.png);
@media (min-width: 2500px) { @media (min-width: 2500px) {
padding: 15px 28px 15px 81px; padding: 15px 28px 15px 81px;

View File

@ -189,7 +189,7 @@ body .container-main.container-order-form .orderform-template.active {
width: 56.456%; width: 56.456%;
@media (max-width: 1024px) { @media (max-width: 1024px) {
margin-top: 12px; margin-top: 12px;
width: 100%; width: calc(100% - 12px);
} }
// .payment-method { // .payment-method {
// } // }