Skip to content

Commit

Permalink
Revert styles for modal footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Sep 6, 2024
1 parent f91c964 commit 8799cd3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions packages/editor/src/components/start-page-options/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,3 @@
}
}
}

.editor-start-page-options__modal-content {
margin-bottom: 72px;
}

.editor-start-page-options__modal-footer {
box-sizing: border-box;
border-bottom: $border-width solid transparent;
padding: $grid-unit-10 $grid-unit-40 $grid-unit-10;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: $header-height + $grid-unit-15;
width: 100%;
z-index: z-index(".components-modal__header");
position: absolute;
bottom: 0;
left: 0;
background: $white;
border-top: 1px solid $gray-300;
}

0 comments on commit 8799cd3

Please sign in to comment.