Skip to content

Commit

Permalink
Polish.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and ntsekouras committed Apr 22, 2021
1 parent 4c476cd commit 7d682c3
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,35 @@
.block-editor-block-pattern-setup__toolbar {
justify-content: center;
}

.block-editor-block-pattern-setup__container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: $grid-unit-20;
padding: $grid-unit-20;
max-height: 550px;
overflow: auto;
margin: 0 $border-width $border-width $border-width;
width: calc(100% - #{ $border-width * 2 });
background: $white;

.block-editor-block-preview__container,
div[role="button"] {
cursor: pointer;
}

.block-editor-block-pattern-setup-list__item-title {
padding: $grid-unit-05;
font-size: $helptext-font-size;
text-align: center;
}

.block-editor-block-preview__container {
border-radius: $radius-block-ui;
}
}
}

.block-editor-block-pattern-setup__toolbar {
box-sizing: border-box;
position: relative;
Expand Down

0 comments on commit 7d682c3

Please sign in to comment.