Skip to content

Commit

Permalink
Step 8.6: Add new-chat style
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 26, 2017
1 parent 337b2db commit 83f7386
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions client/imports/pages/chats/new-chat.scss
@@ -0,0 +1,14 @@
.new-chat {
.user-picture {
border-radius: 50%;
width: 50px;
float: left;
}

.user-name {
margin-left: 20px;
margin-top: 25px;
transform: translate(0, -50%);
float: left;
}
}
1 change: 1 addition & 0 deletions client/main.scss
Expand Up @@ -6,6 +6,7 @@

// Pages
@import "imports/pages/chats/chats";
@import "imports/pages/chats/new-chat";
@import "imports/pages/chats/chats-options";
@import "imports/pages/login/login";
@import "imports/pages/messages/messages";
Expand Down

0 comments on commit 83f7386

Please sign in to comment.