From 60a63891df0dfca825a2d1a25a2ce4c2308fc5be Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 25 Jun 2024 10:31:12 -0400 Subject: [PATCH] Revert "WIP uncomment lines at end of testing." This reverts commit b0377459d54950fc201c5d7957e929c41b118436. --- src/layouts/payment-method/payment-method.vue | 40 ++++++++++++------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index a1224353d..2a293957f 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -53,8 +53,13 @@
- - + +
@@ -79,7 +84,10 @@ @back-clicked="backButtonAction" @ForwardClicked="forwardButtonAction" /> - + @@ -728,18 +736,20 @@ export default { margin: 0; } .payment-method { - :deep(.modal-body) { - display: flex; - flex-direction: column; - h5 { - text-align: center; - order: 1; - } - p { - order: 3 - } - img { - order: 2; + .recal-modal { + :deep(.modal-body) { + display: flex; + flex-direction: column; + h5 { + text-align: center; + order: 1; + } + p { + order: 3 + } + img { + order: 2; + } } } }