diff --git a/checkout/src/arquivos/sass/checkout/_checkout.scss b/checkout/src/arquivos/sass/checkout/_checkout.scss index 5fb011f..baa650e 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout.scss @@ -14,8 +14,7 @@ footer .footerCheckout__wrapper { } footer .footerCheckout__prateleira, header { - width: 79.53125%; - margin: 0 auto; + width: 100%; } body { @@ -49,32 +48,28 @@ body { } .container-order-form, .container-cart { - width: 80%; + // width: 80%; } } .btn-success { - background: $color-black; + background: $color-black-100; text-shadow: none; - - &:hover { - background: lighten($color-black, 15%); - } } .emailInfo h3 { - color: $color-black !important; + color: $color-black-100 !important; } #cart-title, #orderform-title { - color: $color-gray2; + color: $color-black-100; font-family: $font-family; - font-weight: 500; - font-size: 36px; - line-height: 42px; - margin: 40px 0 30px; - letter-spacing: 0.1em; + font-weight: 700; + font-size: 24px; + line-height: 33px; + margin: 16px 0; + letter-spacing: 0.05em; text-transform: uppercase; @include mq(md, max) {