Merge branch 'feature/checkout' of ssh://gitea.ecommercetools.com.br:22022/ThiagoDutraSampaioLeite/m3-academy-template-checkout-thiago-dutra

This commit is contained in:
ThiagoDuutra 2022-12-18 12:11:49 -03:00
commit 46b7794f75
2 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,7 @@
.checkout-container {
i {
display: none;
}
.client-pre-email {
border-color: $color-black-500;
font-family: $font-family;

View File

@ -161,7 +161,7 @@
}
a {
color: $color-blue;
color: $color-black-500;
font-style: normal;
font-weight: normal;
font-size: 12px;
@ -366,7 +366,7 @@
font-weight: normal;
font-size: 24px;
line-height: 28px;
color: $color-gray2;
color: $color-black-500;
@include mq(md, max) {
margin-top: 0;
@ -415,25 +415,25 @@
}
.srp-pickup-my-location__button {
background-color: $color-black;
background-color: $color-blue-100;
border: none;
border-radius: 5px;
color: $color-white;
outline: none;
width: 100%;
font-style: normal;
letter-spacing: 5%;
font-style: bold;
font-weight: 500;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.05em;
&:hover {
background-color: lighten($color-black, 5);
background-color: lighten($color-blue-100, 5);
}
&:active {
background-color: darken($color-black, 5);
background-color: darken($color-blue-100, 5);
}
}
}