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 5e2c1e9 commit 00f503e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/manage/Blocks/Accordion/editor.less
Original file line number Diff line number Diff line change
@@ -1,31 +1,38 @@
.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;
}
}

.align-arrow-left {
display: flex;
flex-direction: row;
}

.align-arrow-right {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}

.input-accordion-title {
width: 100%;
}

0 comments on commit 00f503e

Please sign in to comment.