Skip to content

Commit

Permalink
Chore: Simplify some CSS margin rules. (#60816)
Browse files Browse the repository at this point in the history
Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org>
  • Loading branch information
jorgefilipecosta and jorgefilipecosta committed Apr 17, 2024
1 parent 5f55712 commit e7f17e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
}

.edit-site-sidebar-navigation-screen-page__modified {
margin: 0 0 $grid-unit-20 0;
margin: 0 0 $grid-unit-20 $grid-unit-20;
color: $gray-600;
margin-left: $grid-unit-20;
.components-text {
color: $gray-600;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
}

.edit-site-sidebar-navigation-screen__meta {
margin: 0 0 $grid-unit-20 0;
margin: 0 0 $grid-unit-20 $grid-unit-20;
color: $gray-400;
margin-left: $grid-unit-20;
.components-text {
color: $gray-400;
}
Expand Down

0 comments on commit e7f17e6

Please sign in to comment.