mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02: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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user