Skip to content

Commit

Permalink
indented Seedet's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Sep 7, 2021
1 parent 3003926 commit 89975f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
10 changes: 5 additions & 5 deletions seedlet-blocks/assets/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions seedlet-blocks/sass/blocks/_post-comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.comment-meta,
.comment-author {
font-size: var(--wp--preset--font-size--tiny);
margin-left: 0;

a {
text-decoration: none;
Expand All @@ -23,17 +22,21 @@
}

.commentlist {
.comment {
padding-left: 0;
}

> li {
margin-bottom: var(--wp--custom--margin--vertical);

&:not(first-child) {
border-bottom: 1px solid var(--wp--custom--form--border--color);
}
}

.children {
> li {
padding-top: var(--wp--custom--margin--vertical);
border-top: 1px solid var(--wp--custom--form--border--color);
}

}
}

.comment .comment-author {
Expand Down

0 comments on commit 89975f0

Please sign in to comment.