Adiciona estilização do carrinho

This commit is contained in:
Gabriel Gomes Fernandes 2022-12-19 05:21:17 -03:00
parent 7acbaf2209
commit d540343819

View File

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