feature/body #2

Merged
YahToth merged 6 commits from feature/body into main 2022-12-19 08:58:30 +00:00
Showing only changes of commit d540343819 - Show all commits

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