Skip to content

Commit

Permalink
Step 2.12: Create SCSS file for chats page
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 13, 2017
1 parent 2b9deb6 commit 3e43f70
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
20 changes: 20 additions & 0 deletions client/imports/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;
}
}
}
5 changes: 4 additions & 1 deletion client/main.scss
Expand Up @@ -2,4 +2,7 @@
@import "imports/theme/variables";

// App
@import "imports/app/app";
@import "imports/app/app";

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

0 comments on commit 3e43f70

Please sign in to comment.