mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
622d7bca79
[web] Add "terms of service" disclaimer text on new checkout page GitOrigin-RevId: 8b5aad7c2ebfc5a9d9acab605276e4b81349e045
7 lines
104 B
SCSS
7 lines
104 B
SCSS
.tos-agreement-notice {
|
|
@include body-xs;
|
|
|
|
text-align: center;
|
|
margin: var(--spacing-04) 0 0 0;
|
|
}
|