diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/all.scss b/services/web/frontend/stylesheets/bootstrap-5/components/all.scss index 013dd1d449..99f7cd2a45 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/all.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/all.scss @@ -33,3 +33,4 @@ @import 'close-button'; @import 'recurly'; @import 'dev-toolbar'; +@import 'tos'; diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/tos.scss b/services/web/frontend/stylesheets/bootstrap-5/components/tos.scss new file mode 100644 index 0000000000..789406db82 --- /dev/null +++ b/services/web/frontend/stylesheets/bootstrap-5/components/tos.scss @@ -0,0 +1,6 @@ +.tos-agreement-notice { + @include body-xs; + + text-align: center; + margin: var(--spacing-04) 0 0 0; +}