styling comments

This commit is contained in:
Andrew Brown 2020-04-21 23:17:29 -05:00
parent 213cb104ef
commit c68623433f
2 changed files with 11 additions and 1 deletions

View File

@ -5,4 +5,10 @@
.metadata {
margin-top: 5px;
}
}
.comment-form {
a.submit-button {
margin-bottom: 15px;
}
}

View File

@ -44,9 +44,13 @@
Does anyone have any questions about this page? I'm trying to fill it out more.
</blockquote>
<div class="input-field">
<div class="input-field comment-form">
<label for="comment1">Leave a message</label>
<textarea class="materialize-textarea" id="comment1"></textarea>
<%= link_to '#', class: 'btn right green white-text submit-button' do %>
Comment
<i class="material-icons right">chat</i>
<% end %>
</div>
<div class="row">