forked from M3-Academy/m3-academy-template-checkout
Merge pull request 'feat(checkout): criado e modificado estilização.' (#10) from feature/checkout-pagamento into development
Reviewed-on: #10
This commit is contained in:
commit
64e08bb069
@ -5,7 +5,116 @@ body .container-main.container-order-form .orderform-template.active {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orderform-template-holder {
|
.orderform-template-holder {
|
||||||
width: 66.1132%;
|
width: 66.1132%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shipping-summary-placeholder {
|
||||||
|
.address-summary-BRA {
|
||||||
|
// Alterar depois
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, max-content);
|
||||||
|
grid-template-rows: repeat(2, max-content);
|
||||||
|
padding: 0;
|
||||||
|
margin: 10px 0 18px 0;
|
||||||
|
|
||||||
|
.postalCode {
|
||||||
|
grid-column: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
.number-delimiter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.link-change-shipping {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shp-summary-package {
|
||||||
|
padding: 0;
|
||||||
|
margin-bottom: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shp-summary-group {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shp-summary-group-info {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shp-summary-group-price {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.payment-data.span12 {
|
||||||
|
.accordion-heading {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
.accordion-toggle {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
i {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.accordion-inner {
|
||||||
|
.box-step-content {
|
||||||
|
.payment-group-list-btn {
|
||||||
|
margin-top: -31px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.payment-group {
|
||||||
|
a {
|
||||||
|
width: 209px;
|
||||||
|
height: 50px;
|
||||||
|
border-radius: 6px;
|
||||||
|
margin: 0 1px 12px;
|
||||||
|
padding: 0 0 0 0;
|
||||||
|
border: 1px solid #000;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
span {
|
||||||
|
font-family: $font-family;
|
||||||
|
color: $color-gray10;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 24px;
|
||||||
|
letter-spacing: -0.01em;
|
||||||
|
text-align: center;
|
||||||
|
padding: 13px 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.payment-group-item-text {
|
||||||
|
background-image: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.payment-group-item.active {
|
||||||
|
border: 1px solid $color-orange1;
|
||||||
|
background-color: $color-white3;
|
||||||
|
|
||||||
|
span {
|
||||||
|
color: $color-orange1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.link-gift-card {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.steps-view {
|
||||||
|
margin-top: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user