Browse
For agents
About
Gutenberg
/
23.2.2
Gutenberg
v23.2.2
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
/
styles
/
preferences
/
style.min.css
style.min.css
in Gutenberg 23.2.2, at build/styles/preferences/style.min.css
1 lines
1003 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
preference-base-option
+
.
preference-base-option
{
margin-top
:
16
px
}
@
media
(
min-width
:
600
px
)
{
.
preferences-modal
{
height
:
calc
(
100
%
-
128
px
)
;
width
:
calc
(
100
%
-
32
px
)
}
}
@
media
(
min-width
:
782
px
)
{
.
preferences-modal
{
width
:
750
px
}
}
@
media
(
min-width
:
960
px
)
{
.
preferences-modal
{
height
:
70
%
}
}
@
media
(
max-width
:
781
px
)
{
.
preferences-modal
.
components-modal__content
{
padding
:
0
}
}
.
preferences__tabs-tablist
{
left
:
16
px
;
position
:
absolute
!important
;
top
:
88
px
;
width
:
160
px
}
.
preferences__tabs-tabpanel
{
margin-left
:
160
px
;
padding-left
:
24
px
}
@
media
(
max-width
:
781
px
)
{
.
preferences__provider
{
height
:
100
%
}
}
.
preferences-modal__section
{
border
:
0
;
margin
:
0
0
2.5
rem
;
padding
:
0
}
.
preferences-modal__section
:
last-child
{
margin
:
0
}
.
preferences-modal__section-legend
{
margin-bottom
:
8
px
}
.
preferences-modal__section-title
{
font-size
:
.9
rem
;
font-weight
:
600
;
margin-top
:
0
}
.
preferences-modal__section-description
{
color
:
#
757575
;
font-size
:
12
px
;
font-style
:
normal
;
margin
:
-8
px
0
8
px
}
.
preferences-modal__section
:
has
(
.
preferences-modal__section-content
:
empty
)
{
display
:
none
}