From 434dc89d08543f9f78cd91eb6a3a642582004dd8 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Mon, 10 Oct 2016 13:09:04 +0200 Subject: [PATCH] Step 5.15: Define styles --- client/imports/pages/auth/verification.component.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client/imports/pages/auth/verification.component.scss 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