mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
20 lines
222 B
SCSS
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;
|
|
}
|
|
} |