Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 24, 2020
1 parent be8e4f9 commit fcbef4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/manage/Blocks/Group/editor.less
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
.block-editor-group {
margin: 0 -2rem;
margin: 0 -2.2rem;
.block-editor-group {
margin: 0 2rem;
margin: 0 .1rem;
}
.block.group.selected::before,
.block.group:hover::before {
border-style: dashed;
border-radius: 1rem;
}
.section-block {
padding-top: 2rem;
margin: 0 2rem;
padding-top: 1rem;
padding-bottom: .1rem;
}
}

0 comments on commit fcbef4a

Please sign in to comment.