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,
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) {