Merge pull request #22140 from overleaf/mf-new-checkout-page-toc

[web] Add "terms of service" disclaimer text on new checkout page

GitOrigin-RevId: 8b5aad7c2ebfc5a9d9acab605276e4b81349e045
This commit is contained in:
M Fahru 2024-11-27 09:50:19 -07:00 committed by Copybot
parent a623faf260
commit 622d7bca79
2 changed files with 7 additions and 0 deletions

View file

@ -33,3 +33,4 @@
@import 'close-button';
@import 'recurly';
@import 'dev-toolbar';
@import 'tos';

View file

@ -0,0 +1,6 @@
.tos-agreement-notice {
@include body-xs;
text-align: center;
margin: var(--spacing-04) 0 0 0;
}