Skip to content

Commit

Permalink
Step 2.16: Added some css styles to the chats list
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent cb43368 commit 2b29a2d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions client/imports/pages/chats/chats.component.scss
@@ -0,0 +1,20 @@
.chats-page-content {
.chat-picture {
border-radius: 50%;
width: 50px;
float: left;
}

.chat-info {
float: left;
margin: 10px 0 0 20px;

.last-message-timestamp {
position: absolute;
top: 10px;
right: 10px;
font-size: 14px;
color: #9A9898;
}
}
}

0 comments on commit 2b29a2d

Please sign in to comment.