Skip to content

Commit

Permalink
Step 4.14: Add message-editor style to messages stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent 3b34db8 commit 7d7e7f0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions client/imports/pages/chat/messages-page.component.scss
Expand Up @@ -86,4 +86,23 @@
color: gray;
}
}
}

.messages-page-footer {
padding-right: 0;

.message-editor {
margin-left: 2px;
padding-left: 5px;
background: white;
border-radius: 3px;
}

.message-editor-button {
box-shadow: none;
width: 50px;
height: 50px;
font-size: 17px;
margin: auto;
}
}

0 comments on commit 7d7e7f0

Please sign in to comment.