diff --git a/client/imports/pages/chats/new-chat.component.scss b/client/imports/pages/chats/new-chat.component.scss new file mode 100644 index 0000000..a0698d8 --- /dev/null +++ b/client/imports/pages/chats/new-chat.component.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; + } +} \ No newline at end of file