margin adjustments

This commit is contained in:
David Benqué 2020-04-29 15:56:16 +01:00
parent ddb833eb97
commit 6db6bc86db
2 changed files with 4 additions and 2 deletions

View file

@ -17,6 +17,7 @@
.cp-comment-form { .cp-comment-form {
&:not(:last-child) { &:not(:last-child) {
padding: 5px;
margin-bottom: 10px; margin-bottom: 10px;
} }
} }
@ -63,7 +64,7 @@
} }
.cp-comment { .cp-comment {
&:not(:first-child) { &:not(:first-child) {
margin-top: 5px; // margin-top: 5px;
} }
} }
.cp-comment-header { .cp-comment-header {

View file

@ -86,7 +86,8 @@ body.cp-app-pad {
order: 3; order: 3;
width: 300px; width: 300px;
//background-color: white; //background-color: white;
margin: 30px; margin: 0px 20px;
padding: 10px 0px; // XXX not applied at the bottom
.comments_main(); .comments_main();
} }
&.cke_body_width { &.cke_body_width {