Skip to content

Commit

Permalink
Step 4.13: 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 5576471 commit 556c6e1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/pages/messages/messages.scss
Expand Up @@ -91,3 +91,22 @@
}
}
}

.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 556c6e1

Please sign in to comment.