feat:página de pagamento finalizada

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2022-12-21 17:45:41 -03:00
parent 5d4d6677d5
commit 0f2d1e715f
2 changed files with 37 additions and 10 deletions

View File

@ -11,9 +11,9 @@
}
.cart-fixed{
.summary-template-holder{
border-bottom: 3px solid $color-gray5;
border-left: 3px solid $color-gray5;
border-right: 3px solid $color-gray5;
border-bottom: 1px solid $color-gray5;
border-left: 1px solid $color-gray5;
border-right: 1px solid $color-gray5;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
@ -77,9 +77,9 @@
display: none;
}
.cart {
border-top: 3px solid $color-gray5;
border-left: 3px solid $color-gray5;
border-right: 3px solid $color-gray5;
border-top: 1px solid $color-gray5;
border-left: 1px solid $color-gray5;
border-right: 1px solid $color-gray5;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
box-sizing: border-box;
@ -132,7 +132,6 @@
&:not(:first-child) {
margin-top: 8px;
padding-top: 8px;
border-top: 1px solid #e5e5e5;
}
.shipping-date,
@ -145,8 +144,7 @@
.summary-template-holder {
border-top: none;
background: $color-white;
width: 296px;
padding: 15px;
width: 330px;
}
#go-to-cart-button a {

View File

@ -9,6 +9,35 @@ body .container-main.container-order-form .orderform-template.active {
width: 66.1132%;
}
}
.body-order-form{
.totalizers-list{
tr{
border-bottom: 1px solid black;
border-top: 1px solid black;
margin-right: 17px;
left: 20px;
position: relative;
text-align-last: start;
.info{
width: 100% !important;
}
}
}
tfoot{
.info{
width: 93% !important;
}
tr{
border-top: 1px solid;
margin-right: 17px;
left: 20px;
position: relative;
text-align-last: start;
text-indent: -17px;
}
}
}
.cart-fixed {
top: -42px;
}
@ -173,7 +202,7 @@ body .container-main.container-order-form .orderform-template.active {
}
}
#payment-data-submit{
width: 100% !important;
width: 88% !important;
background: $color-green_2 !important;
text-transform: uppercase !important;
height: 42px !important;