Skip to content

Commit

Permalink
Step 7.12: Add login component styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 13, 2017
1 parent 0e8395f commit 948a557
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/imports/pages/login/login.scss
@@ -0,0 +1,11 @@
.login-page-content {
.instructions {
text-align: center;
font-size: medium;
margin: 50px;
}

.text-input {
text-align: center;
}
}
1 change: 1 addition & 0 deletions client/main.scss
Expand Up @@ -6,4 +6,5 @@

// Pages
@import "imports/pages/chats/chats";
@import "imports/pages/login/login";
@import "imports/pages/messages/messages";

0 comments on commit 948a557

Please sign in to comment.