forked from M3-Academy/m3-academy-template-checkout
feat(checkout): adiciona css em scss no checkout-autenticacao para mobile 1024px e 375px
This commit is contained in:
parent
b3e93c5618
commit
278932ef67
@ -934,10 +934,10 @@
|
||||
@media (min-width: 2500px) {
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
font-weight: 400 !important;
|
||||
font-size: 24px !important;
|
||||
line-height: 33px;
|
||||
color: #7d7d7d;
|
||||
color: #7d7d7d !important;
|
||||
}
|
||||
}
|
||||
.vtex-omnishipping-1-x-leanShippingIcon {
|
||||
@ -1004,10 +1004,10 @@
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
color: #7d7d7d;
|
||||
background-image: none;
|
||||
// background-image: url(https://agenciamagma.vteximg.com.br/arquivos/homeM3Academy.png);
|
||||
background-size: 20px;
|
||||
background-repeat: no-repeat;
|
||||
@media (max-width: 1024px) {
|
||||
display: none;
|
||||
}
|
||||
//background: url(https://agenciamagma.vteximg.com.br/arquivos/homeM3Academy.png);
|
||||
|
||||
@media (min-width: 2500px) {
|
||||
padding: 15px 28px 15px 81px;
|
||||
|
@ -189,7 +189,7 @@ body .container-main.container-order-form .orderform-template.active {
|
||||
width: 56.456%;
|
||||
@media (max-width: 1024px) {
|
||||
margin-top: 12px;
|
||||
width: 100%;
|
||||
width: calc(100% - 12px);
|
||||
}
|
||||
// .payment-method {
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user