Skip to content

Commit

Permalink
Step 6.13: Add styles for message page footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Jun 22, 2017
1 parent 13b7c5a commit 727ff41
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/pages/messages/messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,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 727ff41

Please sign in to comment.