Skip to content

Commit

Permalink
Style pre-publish panel more consistently with settings sidebar; fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmonster committed Aug 8, 2018
1 parent f985210 commit 09308a4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions packages/editor/src/components/post-publish-panel/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.editor-post-publish-panel {
background: $white;
background: $light-gray-300;
color: $dark-gray-500;
}

Expand All @@ -12,6 +12,7 @@
}

.editor-post-publish-panel__header {
background: $white;
padding-left: 16px;
height: $header-height;
border-bottom: $border-width solid $light-gray-500;
Expand Down Expand Up @@ -44,22 +45,25 @@

.editor-post-publish-panel__link {
color: $blue-medium-700;
font-weight: 400;
padding-left: 4px;
text-decoration: underline;
}

.editor-post-publish-panel__prepublish {
padding: 16px;

strong {
color: $dark-gray-900;
}

.components-panel__body {
background: $white;
margin-left: -16px;
margin-right: -16px;
margin-bottom: -16px;
margin-top: 10px;
border: none;

.components-panel__body-toggle {
font-weight: 400;
//font-weight: 400;
}
}

Expand Down

0 comments on commit 09308a4

Please sign in to comment.