mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
styling comments
This commit is contained in:
parent
213cb104ef
commit
c68623433f
@ -5,4 +5,10 @@
|
||||
.metadata {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form {
|
||||
a.submit-button {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user