Browse
For agents
About
Gutenberg
/
8.2.1
Gutenberg
v8.2.1
Switch version
24.0.0
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
All 403 releases
Overview
Code
gutenberg
/
build
/
format-library
/
style.css
style.css
in Gutenberg 8.2.1, at build/format-library/style.css
1 lines
1.6 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
block-editor-format-toolbar__image-container-content
{
display
:
flex
}
.
block-editor-format-toolbar__image-container-content
.
components-button
{
align-self
:
flex-end
;
height
:
30
px
;
margin-bottom
:
8
px
;
margin-right
:
8
px
;
padding
:
0
6
px
}
.
block-editor-format-toolbar__image-container-value
{
margin
:
7
px
;
flex-grow
:
1
;
flex-shrink
:
1
;
white-space
:
nowrap
;
min-width
:
150
px
;
max-width
:
500
px
}
.
block-editor-format-toolbar__image-container-value
.
components-base-control
.
components-base-control__field
{
margin-bottom
:
0
}
.
block-editor-format-toolbar__image-container-value
.
components-base-control
.
components-base-control__label
{
display
:
block
}
.
block-editor-format-toolbar__link-container-content
{
display
:
flex
}
.
block-editor-format-toolbar__link-container-value
{
margin
:
7
px
;
flex-grow
:
1
;
flex-shrink
:
1
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
min-width
:
150
px
;
max-width
:
500
px
}
.
block-editor-format-toolbar__link-container-value
.
has-invalid-link
{
color
:
#
d94f4f
}
.
components-inline-color__indicator
{
position
:
absolute
;
background
:
#
000
;
height
:
3
px
;
width
:
20
px
;
bottom
:
6
px
;
left
:
auto
;
right
:
auto
;
margin
:
0
5
px
}
.
components-inline-color-popover
.
components-popover__content
{
padding
:
20
px
18
px
}
.
components-inline-color-popover
.
components-popover__content
.
components-color-palette
{
margin-top
:
.6
rem
}
.
components-inline-color-popover
.
components-popover__content
.
components-base-control__title
{
display
:
block
;
margin-bottom
:
16
px
;
font-weight
:
600
;
color
:
#
191e23
}
.
components-inline-color-popover
.
components-popover__content
.
component-color-indicator
{
vertical-align
:
text-bottom
}
.
format-library-text-color-button
{
position
:
relative
}
.
format-library-text-color-button__indicator
{
height
:
4
px
;
width
:
20
px
;
position
:
absolute
;
bottom
:
10
px
;
left
:
8
px
}