diff --git a/src/pages/chats/new-chat.scss b/src/pages/chats/new-chat.scss new file mode 100644 index 000000000..17056a414 --- /dev/null +++ b/src/pages/chats/new-chat.scss @@ -0,0 +1,14 @@ +.new-chat { + .user-picture { + border-radius: 50%; + width: 50px; + float: left; + } + + .user-name { + margin-left: 20px; + margin-top: 25px; + transform: translate(0, -50%); + float: left; + } +}