Skip to content

Commit

Permalink
[JENKINS] - Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Nov 11, 2020
1 parent 866a4e1 commit 0e2c5a3
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions src/components/manage/Blocks/Group/editor.less
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
.block-editor-group {
margin: 0 -2.2rem;
.block-editor-group {
margin: 0 .1rem;
}
.block.group.selected::before,
.block.group:hover::before {
border-style: dashed;
border-radius: 1rem;
}
.section-block {
margin: 0 2rem;
padding-top: 1rem;
padding-bottom: .1rem;
}
.counter {
display: grid;
grid-template-columns: 98% auto;
grid-gap: .5em;
align-items: center;
font-size: 85%;
}
margin: 0 -2.2rem;

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

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

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

.counter {
display: grid;
align-items: center;
font-size: 85%;
grid-gap: 0.5em;
grid-template-columns: 98% auto;
}
}

0 comments on commit 0e2c5a3

Please sign in to comment.