Skip to content

Commit

Permalink
fix tests: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 12, 2020
1 parent 5257193 commit d2ade30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/manage/Blocks/Accordion/editor.less
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
.block-editor-accordion {
margin: 0 -2.2rem;

.block-editor-accordion {
margin: 0 0.1rem;
}

.block.accordion.selected::before,
.block.accordion:hover::before {
border-style: dashed;
border-radius: 1rem;
}

.section-block {
margin: 0 2rem;
padding-top: 1rem;
padding-bottom: 0.1rem;
margin: 0 2rem;
}

.accordion-title {
background: #f3f4f5;
}
Expand Down

0 comments on commit d2ade30

Please sign in to comment.