Skip to content

Commit

Permalink
Moved header to post-edit folder
Browse files Browse the repository at this point in the history
  • Loading branch information
louwie17 committed Dec 2, 2024
1 parent f35707b commit b4297a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
9 changes: 0 additions & 9 deletions packages/edit-site/src/components/post-edit-header/style.scss

This file was deleted.

2 changes: 1 addition & 1 deletion packages/edit-site/src/components/post-edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { privateApis as editorPrivateApis } from '@wordpress/editor';
* Internal dependencies
*/
import Page from '../page';
import PostEditHeader from '../post-edit-header';
import PostEditHeader from '../post-edit/header';
import { unlock } from '../../lock-unlock';

const { usePostFields } = unlock( editorPrivateApis );
Expand Down
10 changes: 10 additions & 0 deletions packages/edit-site/src/components/post-edit/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@
padding-top: $grid-unit-20;
}
}

.edit-site-post-edit-header {
.edit-site-post-edit-header__description {
color: $gray-700;
}

.edit-site-post-edit-header__title {
@include heading-medium();
}
}
1 change: 0 additions & 1 deletion packages/edit-site/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
@import "./components/style-book/style.scss";
@import "./components/editor-canvas-container/style.scss";
@import "./components/post-edit/style.scss";
@import "./components/post-edit-header/style.scss";
@import "./components/post-list/style.scss";
@import "./components/resizable-frame/style.scss";
@import "./hooks/push-changes-to-global-styles/style.scss";
Expand Down

0 comments on commit b4297a7

Please sign in to comment.