notebook/app/assets/stylesheets/comments.scss
2020-04-25 15:13:56 -05:00

20 lines
222 B
SCSS

.comment {
padding: 10px;
margin-bottom: 10px;
.metadata {
margin-top: 5px;
}
}
.comment-form {
a.submit-button {
margin-bottom: 15px;
}
}
blockquote {
p {
margin-bottom: 20px !important;
}
}