Skip to content

Commit 8859d02

Browse files
dotansimhadarkbasic
authored andcommitted
Step 2.13: Create SCSS file for chats page
1 parent 760bd77 commit 8859d02

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/pages/chats/chats.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.chats-page-content {
2+
.chat-picture {
3+
border-radius: 50%;
4+
width: 50px;
5+
float: left;
6+
}
7+
8+
.chat-info {
9+
float: left;
10+
margin: 10px 0 0 20px;
11+
12+
.last-message-timestamp {
13+
position: absolute;
14+
top: 10px;
15+
right: 10px;
16+
font-size: 14px;
17+
color: #9A9898;
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)