-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Group templates in sidebar list (#57711)
* Group templates in sidebar list * address feedback * Section heading styling --------- Co-authored-by: James Koster <james@jameskoster.co.uk>
- Loading branch information
1 parent
8599e15
commit 47026ab
Showing
3 changed files
with
95 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
packages/edit-site/src/components/sidebar-navigation-screen-templates/style.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.edit-site-sidebar-navigation-screen-templates__templates-group-title.components-item { | ||
text-transform: uppercase; | ||
color: $gray-200; | ||
// 6px right padding to align with + button | ||
padding: $grid-unit-30 6px $grid-unit-20 $grid-unit-20; | ||
border-top: 1px solid $gray-800; | ||
font-size: 11px; | ||
font-weight: 500; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters