diff --git a/packages/fxa-payments-server/src/components/PaymentProviderDetails/index.scss b/packages/fxa-payments-server/src/components/PaymentProviderDetails/index.scss
index 1ab3c090dc..fc6c4bf1a3 100644
--- a/packages/fxa-payments-server/src/components/PaymentProviderDetails/index.scss
+++ b/packages/fxa-payments-server/src/components/PaymentProviderDetails/index.scss
@@ -27,6 +27,7 @@
color: rgba(0, 0, 0, 0);
width: 90px;
height: 24px;
+ margin: 16px 0;
position: relative;
}
diff --git a/packages/fxa-payments-server/src/components/SubscriptionTitle/index.tsx b/packages/fxa-payments-server/src/components/SubscriptionTitle/index.tsx
index 7a99f951a6..acc03e771f 100644
--- a/packages/fxa-payments-server/src/components/SubscriptionTitle/index.tsx
+++ b/packages/fxa-payments-server/src/components/SubscriptionTitle/index.tsx
@@ -35,7 +35,7 @@ export const SubscriptionTitle = ({
return (
diff --git a/packages/fxa-payments-server/src/routes/Checkout/index.scss b/packages/fxa-payments-server/src/routes/Checkout/index.scss
deleted file mode 100644
index d0119b90f3..0000000000
--- a/packages/fxa-payments-server/src/routes/Checkout/index.scss
+++ /dev/null
@@ -1,41 +0,0 @@
-@import '../../../../fxa-content-server/app/styles/variables';
-@import '../../../../fxa-content-server/app/styles/breakpoints';
-
-.checkout-payment {
- @include max-width('tablet') {
- grid-row: 4/5;
- border-radius: 8px;
- margin: 24px 16px;
- min-height: 100%;
- }
-
- @media (orientation: landscape) and (max-width: 927px) and (max-height: 429px) {
- grid-row: 4/5;
- border-radius: 8px;
- margin: 24px 16px;
- min-height: 100%;
- }
-
- @media (orientation: portrait) and (max-width: 429px) and (max-height: 927px) {
- grid-row: 4/5;
- border-radius: 8px;
- margin: 24px 16px;
- min-height: 100%;
- }
-
- @include min-width('desktop') {
- padding: 16px 48px 48px;
- }
-}
-
-.pay-with-heading {
- &:before,
- &:after {
- content: '';
- border-top: 1px solid #e0e0e6;
- }
-
- @include max-width('tablet') {
- margin-top: 16px;
- }
-}
diff --git a/packages/fxa-payments-server/src/routes/Checkout/index.tsx b/packages/fxa-payments-server/src/routes/Checkout/index.tsx
index 6b293097c1..a7f81a41e9 100644
--- a/packages/fxa-payments-server/src/routes/Checkout/index.tsx
+++ b/packages/fxa-payments-server/src/routes/Checkout/index.tsx
@@ -34,7 +34,6 @@ import { Customer, Profile } from '../../store/types';
import AcceptedCards from '../Product/AcceptedCards';
-import './index.scss';
import PaymentForm, {
StripePaymentSubmitResult,
StripePaymentUpdateResult,
@@ -344,9 +343,32 @@ export const Checkout = ({
})}
/>
+ {transactionInProgress && isMobile ? null : (
+
+ )}
+
-
+
-
- {transactionInProgress && isMobile ? null : (
-