Skip to content

Commit

Permalink
updated use of $grid-size
Browse files Browse the repository at this point in the history
Increased the size of some spacing to allow more room between elements.
  • Loading branch information
geekpulp committed Feb 1, 2019
1 parent d96eeee commit 3bc52c6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 16 deletions.
46 changes: 34 additions & 12 deletions package-lock.json

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

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.edit-post-settings-sidebar__panel-block .components-panel__body {
border: none;
border-top: $border-width solid $light-gray-500;
margin: 0 -$grid-size;
margin: 0 -$grid-size-large;

.components-base-control {
margin-bottom: $grid-size;
margin-bottom: $grid-size * 3;

&:last-child {
margin-bottom: $grid-size / 2;
margin-bottom: $grid-size;
}
}

Expand All @@ -16,7 +16,7 @@
}

&:first-child {
margin-top: $grid-size;
margin-top: $grid-size-large;
}

&:last-child {
Expand Down

0 comments on commit 3bc52c6

Please sign in to comment.