feat: adiciona css checkout entrega 1280px

This commit is contained in:
Rafael Sampaio de Oliveira 2022-12-15 14:15:04 -03:00
parent 68c092e3bf
commit 2851458225

View File

@ -512,6 +512,10 @@
.srp-data {
width: 280px;
.ship-country {
display: none;
}
@include mq(cstm, max) {
width: calc(100vw - 32px);
}
@ -521,15 +525,15 @@
}
.srp-pickup-my-location__button {
background-color: $color-black;
background-color: $color-blue;
border: none;
border-radius: 5px;
border-radius: 8px;
color: $color-white;
outline: none;
width: 100%;
height: 42px;
font-style: normal;
font-weight: 500;
font-weight: 700;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.05em;
@ -545,7 +549,7 @@
}
.srp-toggle {
margin: 0 0 34px;
margin: 0 0 20px;
&__wrapper {
background-color: $color-white;
@ -560,12 +564,12 @@
}
&__current {
border: 1px solid $color-blue;
border: 1px solid $color-black;
border-radius: 100px;
}
.blue {
color: $color-blue;
color: $color-black;
}
label {
@ -597,15 +601,16 @@
font-size: 12px;
height: 36px;
padding: 12px 8px;
width: 172px;
width: 132.31%;
}
& ~ button {
background-color: $color-black;
background-color: $color-blue;
border: none;
border-radius: 5px;
border-radius: 8px;
color: $color-white;
font-size: 12px;
font-weight: 700;
font-size: 14px;
height: 36px;
letter-spacing: 1px;
outline: none;
@ -613,26 +618,31 @@
right: -150px;
top: 36px;
transition: all 0.2s linear;
width: 96px;
width: 76.93%;
text-transform: uppercase;
&:hover {
background-color: lighten($color-black, 5);
}
// &:hover {
// background-color: lighten($color-black, 5);
// }
&:active {
background-color: darken($color-black, 5);
}
// &:active {
// background-color: darken($color-black, 5);
// }
}
small a {
font-family: $font-family;
font-family: "Tenor Sans";
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 12px;
color: $color-blue;
margin-top: 7px;
font-size: 0;
&::after {
content: "Não sei o meu código postal";
font-size: 9.3px;
font-weight: 400;
color: $color-black;
margin-top: 7px;
}
}
span.help.error {