diff --git a/client/imports/pages/auth/verification.component.scss b/client/imports/pages/auth/verification.component.scss new file mode 100644 index 0000000..ea09ad1 --- /dev/null +++ b/client/imports/pages/auth/verification.component.scss @@ -0,0 +1,11 @@ +.verification-page-content { + .instructions { + text-align: center; + font-size: medium; + margin: 50px; + } + + .text-input { + text-align: center; + } +} \ No newline at end of file