Skip to content

Commit

Permalink
Step 2.13: Create SCSS file for chats page
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent be64beb commit e36050a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/pages/chats/chats.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 e36050a

Please sign in to comment.