forked from M3-Academy/m3-academy-template-checkout
Merge branch 'feature/checkout' of ssh://gitea.ecommercetools.com.br:22022/ThiagoDutraSampaioLeite/m3-academy-template-checkout-thiago-dutra
This commit is contained in:
commit
46b7794f75
@ -1,4 +1,7 @@
|
||||
.checkout-container {
|
||||
i {
|
||||
display: none;
|
||||
}
|
||||
.client-pre-email {
|
||||
border-color: $color-black-500;
|
||||
font-family: $font-family;
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user