Browse
For agents
About
Gutenberg
/
12.1.0
Gutenberg
v12.1.0
Switch version
23.9.1
23.9.0
23.8.0
23.7.2
23.7.1
23.7.0
23.6.1
23.6.2
23.6.0
23.5.3
23.5.2
23.5.1
23.5.0
23.4.0
23.3.2
23.3.1
23.3.0
23.2.0
23.2.1
23.2.2
23.1.1
23.1.0
23.0.1
12.6.0
7.4.0
All 402 releases
Overview
Code
gutenberg
/
build
/
block-library
/
blocks
/
template-part
/
editor.css
editor.css
in Gutenberg 12.1.0, at build/block-library/blocks/template-part/editor.css
1 lines
2.2 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
wp-block-template-part__placeholder-preview-dropdown-content
.
components-popover__content
,
.
wp-block-template-part__preview-dropdown-content
.
components-popover__content
{
min-width
:
320
px
;
padding
:
0
}
.
wp-block-template-part__selection-preview-search-form
{
border-bottom
:
1
px
solid
#
ddd
}
.
wp-block-template-part__selection-preview-container
{
background
:
#
fff
;
padding-bottom
:
16
px
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-preview-item
{
background-color
:
#
fff
;
border
:
1
px
solid
#
ddd
;
border-radius
:
2
px
;
cursor
:
pointer
;
margin-top
:
16
px
;
transition
:
all
.05
s
ease-in-out
;
width
:
100
%
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-preview-item
:
hover
{
border
:
1
px
solid
var
(
--wp-admin-theme-color
)
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-preview-item
:
focus
{
box-shadow
:
inset
0
0
0
1
px
#
fff
,
0
0
0
var
(
--wp-admin-border-width-focus
)
var
(
--wp-admin-theme-color
)
;
outline
:
2
px
solid
transparent
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-preview-item
.
is-placeholder
{
min-height
:
100
px
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-preview-item
.
block-editor-block-preview__container
{
border-bottom
:
1
px
solid
#
ddd
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-preview-item-title
{
font-size
:
12
px
;
padding
:
4
px
;
text-align
:
left
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-panel-group-header
{
padding
:
16
px
16
px
0
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-panel-group-content
{
padding
:
0
16
px
}
.
wp-block-template-part__selection-preview-container
.
wp-block-template-part__selection-panel-group-title
{
color
:
var
(
--wp-admin-theme-color
)
;
font-size
:
11
px
;
font-weight
:
500
;
text-transform
:
uppercase
}
.
wp-block-template-part__placeholder-create-new__title-form
.
wp-block-template-part__placeholder-create-new__title-form-actions
{
display
:
flex
;
justify-content
:
flex-end
;
padding-top
:
12
px
}
.
wp-block-template-part__placeholder-create-new__title-form
.
wp-block-template-part__placeholder-create-new__title-form-actions
.
components-flex-item
{
margin-left
:
12
px
}