Skip to content

Commit

Permalink
tweak styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed May 16, 2023
1 parent c41115c commit 5a939f2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/edit-site/src/components/add-new-template/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@
align-items: center;
justify-content: center;
height: 100%;
position: absolute;
left: 50%;
}
}

Expand All @@ -143,10 +145,6 @@
height: calc(100% - #{$grid-unit-80 * 2});
max-height: none;
}

.components-modal__children-container {
height: 100%;
}
}

.edit-site-custom-template-modal__contents,
Expand Down Expand Up @@ -195,8 +193,6 @@
}

.edit-site-add-new-template__template-list__contents {
padding-bottom: $grid-unit-40;

> .components-button {
height: 100%;
text-align: start;
Expand Down

0 comments on commit 5a939f2

Please sign in to comment.