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 Feb 13, 2017
1 parent 913a0cc commit b2c194d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/pages/messages/messages.scss
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 b2c194d

Please sign in to comment.