fix(layout do checkout): ajustes no css do checkout

This commit is contained in:
Gabriel Ferraz Nogueira 2022-12-18 23:27:18 -03:00
parent fc9fc11788
commit 1335c184ba
4 changed files with 38 additions and 8 deletions

View File

@ -233,7 +233,11 @@
display: none;
}
// .icon-credit-card {
.icon-credit-card {
display: none;
}
// .icon-edit {
// display: none;
// }
@ -284,6 +288,7 @@
}
p {
margin: 0;
label {
color: $gray-600;
font-weight: 500;
@ -306,10 +311,27 @@
box-shadow: none;
color: $gray-700;
}
input {
max-width: 68%;
margin: 0;
}
#client-email {
max-width: 81%;
}
.help.error {
color: red;
}
.checkbox {
margin-top: 7px;
padding: 0;
#opt-in-newsletter {
margin-right: 8px;
}
}
}
.box-client-info-pj {
@ -545,6 +567,14 @@
a[data-name="Boleto Bancário"] {
display: block;
}
a[data-name="Depósito"] {
display: block;
}
a[data-name="Mercado Pago"] {
display: block;
}
}
}
}

View File

@ -148,9 +148,9 @@
}
#payment-data-submit {
background: $black;
background: $color-green;
border: none;
border-radius: 0;
border-radius: 8px;
color: $white;
outline: none;
transition: all 0.2s linear;
@ -177,10 +177,6 @@
white-space: normal;
}
// .product-item {
// // padding: 16px 0;
// }
th {
color: $black;
padding: 0 0 16px;

View File

@ -23,6 +23,10 @@
right: 31.5%;
top: 33%;
@media (max-width: 1024px) {
display: none;
}
@media (min-width: 2500px) {
right: 41%;
}

View File

@ -30,7 +30,7 @@ $color-gray3: #f0f0f0;
$color-blue: #4267b2;
$color-green: #4caf50;
$color-green: #298541;
/* Grid breakpoints */
$grid-breakpoints: (