Skip to content

Commit

Permalink
Commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Feb 6, 2019
1 parent 322d146 commit d2d84ff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.edit-post-settings-sidebar__panel-block .components-panel__body {
border: none;
border-top: $border-width solid $light-gray-500;
margin: 0 -$grid-size-large;
margin: 0 #{ -$grid-size-large };

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

&:last-child {
margin-bottom: $grid-size;
Expand All @@ -20,6 +20,6 @@
}

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

0 comments on commit d2d84ff

Please sign in to comment.