mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-23 03:06:24 +00:00
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:
parent
a623faf260
commit
622d7bca79
2 changed files with 7 additions and 0 deletions
|
@ -33,3 +33,4 @@
|
|||
@import 'close-button';
|
||||
@import 'recurly';
|
||||
@import 'dev-toolbar';
|
||||
@import 'tos';
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
.tos-agreement-notice {
|
||||
@include body-xs;
|
||||
|
||||
text-align: center;
|
||||
margin: var(--spacing-04) 0 0 0;
|
||||
}
|
Loading…
Add table
Reference in a new issue