Skip to content
Snippets Groups Projects
Commit 4a9cb08e authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

adding classes for styling comment form and listing

parent e179a5a9
No related branches found
No related tags found
No related merge requests found
<form method="post" id="comment-form">
<form class="form form--comments" method="post" id="comment-form">
{% csrf_token %}
{{ comment_form }}
<input id="comment-form-submit" name="form-submitted" type="submit" form="comment-form" value="Comment">
......
......@@ -47,18 +47,15 @@
textarea,
&__textarea {
display: block;
width: 100%;
height: 100px;
padding: 10px;
border: 1px solid lightgrey;
margin-bottom: 20px;
border: 1px solid $color--mid-grey;
&--comments {
display: block;
height: 100px;
margin-bottom: 20px;
@include media-query(tablet-portrait) {
max-width: 60%;
};
@include media-query(tablet-portrait) {
max-width: 60%;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment