mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 14:00:05 +02:00

[web] Add "terms of service" disclaimer text on new checkout page GitOrigin-RevId: 8b5aad7c2ebfc5a9d9acab605276e4b81349e045
6 lines
104 B
SCSS
6 lines
104 B
SCSS
.tos-agreement-notice {
|
|
@include body-xs;
|
|
|
|
text-align: center;
|
|
margin: var(--spacing-04) 0 0 0;
|
|
}
|