Skip to content

Commit

Permalink
Step 8.6: Added new chat styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 13, 2017
1 parent 9a27abe commit d6dd035
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/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;
}
}

0 comments on commit d6dd035

Please sign in to comment.