forked from M3-Academy/m3-academy-template-checkout
style(_checkout-autenticacao.scss): colocando font-size e line-height no .shipping-summary-info para telas 2500px
This commit is contained in:
parent
257aa51913
commit
6aa583c4fa
@ -1059,6 +1059,10 @@ td.info {
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: #7d7d7d;
|
||||
@media (min-width: $checkout2500px) {
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
.cart-template .cart-fixed {
|
||||
|
Loading…
Reference in New Issue
Block a user