Skip to content

Commit 65558f8

Browse files
dotansimhadarkbasic
authored andcommitted
Step 8.6: Added new chat styles
1 parent 765d0da commit 65558f8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/pages/chats/new-chat.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.new-chat {
2+
.user-picture {
3+
border-radius: 50%;
4+
width: 50px;
5+
float: left;
6+
}
7+
8+
.user-name {
9+
margin-left: 20px;
10+
margin-top: 25px;
11+
transform: translate(0, -50%);
12+
float: left;
13+
}
14+
}

0 commit comments

Comments
 (0)