Skip to content

Commit

Permalink
Step 7.17: Added stylesheet for verification component
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 26, 2017
1 parent 4aa97b6 commit 2f0be15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions client/imports/pages/verification/verification.scss
@@ -0,0 +1,11 @@
.verification-page-content {
.instructions {
text-align: center;
font-size: medium;
margin: 50px;
}

.text-input {
text-align: center;
}
}
3 changes: 2 additions & 1 deletion client/main.scss
Expand Up @@ -7,4 +7,5 @@
// Pages
@import "imports/pages/chats/chats";
@import "imports/pages/login/login";
@import "imports/pages/messages/messages";
@import "imports/pages/messages/messages";
@import "imports/pages/verification/verification";

0 comments on commit 2f0be15

Please sign in to comment.