Merge pull request #21768 from overleaf/mf-checkout-page-form-header

[web] Checkout page main header text

GitOrigin-RevId: 440e5e32c0377dcfeb1c3f466a47ea0b21517d31
This commit is contained in:
M Fahru 2024-11-12 07:29:53 -07:00 committed by Copybot
parent c5e1c63959
commit 2cf78229c0

View file

@ -185,8 +185,21 @@
} }
} }
.payment-right-section { .payment-checkout {
padding: var(--spacing-08); padding: var(--spacing-08);
width: 408px;
@include media-breakpoint-down(lg) {
width: 100%;
}
h1 {
@include heading-md;
}
.student-disclaimer {
@include body-sm;
}
} }
} }