forked from M3-Academy/m3-academy-template-checkout
feat:página de pagamento finalizada
This commit is contained in:
parent
5d4d6677d5
commit
0f2d1e715f
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user