Skip to content

Commit

Permalink
Merge pull request #458 from deeepvision/v3.462-comments
Browse files Browse the repository at this point in the history
Add depth classes for comments
  • Loading branch information
designerbrent authored Jun 8, 2020
2 parents 1adad2a + 1ece2b8 commit f3c16b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/css/_objects.sections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,19 @@

&__children__list-item {
margin-left: rem(50);

&__depth-2 {
margin-left: rem(50);
}
&__depth-3 {
margin-left: rem(100);
}
&__depth-4 {
margin-left: rem(150);
}
&__depth-5 {
margin-left: rem(200);
}
}
}

Expand Down

0 comments on commit f3c16b6

Please sign in to comment.